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

Alexander Rødseth arodseth at archlinux.org
Fri Oct 14 11:12:59 UTC 2016


    Date: Friday, October 14, 2016 @ 11:12:58
  Author: arodseth
Revision: 192267

upgpkg: kshutdown 4.0-2

Modified:
  kshutdown/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-14 10:25:55 UTC (rev 192266)
+++ PKGBUILD	2016-10-14 11:12:58 UTC (rev 192267)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=kshutdown
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Shutdown Utility for KDE'
 arch=('x86_64' 'i686')
 url='http://kshutdown.sourceforge.net/'
 license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'ninja')
+depends=('knotifyconfig' 'kidletime')
+makedepends=('extra-cmake-modules' 'ninja' 'python')
 source=("http://downloads.sourceforge.net/$pkgname/KShutdown/$pkgver/$pkgname-source-$pkgver.zip")
 sha256sums=('75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc')
 
@@ -19,6 +20,7 @@
   cmake "../$pkgname-$pkgver" \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKS_KF5=ON \
     -GNinja
   ninja
 }



More information about the arch-commits mailing list