glib-networking: Bump to 2.74.0

This commit is contained in:
Tee KOBAYASHI 2022-09-23 06:53:53 +09:00 committed by xtkoba
parent 6edde0ef3f
commit eebcd91a01
2 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.gnome.org/GNOME/glib-networking
TERMUX_PKG_DESCRIPTION="Network-related giomodules for glib"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=2.72
_MAJOR_VERSION=2.74
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0
TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/glib-networking/${_MAJOR_VERSION}/glib-networking-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=100aaebb369285041de52da422b6b716789d5e4d7549a3a71ba587b932e0823b
TERMUX_PKG_SHA256=1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b
TERMUX_PKG_DEPENDS="glib, libgnutls"

View File

@ -0,0 +1,11 @@
--- a/meson.build
+++ b/meson.build
@@ -147,8 +147,6 @@
subdir('proxy')
subdir('tls')
-# Will automatically pick it up from the cross file if defined
-gnome.post_install(gio_querymodules: gio_module_dir)
summary({
'GnuTLS support': giomodules.contains('giognutls'),