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

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:32:10 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:32:09
  Author: heftig
Revision: 319117

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-2048/repos/gnome-unstable-x86_64/
  gnome-2048/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 319116, gnome-2048/trunk/PKGBUILD)

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

Copied: gnome-2048/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319116, gnome-2048/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 20:32:09 UTC (rev 319117)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-2048
+pkgver=3.26.1+5+g24aa009
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048"
+arch=(x86_64)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+_commit=24aa0090f23fe47df1e134139e2de738b8b1e0c4  # 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