Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-mines
Commits:
cea28eff by Balló György at 2024-12-30T20:45:01+01:00
upgpkg: 40.1-3: Fix window icon name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnome-mines
pkgdesc = Clear hidden mines from a minefield
pkgver = 40.1
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/Mines
arch = x86_64
groups = gnome-extra
@@ -14,7 +14,7 @@ pkgbase = gnome-mines
depends = gtk3
depends = librsvg
depends = libgnome-games-support
- source =
git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=c7a2abc8a62a2d313959db76df3a811209409dc9
- sha256sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/gnome-mines.git#tag=40.1
+ b2sums =
f3980321785e4f734f00f64aa64722ddb5420a7b6843c8dce9196c3288f364d26bd9b23bf1fb8440eecdc6bbc0bd335bd9f4b35dbf05b2b0e88642f827c39ed6
pkgname = gnome-mines
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=gnome-mines
pkgver=40.1
-pkgrel=2
+pkgrel=3
pkgdesc="Clear hidden mines from a minefield"
url="https://wiki.gnome.org/Apps/Mines"
arch=(x86_64)
@@ -11,17 +11,15 @@ license=(GPL)
depends=(gtk3 librsvg libgnome-games-support)
makedepends=(yelp-tools appstream-glib vala git meson)
groups=(gnome-extra)
-_commit=c7a2abc8a62a2d313959db76df3a811209409dc9 # tags/40.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#tag=$pkgver")
+b2sums=('f3980321785e4f734f00f64aa64722ddb5420a7b6843c8dce9196c3288f364d26bd9b23bf1fb8440eecdc6bbc0bd335bd9f4b35dbf05b2b0e88642f827c39ed6')
prepare() {
cd $pkgname
+
+ # Fix window icon name
+ # https://gitlab.gnome.org/GNOME/gnome-mines/-/merge_requests/40
+ sed -i '/icon_name/ s/gnome-mines/org.gnome.Mines/' src/interface.ui
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-mines/-/commit/cea28eff3a17d5accc8283cb6d3776344b9d4ebe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-mines/-/commit/cea28eff3a17d5accc8283cb6d3776344b9d4ebe
You're receiving this email because of your account on gitlab.archlinux.org.