[arch-commits] Commit in gnome-taquin/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 15 08:10:00 UTC 2018


    Date: Thursday, March 15, 2018 @ 08:09:59
  Author: heftig
Revision: 319283

archrelease: copy trunk to staging-x86_64

Added:
  gnome-taquin/repos/staging-x86_64/
  gnome-taquin/repos/staging-x86_64/PKGBUILD
    (from rev 319282, gnome-taquin/trunk/PKGBUILD)

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

Copied: gnome-taquin/repos/staging-x86_64/PKGBUILD (from rev 319282, gnome-taquin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-03-15 08:09:59 UTC (rev 319283)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-taquin
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=d6dee2a029e969c7030e60b4b83b1361a0e210c8  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-taquin#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