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

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:12:55 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:12:54
  Author: heftig
Revision: 319093

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: libgnome-games-support/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319092, libgnome-games-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 20:12:54 UTC (rev 319093)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgnome-games-support
+pkgver=1.4.0+1+g37b6dcd
+pkgrel=1
+pkgdesc="Code shared between GNOME games"
+url="https://git.gnome.org/browse/libgnome-games-support"
+arch=(x86_64)
+license=(GPL3 LGPL3)
+depends=(libgee gtk3)
+makedepends=(vala git autoconf-archive)
+_commit=37b6dcd07e25a01bc3810e113e14495d0fb41add  # master
+source=("git+https://git.gnome.org/browse/libgnome-games-support#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-really//;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