Date: Tuesday, January 10, 2023 @ 23:31:12
  Author: heftig
Revision: 466319

archrelease: copy trunk to extra-x86_64

Added:
  gnome-taquin/repos/extra-x86_64/PKGBUILD
    (from rev 466318, gnome-taquin/trunk/PKGBUILD)
Deleted:
  gnome-taquin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-10 23:30:45 UTC (rev 466318)
+++ PKGBUILD    2023-01-10 23:31:12 UTC (rev 466319)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-taquin
-pkgver=3.38.1
-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 gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=215c4f94521f554fe495874f7776c969e8bb8319  # tags/3.38.1^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
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-taquin/repos/extra-x86_64/PKGBUILD (from rev 466318, 
gnome-taquin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-10 23:31:12 UTC (rev 466319)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-taquin
+pkgver=3.38.1+r35+g35edb95
+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 gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+options=(debug)
+_commit=35edb95303b75559607d0599c4424c6cbc661648  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir="$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to