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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 23 20:50:06 UTC 2022


    Date: Saturday, April 23, 2022 @ 20:50:06
  Author: heftig
Revision: 443856

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 20:49:55 UTC (rev 443855)
+++ PKGBUILD	2022-04-23 20:50:06 UTC (rev 443856)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=tali
-pkgver=40.6
-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)
-options=(debug)
-_commit=ea5e14154f23f43466efe46ab9a362d57c7c09f3  # tags/40.6^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"
-}

Copied: tali/repos/extra-x86_64/PKGBUILD (from rev 443855, tali/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 20:50:06 UTC (rev 443856)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=40.7
+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)
+options=(debug)
+_commit=5c05e7f6f0e6c7d33c5a7136ed8174473b01693a  # tags/40.7^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