[arch-commits] Commit in gnome-2048/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sat Apr 22 13:06:59 UTC 2017
Date: Saturday, April 22, 2017 @ 13:06:58
Author: heftig
Revision: 293926
archrelease: copy trunk to testing-x86_64, testing-i686
Added:
gnome-2048/repos/testing-i686/
gnome-2048/repos/testing-i686/PKGBUILD
(from rev 293925, gnome-2048/trunk/PKGBUILD)
gnome-2048/repos/testing-x86_64/
gnome-2048/repos/testing-x86_64/PKGBUILD
(from rev 293925, gnome-2048/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: gnome-2048/repos/testing-i686/PKGBUILD (from rev 293925, gnome-2048/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-04-22 13:06:58 UTC (rev 293926)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.22.0+7+ga460b20
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048"
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=a460b20ff476df0f6ea3173a7f30b558708f1ce3 # master
+source=("git+https://git.gnome.org/browse/gnome-2048#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
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-2048/repos/testing-x86_64/PKGBUILD (from rev 293925, gnome-2048/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-22 13:06:58 UTC (rev 293926)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.22.0+7+ga460b20
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048"
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=a460b20ff476df0f6ea3173a7f30b558708f1ce3 # master
+source=("git+https://git.gnome.org/browse/gnome-2048#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
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list