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

Andrea Scarpino andrea at archlinux.org
Sat Oct 2 17:41:49 UTC 2010


    Date: Saturday, October 2, 2010 @ 13:41:49
  Author: andrea
Revision: 92989

fix kscreensaver dependencies

Modified:
  kdeartwork/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-02 17:29:46 UTC (rev 92988)
+++ PKGBUILD	2010-10-02 17:41:49 UTC (rev 92989)
@@ -67,7 +67,7 @@
 
 package_kdeartwork-kscreensaver() {
 	pkgdesc='KDE screensaver'
-	depends=('kdebase-workspace' )
+	depends=('kdebase-workspace' 'kdegraphics-libs')
 	cd $srcdir/build/kscreensaver
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list