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

Jan Steffens heftig at archlinux.org
Wed Sep 5 20:23:21 UTC 2018


    Date: Wednesday, September 5, 2018 @ 20:23:20
  Author: heftig
Revision: 333547

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-taquin/repos/gnome-unstable-x86_64/
  gnome-taquin/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333546, gnome-taquin/trunk/PKGBUILD)

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

Copied: gnome-taquin/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333546, gnome-taquin/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 20:23:20 UTC (rev 333547)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-taquin
+pkgver=3.30.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 yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=91b695ab4fb86c7548e446df5d4913c9880b2274  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#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