[arch-commits] Commit in systemsettings/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Oct 18 08:59:51 UTC 2014


    Date: Saturday, October 18, 2014 @ 10:59:51
  Author: andrea
Revision: 224724

upgpkg: systemsettings 5.1.0.1-1

release

Modified:
  systemsettings/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-18 08:56:31 UTC (rev 224723)
+++ PKGBUILD	2014-10-18 08:59:51 UTC (rev 224724)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=systemsettings
@@ -10,6 +12,7 @@
 depends=('kcmutils' 'khtml' 'kdelibs4support')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
+groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
 md5sums=('df3018fab2f117c60a79ea5020ff513f')
 
@@ -23,7 +26,8 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
   make
 }
 



More information about the arch-commits mailing list