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

Pierre Schmitz pierre at archlinux.org
Sun Jul 27 12:10:37 UTC 2008


    Date: Sunday, July 27, 2008 @ 08:10:36
  Author: pierre
Revision: 6691

upgpkg: kshutdown 1.0.2-2

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-27 12:04:45 UTC (rev 6690)
+++ PKGBUILD	2008-07-27 12:10:36 UTC (rev 6691)
@@ -3,17 +3,17 @@
 
 pkgname=kshutdown
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Shutdown Utility for KDE"
 arch=(i686 x86_64)
 url="http://kshutdown.sourceforge.net/"
 license=('GPL')
-depends=('kdelibs')
+depends=('kdelibs3')
 source=(http://switch.dl.sourceforge.net/sourceforge/kshutdown/$pkgname-$pkgver.tar.bz2)
 
 build()        {
         cd $startdir/src/$pkgname-$pkgver
-        ./configure --prefix=/opt/kde --enable-final
+        ./configure --prefix=/opt/kde --enable-final --without-arts
                 # remove enable-final if you have less than 512MB RAM
         make || return 1
 #        mkdir -p $startdir/pkg/opt/kde/share/apps/kconf_update/





More information about the arch-commits mailing list