glib-networking: update to 2.76.0

This commit is contained in:
Juergen Daubert 2023-03-23 11:38:54 +01:00
parent 1cbe27e892
commit c881606943
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gio/
drwxr-xr-x root/root usr/lib/gio/modules/
-rwxr-xr-x root/root usr/lib/gio/modules/libgioenvironmentproxy.so
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognomeproxy.so
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognutls.so
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Ur59gn11H0UNnV4o76AhHJrhmXjbwC9euvlku6iNtLfZ8P23wctczNeYw1+P+XcJN6PBpE4gvpA1V8wQoLm1w8=
SHA256 (Pkgfile) = 7f633c12b9dfc1586a493d920bf25686d717a0fb4c5756883e2a4c007ff461aa
SHA256 (.footprint) = f2213c73767408c1d5756afd92a2d058bd3d6aa43fd4aff370cd76be5fa3faab
SHA256 (glib-networking-2.74.0.tar.xz) = 1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b
RWSE3ohX2g5d/Te2H8APOSxYkDWvjA52AygW9m9WhvqTqBTraAx0hP942XHuMvw5tktKwG/2KUkPMugKBKTyYEb1yMz7k5mGCgk=
SHA256 (Pkgfile) = 8afe41a9f038244f71ef77d35af922a34270faca77961fa85313e686c3df2673
SHA256 (.footprint) = 30ea4d576e1f2045ce73b27bbc8ddfc7d1d0ee7951dc97f4bb2a3c5c8d933d05
SHA256 (glib-networking-2.76.0.tar.xz) = 149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a

View File

@ -1,10 +1,10 @@
# Description: Network-related giomodules for glib.
# URL: https://git.gnome.org/browse/glib-networking/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gnutls gsettings-desktop-schemas meson ninja
# Depends on: gnutls gsettings-desktop-schemas
name=glib-networking
version=2.74.0
version=2.76.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
@ -13,7 +13,8 @@ build() {
--prefix /usr \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
-D b_pie=true \
-D libproxy=disabled
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build