glib-networking: update to 2.34.0.
This commit is contained in:
parent
35b6ad4aa5
commit
260a66daa6
1 changed files with 9 additions and 8 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'glib-networking'
|
# Template file for 'glib-networking'
|
||||||
pkgname=glib-networking
|
pkgname=glib-networking
|
||||||
version=2.32.3
|
version=2.34.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
||||||
--with-gnutls --with-pkcs11
|
--with-gnutls --with-pkcs11
|
||||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||||
makedepends="pkg-config intltool glib-devel libproxy-devel libgpg-error-devel libgcrypt-devel gnutls-devel p11-kit-devel"
|
makedepends="pkg-config intltool glib-devel libproxy-devel
|
||||||
fulldepends="ca-certificates gsettings-desktop-schemas"
|
libgpg-error-devel libgcrypt-devel gnutls-devel p11-kit-devel
|
||||||
revision=1
|
gsettings-desktop-schemas-devel>=3.6.0"
|
||||||
|
depends="gsettings-desktop-schemas>=3.6.0"
|
||||||
|
fulldepends="ca-certificates"
|
||||||
short_desc="Network-related giomodules for glib"
|
short_desc="Network-related giomodules for glib"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=39fe23e86a57bb7a8a67c65668394ad0fbe2d43960c1f9d68311d5d13ef1e5cf
|
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.xz"
|
||||||
|
checksum=c56eb4161671bff9568f3a92a88531ca01217eb7ee8514bb6255730400f877f1
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains GLib's GIO modules for networking."
|
This package contains GLib's GIO modules for networking."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue