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

Andrea Scarpino andrea at archlinux.org
Tue Jun 8 18:21:59 UTC 2010


    Date: Tuesday, June 8, 2010 @ 14:21:58
  Author: andrea
Revision: 82148

minor fixes

Modified:
  kdetoys/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-08 18:21:54 UTC (rev 82147)
+++ PKGBUILD	2010-06-08 18:21:58 UTC (rev 82148)
@@ -29,7 +29,7 @@
 
 package_kdetoys-amor() {
 	pkgdesc='On-Screen Creature'
-	depends=('kdelibs' 'kdebase-runtime')
+	depends=('kdebase-runtime')
 	install='kdetoys.install'
 	cd $srcdir/build/amor
 	make DESTDIR=$pkgdir install
@@ -39,7 +39,7 @@
 
 package_kdetoys-kteatime() {
 	pkgdesc='Tea Cooker'
-	depends=('kdelibs' 'kdebase-runtime')
+	depends=('kdebase-runtime')
 	install='kdetoys.install'
 	cd $srcdir/build/kteatime
 	make DESTDIR=$pkgdir install
@@ -53,14 +53,4 @@
 	install='kdetoys.install'
 	cd $srcdir/build/ktux
 	make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-kweather() {
-	pkgdesc='A weather reporting panel applet'
-	depends=('kdelibs' 'kdebase-runtime')
-	install='kdetoys.install'
-	cd $srcdir/build/kweather
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/kweather
-	make DESTDIR=$pkgdir install
-}
+}
\ No newline at end of file




More information about the arch-commits mailing list