Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libgnome-games-support
Commits:
6c4bd493 by Jan Alexander Steffens (heftig) at 2026-02-06T08:58:17+01:00
1.8.2-4: namcap fixes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,20 @@
pkgbase = libgnome-games-support
pkgdesc = Code shared between GNOME games
pkgver = 1.8.2
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.gnome.org/GNOME/libgnome-games-support
arch = x86_64
license = LGPL-3.0-or-later
makedepends = git
+ makedepends = glib2-devel
makedepends = meson
makedepends = vala
+ depends = glib2
+ depends = glibc
depends = gtk3
depends = libgee
provides = libgnome-games-support-1.so
- source =
git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=406695a2bd14436cb7ff10001865db9d1c236fad
- b2sums = SKIP
+ source =
git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#tag=1.8.2
+ b2sums =
620cd420db4596afe0615f8c4372f5646c55dd66a6f4135e6067bdf3f9d9460245ca189b0326ada5d90a18a0ebb60f0ef45298ef66dec009548e142bb6d03c3b
pkgname = libgnome-games-support
=====================================
PKGBUILD
=====================================
@@ -2,29 +2,26 @@
pkgname=libgnome-games-support
pkgver=1.8.2
-pkgrel=3
+pkgrel=4
pkgdesc="Code shared between GNOME games"
url="https://gitlab.gnome.org/GNOME/libgnome-games-support"
arch=(x86_64)
license=(LGPL-3.0-or-later)
depends=(
+ glib2
+ glibc
gtk3
libgee
)
makedepends=(
git
+ glib2-devel
meson
vala
)
provides=("libgnome-games-support-${pkgver%%.*}.so")
-_commit=406695a2bd14436cb7ff10001865db9d1c236fad # tags/1.8.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd libgnome-games-support
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#tag=$pkgver")
+b2sums=('620cd420db4596afe0615f8c4372f5646c55dd66a6f4135e6067bdf3f9d9460245ca189b0326ada5d90a18a0ebb60f0ef45298ef66dec009548e142bb6d03c3b')
prepare() {
cd libgnome-games-support
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgnome-games-support/-/commit/6c4bd493366103a534da81e82e2a7966bf269505
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgnome-games-support/-/commit/6c4bd493366103a534da81e82e2a7966bf269505
You're receiving this email because of your account on gitlab.archlinux.org.