git » kinfocenter.git » commit f82423f

release

author Andrea Scarpino
2014-10-18 08:27:13 UTC
committer Andrea Scarpino
2014-10-18 08:27:13 UTC
parent 90bd3daac815a91269493c7caba30c2c3255e6f9

release

PKGBUILD +6 -4

diff --git a/PKGBUILD b/PKGBUILD
index 1d9c0a1..7601042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
@@ -7,9 +8,10 @@ pkgdesc='KInfocenter'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kinfocenter'
 license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'plasma-framework' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
 conflicts=('kdebase-workspace')
+groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
 md5sums=('8d258cd1cb691027b8ccaa95695920a5')
 
@@ -24,7 +26,8 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DSYSCONF_INSTALL_DIR=/etc \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
   make
 }
 
@@ -32,4 +35,3 @@ package() {
   cd build
   make DESTDIR="${pkgdir}" install
 }
-