diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
commit | 78e579460b6f67a777a72232903eb7eaf84c945f (patch) | |
tree | 13403c8933fd3ea439b3d5734a5a3d0d7b04e386 /community/gcompris | |
parent | 45109aea7693acc9077824a431e17110d21ed6b3 (diff) | |
parent | c008601effc878e60852f7928ddadcf5a16eb851 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/spacefm/PKGBUILD
extra/eina/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
Diffstat (limited to 'community/gcompris')
-rw-r--r-- | community/gcompris/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index ad548df59..0a7c1e191 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78187 2012-10-17 10:23:42Z allan $ +# $Id: PKGBUILD 80539 2012-11-24 11:52:22Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=gcompris -pkgver=12.05 -pkgrel=2 +pkgver=12.11 +pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64' 'mips64el') url="http://gcompris.net/" license=('GPL3') -depends=('pygtk' 'pyxml' 'librsvg' 'gnet' 'python2-pysqlite' +depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins') optdepends=('gnucap: for computer simulation within the electricity activity' 'tuxpaint: for the painting activity' @@ -17,7 +17,7 @@ optdepends=('gnucap: for computer simulation within the electricity activity' makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess') options=('!libtool') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('a4e9b9d04fd405c4b9ddc30f84a5f521f7ad1966c5f66c3e873bb84269ef55d0') +sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20') build() { cd "$srcdir/$pkgname-$pkgver" |