[arch-commits] Commit in kdeadmin/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jun 8 18:21:31 UTC 2010


    Date: Tuesday, June 8, 2010 @ 14:21:31
  Author: andrea
Revision: 82141

minor fixes

Modified:
  kdeadmin/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-08 18:21:27 UTC (rev 82140)
+++ PKGBUILD	2010-06-08 18:21:31 UTC (rev 82141)
@@ -13,9 +13,8 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'kdebase-runtime'
-             'kdebindings-python' 'system-config-printer-common' 'kdepim-runtime'
-	     'pyqt' 'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
+	'system-config-printer-common' 'pyqt' 'docbook-xsl')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
 	'fix-syslog-path.patch')
 sha1sums=('72e5cb209aec8ed8b9931daef8b3f270f5683c81'
@@ -50,7 +49,7 @@
 
 package_kdeadmin-ksystemlog() {
 	pkgdesc='System log viewer tool'
-	depends=('kdelibs' 'kdebase-runtime')
+	depends=('kdebase-runtime')
 	url="http://kde.org/applications/system/ksystemlog/"
 	cd $srcdir/build/ksystemlog
 	make DESTDIR=$pkgdir install
@@ -60,7 +59,7 @@
 
 package_kdeadmin-kuser() {
 	pkgdesc='User Manager'
-	depends=('kdepimlibs' 'kdebase-runtime' 'kdepim-runtime')
+	depends=('kdepim-runtime')
 	url="http://kde.org/applications/system/kuser/"
 	install='kdeadmin.install'
 	cd $srcdir/build/kuser




More information about the arch-commits mailing list