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

Jan Steffens heftig at archlinux.org
Sat Oct 3 16:54:54 UTC 2020


    Date: Saturday, October 3, 2020 @ 16:54:53
  Author: heftig
Revision: 397220

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 16:54:53 UTC (rev 397219)
+++ PKGBUILD	2020-10-03 16:54:53 UTC (rev 397220)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-mahjongg
-pkgver=3.38.1
-pkgrel=1
-pkgdesc="Disassemble a pile of tiles by removing matching pairs"
-url="https://wiki.gnome.org/Apps/Mahjongg"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=c43b6a66d53ea80e5a242a92c8ca1244625b85d9  # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.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-mahjongg/repos/extra-x86_64/PKGBUILD (from rev 397214, gnome-mahjongg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-03 16:54:53 UTC (rev 397220)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-mahjongg
+pkgver=3.38.2
+pkgrel=1
+pkgdesc="Disassemble a pile of tiles by removing matching pairs"
+url="https://wiki.gnome.org/Apps/Mahjongg"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=b9b63d0baca7d7c2640acd2a8a579b41fb7b879e  # tags/3.38.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.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
+}



More information about the arch-commits mailing list