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

Pierre Schmitz pierre at archlinux.org
Thu Jun 11 21:46:14 UTC 2009


    Date: Thursday, June 11, 2009 @ 17:46:14
  Author: pierre
Revision: 42230

dep cleanup

Modified:
  kdenetwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 21:46:09 UTC (rev 42229)
+++ PKGBUILD	2009-06-11 21:46:14 UTC (rev 42230)
@@ -38,7 +38,7 @@
 
 package_kdenetwork-filesharing() {
 	pkgdesc='network file sharing'
-	depends=('kdebase-runtime' 'kdelibs' 'smbclient')
+	depends=('kdelibs' 'smbclient')
 	install='kdenetwork.install'
 	cd $srcdir/build/filesharing
 	make DESTDIR=$pkgdir install
@@ -46,14 +46,14 @@
 
 package_kdenetwork-kdnssd() {
 	pkgdesc='Zeroconf'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdelibs')
 	cd $srcdir/build/kdnssd
 	make DESTDIR=$pkgdir install
 }
 
 package_kdenetwork-kget() {
 	pkgdesc='an advanced download manager'
-	depends=('kdebase-workspace' 'kdebase-lib')
+	depends=('kdebase-workspace' 'kdebase-lib' 'qca')
 	install='kdenetwork.install'
 	cd $srcdir/build/kget
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list