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

Jan Steffens heftig at archlinux.org
Tue Sep 27 19:11:18 UTC 2016


    Date: Tuesday, September 27, 2016 @ 19:11:18
  Author: heftig
Revision: 277113

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

Added:
  libgnome-games-support/repos/gnome-unstable-i686/
  libgnome-games-support/repos/gnome-unstable-i686/PKGBUILD
    (from rev 277112, libgnome-games-support/trunk/PKGBUILD)
  libgnome-games-support/repos/gnome-unstable-x86_64/
  libgnome-games-support/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 277112, libgnome-games-support/trunk/PKGBUILD)

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

Copied: libgnome-games-support/repos/gnome-unstable-i686/PKGBUILD (from rev 277112, libgnome-games-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 19:11:18 UTC (rev 277113)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgnome-games-support
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgnome-games-support"
+arch=(x86_64 i686)
+license=(GPL3 LGPL3)
+depends=(libgee gtk3)
+makedepends=(vala git pkg-config autoconf-archive)
+groups=(gnome-extra)
+_commit=7efba9dcc3c8f3372bc7cf591171ccbbf091ae7a  # tags/1.2.0^0
+source=("git://git.gnome.org/libgnome-games-support#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnome-games-support/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277112, libgnome-games-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 19:11:18 UTC (rev 277113)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgnome-games-support
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgnome-games-support"
+arch=(x86_64 i686)
+license=(GPL3 LGPL3)
+depends=(libgee gtk3)
+makedepends=(vala git pkg-config autoconf-archive)
+groups=(gnome-extra)
+_commit=7efba9dcc3c8f3372bc7cf591171ccbbf091ae7a  # tags/1.2.0^0
+source=("git://git.gnome.org/libgnome-games-support#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list