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

Andrea Scarpino andrea at archlinux.org
Thu May 12 09:15:42 UTC 2011


    Date: Thursday, May 12, 2011 @ 05:15:42
  Author: andrea
Revision: 123675

fix a missing dependence in kdegames-kajongg (FS#24237)

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-12 09:09:36 UTC (rev 123674)
+++ PKGBUILD	2011-05-12 09:15:42 UTC (rev 123675)
@@ -44,13 +44,13 @@
          'kdegames-lskat'
          'kdegames-palapeli')
 pkgver=4.6.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'ggz-client-libs'
-	'twisted' 'kdebindings-python')
+             'twisted' 'kdebindings-python')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('472cb9541f389a8869a496f715d48587db568dda')
 
@@ -101,7 +101,7 @@
 
 package_kdegames-kajongg() {
 	pkgdesc='The ancient Chinese board game for 4 players'
-	depends=('kdebase-runtime' 'kdegames-libkdegames' 'kdebindings-python' 'twisted')
+	depends=('kdegames-libkdegames' 'kdegames-libkmahjongg' 'kdebindings-python' 'twisted')
 	install='kdegames.install'
 	cd $srcdir/build/kajongg
 	make DESTDIR=$pkgdir install




More information about the arch-commits mailing list