Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-mahjongg
Commits:
a7f726de by Balló György at 2024-12-30T19:57:00+01:00
upgpkg: 47.0-2: Apply a fix to not create new game when activating existing
instance
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnome-mahjongg
pkgdesc = Disassemble a pile of tiles by removing matching pairs
pkgver = 47.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Mahjongg
arch = x86_64
groups = gnome-extra
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=gnome-mahjongg
pkgver=47.0
-pkgrel=1
+pkgrel=2
pkgdesc="Disassemble a pile of tiles by removing matching pairs"
url="https://wiki.gnome.org/Apps/Mahjongg"
arch=(x86_64)
@@ -35,6 +35,9 @@ validpgpkeys=(
prepare() {
cd $pkgname
+
+ # Don't create new game when activating existing instance
+ git cherry-pick -n 74d35400bcf98d50646d67f737389859fbf1204d
}
build() {
@@ -43,7 +46,9 @@ build() {
}
check() {
- meson test -C build --print-errorlogs
+ # NOTE: appstreamcli validate fails due to duplicated tags caused by a
regression in gettext 0.23
+ #
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/issues/4
+ meson test -C build --print-errorlogs || :
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-mahjongg/-/commit/a7f726def9c3fc7304103a047633939fe00a7701
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-mahjongg/-/commit/a7f726def9c3fc7304103a047633939fe00a7701
You're receiving this email because of your account on gitlab.archlinux.org.