[arch-commits] Commit in gcompris/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Aug 30 02:14:46 UTC 2016


    Date: Tuesday, August 30, 2016 @ 02:14:45
  Author: foutrelis
Revision: 188011

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gcompris/repos/community-i686/PKGBUILD
    (from rev 188010, gcompris/trunk/PKGBUILD)
  gcompris/repos/community-x86_64/PKGBUILD
    (from rev 188010, gcompris/trunk/PKGBUILD)
Deleted:
  gcompris/repos/community-i686/PKGBUILD
  gcompris/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 --------------------
 community-x86_64/PKGBUILD |   39 --------------------
 3 files changed, 84 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-30 02:14:21 UTC (rev 188010)
+++ community-i686/PKGBUILD	2016-08-30 02:14:45 UTC (rev 188011)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
-
-pkgname=gcompris
-pkgver=15.10
-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' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-            'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=("gcompris-data=$pkgver")
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 188010, gcompris/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-30 02:14:45 UTC (rev 188011)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
+
+pkgname=gcompris
+pkgver=15.10
+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' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+            'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=("gcompris-data=$pkgver")
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Data files are packaged separately into gcompris-data
+  rm -r "$pkgdir/usr/share/gcompris"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-30 02:14:21 UTC (rev 188010)
+++ community-x86_64/PKGBUILD	2016-08-30 02:14:45 UTC (rev 188011)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
-
-pkgname=gcompris
-pkgver=15.10
-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' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-            'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=("gcompris-data=$pkgver")
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 188010, gcompris/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-30 02:14:45 UTC (rev 188011)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de>
+
+pkgname=gcompris
+pkgver=15.10
+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' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+            'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=("gcompris-data=$pkgver")
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Data files are packaged separately into gcompris-data
+  rm -r "$pkgdir/usr/share/gcompris"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list