[arch-commits] Commit in hitori/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Apr 4 18:51:58 UTC 2022


    Date: Monday, April 4, 2022 @ 18:51:58
  Author: heftig
Revision: 441540

archrelease: copy trunk to extra-x86_64

Added:
  hitori/repos/extra-x86_64/PKGBUILD
    (from rev 441537, hitori/trunk/PKGBUILD)
Deleted:
  hitori/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 18:51:58 UTC (rev 441539)
+++ PKGBUILD	2022-04-04 18:51:58 UTC (rev 441540)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=3.38.3
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Hitori"
-license=(GPL)
-depends=(gtk3)
-makedepends=(yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=60d2f0231c2702128c7d569a1c95c2f533080286  # tags/3.38.3^0
-source=("git+https://gitlab.gnome.org/GNOME/hitori.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() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: hitori/repos/extra-x86_64/PKGBUILD (from rev 441537, hitori/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 18:51:58 UTC (rev 441540)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.38.4
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Hitori"
+license=(GPL)
+depends=(gtk3)
+makedepends=(yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+options=(debug)
+_commit=2498eff83d8cfdeb19eb455ae0c72b49ca6bd375  # tags/3.38.4^0
+source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd hitori
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd hitori
+}
+
+build() {
+  arch-meson hitori build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list