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

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


    Date: Thursday, June 11, 2009 @ 17:46:21
  Author: pierre
Revision: 42232

dep cleanup

Modified:
  kdesdk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 21:46:18 UTC (rev 42231)
+++ PKGBUILD	2009-06-11 21:46:21 UTC (rev 42232)
@@ -124,7 +124,7 @@
 
 package_kdesdk-kompare() {
 	pkgdesc=''
-	depends=('kdebase-runtime' 'kdelibs' 'kdesdk-strigi-analyzer')
+	depends=('kdebase-runtime' 'kdelibs')
 	install='kdesdk.install'
 	cd $srcdir/build/kompare
 	make DESTDIR=$pkgdir install
@@ -142,7 +142,6 @@
 
 package_kdesdk-kprofilemethod() {
 	pkgdesc=''
-	depends=('kdebase-runtime')
 	cd $srcdir/build/kprofilemethod
 	make DESTDIR=$pkgdir install
 }
@@ -164,7 +163,7 @@
 
 package_kdesdk-lokalize() {
 	pkgdesc=''
-	depends=('kdebase-runtime' 'kdelibs' 'python' 'kdesdk-strigi-analyzer')
+	depends=('kdebase-runtime' 'kdelibs' 'python')
 	install='kdesdk.install'
 	cd $srcdir/build/lokalize
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list