Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libgnome-games-support-2


Commits:
a1a8b2d3 by Jan Alexander Steffens (heftig) at 2023-12-15T02:28:35+01:00
2.0.0-2: minor changes

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = libgnome-games-support-2
+       pkgdesc = Code shared between GNOME games
+       pkgver = 2.0.0
+       pkgrel = 2
+       url = https://gitlab.gnome.org/GNOME/libgnome-games-support
+       arch = x86_64
+       license = LGPL-3.0-or-later
+       makedepends = git
+       makedepends = meson
+       makedepends = vala
+       depends = gtk4
+       depends = libgee
+       provides = libgnome-games-support-2.so
+       source = 
git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=75ed95f923d77705d5cb5eea14625a655a3225c8
+       b2sums = SKIP
+
+pkgname = libgnome-games-support-2


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,24 @@
 
 pkgname=libgnome-games-support-2
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Code shared between GNOME games"
 url="https://gitlab.gnome.org/GNOME/libgnome-games-support";
 arch=(x86_64)
-license=(GPL3 LGPL3)
-depends=(libgee gtk4)
-makedepends=(vala git meson)
+license=(LGPL-3.0-or-later)
+depends=(
+  gtk4
+  libgee
+)
+makedepends=(
+  git
+  meson
+  vala
+)
 provides=("libgnome-games-support-${pkgver%%.*}.so")
 _commit=75ed95f923d77705d5cb5eea14625a655a3225c8  # tags/2.0.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/libgnome-games-support.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd libgnome-games-support
@@ -35,3 +42,5 @@ check() {
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgnome-games-support-2/-/commit/a1a8b2d3efa4892f35388e6bbe0b69085ce3d359

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgnome-games-support-2/-/commit/a1a8b2d3efa4892f35388e6bbe0b69085ce3d359
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to