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

Jan de Groot jgc at archlinux.org
Mon Mar 21 15:17:26 UTC 2016


    Date: Monday, March 21, 2016 @ 16:17:26
  Author: jgc
Revision: 262195

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgames-support/repos/gnome-unstable-i686/
  libgames-support/repos/gnome-unstable-i686/PKGBUILD
    (from rev 262194, libgames-support/trunk/PKGBUILD)
  libgames-support/repos/gnome-unstable-x86_64/
  libgames-support/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 262194, libgames-support/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libgames-support/repos/gnome-unstable-i686/PKGBUILD (from rev 262194, libgames-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-21 15:17:26 UTC (rev 262195)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgames-support
+pkgver=1.0
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgames-support/"
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(gtk3 libgee)
+makedepends=(gobject-introspection vala intltool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('187b665292baa8596cdcb75c45029a57ad358f93397bcb11b407c4501300160b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgames-support/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262194, libgames-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-21 15:17:26 UTC (rev 262195)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgames-support
+pkgver=1.0
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgames-support/"
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(gtk3 libgee)
+makedepends=(gobject-introspection vala intltool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('187b665292baa8596cdcb75c45029a57ad358f93397bcb11b407c4501300160b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list