Date: Wednesday, January 11, 2023 @ 04:27:59
  Author: heftig
Revision: 466333

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
    (from rev 466332, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-11 04:27:25 UTC (rev 466332)
+++ PKGBUILD    2023-01-11 04:27:59 UTC (rev 466333)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=iagno
-pkgver=3.38.1
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=093af4aa3716cd0cf6ec6c73bd528dfeb6ea9282  # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/iagno.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: iagno/repos/extra-x86_64/PKGBUILD (from rev 466332, 
iagno/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-11 04:27:59 UTC (rev 466333)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=iagno
+pkgver=3.38.1+r57+gd147e1a
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+options=(debug)
+_commit=d147e1a30189716d654e9b9e9aba2112d35b7dc6  # master
+source=("git+https://gitlab.gnome.org/GNOME/iagno.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