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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed Nov 6 16:42:38 UTC 2013


    Date: Wednesday, November 6, 2013 @ 17:42:37
  Author: foutrelis
Revision: 100631

upgpkg: gcompris 13.11-1

New upstream release.

Modified:
  gcompris/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-06 16:42:30 UTC (rev 100630)
+++ PKGBUILD	2013-11-06 16:42:37 UTC (rev 100631)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
 
 pkgname=gcompris
-pkgver=12.11
-pkgrel=2
+pkgver=13.11
+pkgrel=1
 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10"
 arch=('i686' 'x86_64')
 url="http://gcompris.net/"
@@ -11,12 +11,17 @@
 license=('GPL3')
 depends=('pygtk' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins')
 optdepends=('gnucap: for computer simulation within the electricity activity'
-            'tuxpaint: for the painting activity'
-            'gnuchess: for the chess activity')
-makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess')
+            'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool' 'gettext')
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
+sha256sums=('418dad2c8f0fc90e16e97ab67b6700e3af5f33ae05d83f28f3b1117183f88c57')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
+}
+
 build() {
   cd $pkgname-$pkgver
 
@@ -25,7 +30,7 @@
 }
 
 package() {
-  depends+=('gcompris-data')
+  depends+=("gcompris-data=$pkgver-$pkgrel")
 
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install-exec




More information about the arch-commits mailing list