glib-networking: update to 2.31.22.
This commit is contained in:
parent
6af54828b0
commit
dc822be7c5
|
@ -2,11 +2,6 @@ libgio-2.0.so.0
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libproxy.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libgnutls.so.26
|
||||
libgcrypt.so.11
|
||||
libgpg-error.so.0
|
||||
libp11-kit.so.0
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'glib-networking'
|
||||
pkgname=glib-networking
|
||||
version=2.30.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.xz"
|
||||
version=2.31.22
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.31/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static
|
||||
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
||||
--with-gnutls --with-pkcs11
|
||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||
short_desc="Network-related giomodules for glib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9f7542500939ca25896f0a74955cd3889758524583f6a15d02e00c9b815559bc
|
||||
checksum=961bbb6d62d79af130bc2088d7a2be5b381b27584ef79d5a7089476c4f0a9d8f
|
||||
long_desc="
|
||||
This package contains GLib's GIO modules for networking."
|
||||
|
||||
|
@ -18,6 +19,7 @@ Add_dependency build libproxy-devel
|
|||
Add_dependency build libgpg-error-devel
|
||||
Add_dependency build libgcrypt-devel
|
||||
Add_dependency build gnutls-devel
|
||||
Add_dependency build p11-kit-devel
|
||||
|
||||
Add_dependency full ca-certificates
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in New Issue