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

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


    Date: Thursday, June 11, 2009 @ 17:45:47
  Author: pierre
Revision: 42224

dep cleanup

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 21:45:43 UTC (rev 42223)
+++ PKGBUILD	2009-06-11 21:45:47 UTC (rev 42224)
@@ -21,7 +21,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'libraw1394')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 md5sums=('c833257ee5a12ac95c50c8c7fd4fe03c')
 
@@ -67,7 +67,7 @@
 
 package_kdebase-kdialog() {
 	pkgdesc='a utility for displaying dialog boxes from shell scripts'
-	depends=('kdelibs')
+	depends=('kdebase-runtime' 'kdelibs')
 	cd $srcdir/build/apps/kdialog
 	make DESTDIR=$pkgdir install
 }
@@ -136,7 +136,7 @@
 
 package_kdebase-nsplugins() {
 	pkgdesc=''
-	depends=('kdelibs')
+	depends=('kdebase-runtime' 'kdelibs')
 	cd $srcdir/build/apps/nsplugins
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list