* update libgee to 0.20.8-1

This commit is contained in:
Alexander Baldeck 2025-02-17 00:52:23 +01:00
parent 87fe86e6d6
commit 6fc62f3ad9
3 changed files with 29 additions and 20 deletions

View File

@ -1,20 +1,26 @@
pkgbase = libgee
pkgdesc = A collection library providing GObject-based interfaces and classes for commonly used data structures
pkgver = 0.20.6
pkgrel = 2
pkgver = 0.20.8
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libgee
arch = x86_64
license = LGPL2.1
makedepends = gobject-introspection
makedepends = vala
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-or-later
makedepends = autoconf-archive
makedepends = git
makedepends = gobject-introspection
makedepends = vala
depends = glib2
source = git+https://gitlab.gnome.org/GNOME/libgee.git#commit=7d332f82c750ba72a6c625f38e4bfd44b786a926
sha256sums = SKIP
depends = glibc
source = git+https://gitlab.gnome.org/GNOME/libgee.git#tag=0.20.8
b2sums = b1b7007d60f1a8e5ef56ad968121cd14ca9fc01b71f3d7e64db9fc8bbd39f7d87aac59a9b04bb3d5963bb9ac8e4b592e68cc49a4dbaee40494af7ba03094c05b
pkgname = libgee
depends = glib2
depends = glibc
depends = libglib-2.0.so
depends = libgobject-2.0.so
depends = libgio-2.0.so

View File

@ -1,3 +1,4 @@
[libgee]
source = "git"
git = "https://gitlab.gnome.org/GNOME/libgee.git"
include_regex = '\d+\.\d*[02468]\.\d+'

View File

@ -4,22 +4,24 @@
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libgee
pkgver=0.20.6
pkgrel=2.1
pkgver=0.20.8
pkgrel=1
pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures"
url="https://gitlab.gnome.org/GNOME/libgee"
license=(LGPL2.1)
license=(LGPL-2.1-or-later)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=(glib2)
makedepends=(gobject-introspection vala autoconf-archive git)
_commit=7d332f82c750ba72a6c625f38e4bfd44b786a926 # tags/0.20.6^0
source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd libgee
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
depends=(
glib2
glibc
)
makedepends=(
autoconf-archive
git
gobject-introspection
vala
)
source=("git+https://gitlab.gnome.org/GNOME/libgee.git#tag=$pkgver")
b2sums=('b1b7007d60f1a8e5ef56ad968121cd14ca9fc01b71f3d7e64db9fc8bbd39f7d87aac59a9b04bb3d5963bb9ac8e4b592e68cc49a4dbaee40494af7ba03094c05b')
prepare() {
cd libgee