diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/gcompris | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/gcompris')
-rw-r--r-- | community/gcompris/PKGBUILD | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 89cc9e6a1..41949824d 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,21 +1,26 @@ -# $Id: PKGBUILD 99747 2013-10-30 23:28:02Z allan $ +# $Id: PKGBUILD 100632 2013-11-06 16:42:49Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # 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/" 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 @@ build() { } package() { - depends+=('gcompris-data') + depends+=("gcompris-data=$pkgver-$pkgrel") cd $pkgname-$pkgver make DESTDIR="$pkgdir" install-exec |