author | Felix Yan
<felixonmars@archlinux.org> 2016-08-21 02:38:22 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-08-21 02:38:22 UTC |
parent | b1f9c53e99e56326105694edbd10e6920a9f283b |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index a00a5ad..d47606b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,20 +3,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=konsole -pkgver=16.04.3 +pkgver=16.08.0 pkgrel=1 arch=('i686' 'x86_64') url='http://kde.org/applications/system/konsole/' pkgdesc="Terminal" license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdebase') -depends=('kdelibs4support' 'knotifyconfig' 'kpty') -makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +depends=('knotifyconfig' 'kpty' 'kparts') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') optdepends=('kdebase-keditbookmarks: to manage bookmarks') replaces=('kdebase-konsole') conflicts=('kdebase-konsole<4.14.3-2') source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz") -sha1sums=('bc65641361c2f4d7fe0bba0109f96721c0c22a2c') +sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b') build() { cd "${srcdir}" @@ -25,7 +25,7 @@ build() { cmake ../konsole-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make }