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

Jan Steffens heftig at gemini.archlinux.org
Mon Jan 31 00:35:30 UTC 2022


    Date: Monday, January 31, 2022 @ 00:35:29
  Author: heftig
Revision: 435570

archrelease: copy trunk to extra-x86_64

Added:
  tali/repos/extra-x86_64/PKGBUILD
    (from rev 435569, tali/trunk/PKGBUILD)
Deleted:
  tali/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 00:33:48 UTC (rev 435569)
+++ PKGBUILD	2022-01-31 00:35:29 UTC (rev 435570)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=tali
-pkgver=40.4
-pkgrel=1
-pkgdesc="Beat the odds in a poker-style dice game"
-url="https://wiki.gnome.org/Apps/Tali"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=5bd76c59bb58d669ffcfeddd47895cbd9483bc06  # tags/40.4^0
-source=("git+https://gitlab.gnome.org/GNOME/tali.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: tali/repos/extra-x86_64/PKGBUILD (from rev 435569, tali/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-31 00:35:29 UTC (rev 435570)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=40.5
+pkgrel=1
+pkgdesc="Beat the odds in a poker-style dice game"
+url="https://wiki.gnome.org/Apps/Tali"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=5d48ef1e5440609879b465176bb944ab9da62c9b  # tags/40.5^0
+source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tali
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd tali
+}
+
+build() {
+  arch-meson tali 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