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

Jan de Groot jgc at nymeria.archlinux.org
Mon Oct 14 06:09:56 UTC 2013


    Date: Monday, October 14, 2013 @ 08:09:56
  Author: jgc
Revision: 98561

upgpkg: gcompris 12.11-2

Remove pyxml dependency (FS#37277)

Modified:
  gcompris/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-14 05:55:05 UTC (rev 98560)
+++ PKGBUILD	2013-10-14 06:09:56 UTC (rev 98561)
@@ -4,13 +4,12 @@
 
 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 @@
 sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -29,7 +28,7 @@
 package() {
   depends+=('gcompris-data')
 
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install-exec
 }
 




More information about the arch-commits mailing list