upg glib-networking

This commit is contained in:
joborun linux 2023-06-15 12:19:40 +03:00
parent ecfaecd97d
commit a9e92be167
4 changed files with 18 additions and 9 deletions

View File

@ -7,7 +7,7 @@
pkgname=glib-networking
pkgver=2.76.0
pkgrel=01
pkgrel=02
epoch=1
pkgdesc="Network extensions for GLib w/o systemd"
url="https://gitlab.gnome.org/GNOME/glib-networking"
@ -25,6 +25,10 @@ pkgver() {
prepare() {
cd $pkgname
# Fix tests with libproxy 0.5
git cherry-pick -n a7db10e8862050f19af5c2eebcd1d590a04d5ced
}
build() {
@ -49,5 +53,6 @@ license=(GPL2)
sha256sums=(SKIP)
## 253b3883d4bc41db49b5e69c7a13a619ede0ddd9afe67c5db925dde2d7dacc44 glib-networking-1:2.76.0-01-x86_64.pkg.tar.lz
## 716c7d988a56196ef7f5cf132d36f8c653b1a03efa98d322906f8cea41c5d2b9 glib-networking-1:2.76.0-02-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
pkgname=glib-networking
pkgver=2.76.0
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Network extensions for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking"
@ -21,7 +21,7 @@ makedepends=(
checkdepends=(ca-certificates)
_commit=eab226398f9872c381033f7cb3af43dcb66600f4 # tags/2.76.0^0
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
sha256sums=('SKIP')
b2sums=('SKIP')
pkgver() {
cd $pkgname
@ -30,6 +30,9 @@ pkgver() {
prepare() {
cd $pkgname
# Fix tests with libproxy 0.5
git cherry-pick -n a7db10e8862050f19af5c2eebcd1d590a04d5ced
}
build() {

View File

@ -3,6 +3,6 @@ gsettings-desktop-schemas
git
meson
gettext
libxml2

View File

@ -1,5 +1,6 @@
real 0m13.367s
user 0m20.236s
sys 0m2.154s
real 0m23.164s
user 0m20.161s
sys 0m2.680s