[arch-commits] Commit in gnome-2048/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Oct 1 21:45:36 UTC 2017


    Date: Sunday, October 1, 2017 @ 21:45:35
  Author: heftig
Revision: 306525

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  gnome-2048/repos/testing-i686/
  gnome-2048/repos/testing-i686/PKGBUILD
    (from rev 306524, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/testing-x86_64/
  gnome-2048/repos/testing-x86_64/PKGBUILD
    (from rev 306524, 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 306524, gnome-2048/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-01 21:45:35 UTC (rev 306525)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.26.1
+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=0a4020fbb5a8dd0c41c275507b767be1142b47e8  # tags/3.26.1^0
+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 306524, gnome-2048/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-01 21:45:35 UTC (rev 306525)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.26.1
+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=0a4020fbb5a8dd0c41c275507b767be1142b47e8  # tags/3.26.1^0
+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