[arch-commits] Commit in gnome-mahjongg/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Nov 1 14:43:24 UTC 2020
Date: Sunday, November 1, 2020 @ 14:43:24
Author: heftig
Revision: 399109
archrelease: copy trunk to extra-x86_64
Added:
gnome-mahjongg/repos/extra-x86_64/PKGBUILD
(from rev 399108, gnome-mahjongg/trunk/PKGBUILD)
Deleted:
gnome-mahjongg/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-01 14:43:09 UTC (rev 399108)
+++ PKGBUILD 2020-11-01 14:43:24 UTC (rev 399109)
@@ -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.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
-}
Copied: gnome-mahjongg/repos/extra-x86_64/PKGBUILD (from rev 399108, gnome-mahjongg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-01 14:43:24 UTC (rev 399109)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-mahjongg
+pkgver=3.38.3
+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=2214a09cdc2def8be5ae669a92aa31550e9f7cb4 # tags/3.38.3^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 \
+ -D compile-schemas=disabled \
+ -D update-icon-cache=disabled
+ 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