summaryrefslogtreecommitdiff
path: root/community/gcompris
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-15 01:03:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-15 01:03:16 -0700
commit5d8af7c82b707f4cbda87bb0538fef84daf3791b (patch)
tree9db9400005dcee2e2ca264794e32c22efc39a3ac /community/gcompris
parentd053938d834e74b0c881c12a5cb240ad4bab0d9b (diff)
Tue Oct 15 01:02:49 PDT 2013
Diffstat (limited to 'community/gcompris')
-rw-r--r--community/gcompris/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD
index b4fb10316..f1f3a99e0 100644
--- a/community/gcompris/PKGBUILD
+++ b/community/gcompris/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 80539 2012-11-24 11:52:22Z foutrelis $
+# $Id: PKGBUILD 98562 2013-10-14 06:10:05Z jgc $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
pkgname=gcompris
pkgver=12.11
-pkgrel=1
+pkgrel=2
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' 'pyxml' 'librsvg' 'python2-pysqlite'
- 'gstreamer0.10-base-plugins')
+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')
@@ -20,7 +19,7 @@ source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgv
sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
@@ -29,7 +28,7 @@ build() {
package() {
depends+=('gcompris-data')
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install-exec
}