* update glib-networking to 1:2.80.0-1
This commit is contained in:
parent
fb855644fd
commit
e6f8da79d3
@ -1,16 +1,18 @@
|
|||||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
|
||||||
|
|
||||||
pkgname=glib-networking
|
pkgname=glib-networking
|
||||||
pkgver=2.78.0
|
pkgver=2.80.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Network extensions for GLib"
|
pkgdesc="Network extensions for GLib"
|
||||||
url="https://gitlab.gnome.org/GNOME/glib-networking"
|
url="https://gitlab.gnome.org/GNOME/glib-networking"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
license=(GPL2)
|
license=(LGPL-2.1-or-later)
|
||||||
depends=(
|
depends=(
|
||||||
glib2
|
glib2
|
||||||
|
glibc
|
||||||
gnutls
|
gnutls
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
libproxy
|
libproxy
|
||||||
@ -20,13 +22,13 @@ makedepends=(
|
|||||||
meson
|
meson
|
||||||
)
|
)
|
||||||
checkdepends=(ca-certificates)
|
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")
|
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd glib-networking
|
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() {
|
prepare() {
|
||||||
@ -34,15 +36,12 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local meson_options=(
|
arch-meson glib-networking build
|
||||||
)
|
|
||||||
|
|
||||||
arch-meson glib-networking build "${meson_options[@]}"
|
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
meson test -C build --print-errorlogs
|
meson test -vC build --print-errorlogs
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user