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

Jan Steffens heftig at archlinux.org
Thu Sep 24 21:12:15 UTC 2015


    Date: Thursday, September 24, 2015 @ 23:12:14
  Author: heftig
Revision: 247328

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 247327, libgames-support/trunk/PKGBUILD)
  libgames-support/repos/gnome-unstable-x86_64/
  libgames-support/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 247327, libgames-support/trunk/PKGBUILD)

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

Copied: libgames-support/repos/gnome-unstable-i686/PKGBUILD (from rev 247327, libgames-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 21:12:14 UTC (rev 247328)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgames-support
+pkgver=0.1
+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=('512ca6e66c296f06afec03de7e394134be67e0e31eab551bcb57801ea6c316c8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgames-support/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247327, libgames-support/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 21:12:14 UTC (rev 247328)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgames-support
+pkgver=0.1
+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=('512ca6e66c296f06afec03de7e394134be67e0e31eab551bcb57801ea6c316c8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list