* update glib2 to 2.78.4-1

This commit is contained in:
Alexander Baldeck 2024-02-21 22:13:58 +01:00
parent 66f32308b6
commit 42202fa545

View File

@ -1,5 +1,6 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgbase=glib2
@ -7,11 +8,11 @@ pkgname=(
glib2
glib2-docs
)
pkgver=2.78.3
pkgver=2.78.4
pkgrel=1
pkgdesc="Low level core library"
url="https://gitlab.gnome.org/GNOME/glib"
license=(LGPL)
license=(LGPL-2.1-or-later)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=(
libffi
@ -36,11 +37,10 @@ checkdepends=(
glib2
)
options=(
!ccache
debug
staticlibs
)
_commit=03f7c1fbf3a3784cb4c3604f83ca3645e9225577 # tags/2.78.3^0
_commit=00edb7f7453a43cff343f9e99d49f2e421e4345c # tags/2.78.4^0
source=(
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
@ -127,7 +127,7 @@ package_glib2() {
package_glib2-docs() {
pkgdesc+=" - documentation"
depends=()
license+=(custom)
license+=(LicenseRef-Public-Domain)
mv -t "$pkgdir" docs/*
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 glib/docs/reference/COPYING