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

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


    Date: Thursday, June 11, 2009 @ 17:46:06
  Author: pierre
Revision: 42228

dep cleanup

Modified:
  kdeartwork/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 21:46:02 UTC (rev 42227)
+++ PKGBUILD	2009-06-11 21:46:06 UTC (rev 42228)
@@ -35,35 +35,30 @@
 
 package_kdeartwork-colorschemes() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/ColorSchemes
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-iconthemes() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/IconThemes
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-weatherwallpapers() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/WeatherWallpapers
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-desktopthemes() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/desktopthemes
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-emoticons() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/emoticons
 	make DESTDIR=$pkgdir install
 }
@@ -77,21 +72,19 @@
 
 package_kdeartwork-sounds() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/sounds
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-styles() {
 	pkgdesc=''
-	depends=('kdelibs' 'kdebase-workspace' )
+	depends=('kdelibs')
 	cd $srcdir/build/styles
 	make DESTDIR=$pkgdir install
 }
 
 package_kdeartwork-wallpapers() {
 	pkgdesc=''
-	depends=('kdebase-workspace' )
 	cd $srcdir/build/wallpapers
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list