* update glib-networking to 1:2.80.0-1

This commit is contained in:
Alexander Baldeck 2024-04-08 10:02:47 +02:00
parent fb855644fd
commit e6f8da79d3

View File

@ -1,16 +1,18 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
pkgname=glib-networking
pkgver=2.78.0
pkgver=2.80.0
pkgrel=1
epoch=1
pkgdesc="Network extensions for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(GPL2)
license=(LGPL-2.1-or-later)
depends=(
glib2
glibc
gnutls
gsettings-desktop-schemas
libproxy
@ -20,13 +22,13 @@ makedepends=(
meson
)
checkdepends=(ca-certificates)
_commit=40c448faf7cf32647d457a8bcda171c3d21bef22 # tags/2.78.0^0
_commit=3ae624d21b586ec33543004b037fd343042cb04b # tags/2.80.0^0
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd glib-networking
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
@ -34,15 +36,12 @@ prepare() {
}
build() {
local meson_options=(
)
arch-meson glib-networking build "${meson_options[@]}"
arch-meson glib-networking build
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
meson test -vC build --print-errorlogs
}
package() {