glib-networking: there's no need to depend on gsettings-desktop-schemas.
This commit is contained in:
parent
91d48e13f3
commit
f4427540a8
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'glib-networking'
|
||||
pkgname=glib-networking
|
||||
version=2.38.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
||||
--with-gnutls --with-pkcs11
|
||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libglib-devel libproxy-devel libgpg-error-devel
|
||||
libgcrypt-devel p11-kit-devel gnutls-devel>=3.1.5
|
||||
gsettings-desktop-schemas-devel>=3.8.0 ca-certificates"
|
||||
depends="ca-certificates gsettings-desktop-schemas"
|
||||
libgcrypt-devel p11-kit-devel gnutls-devel>=3.1.5 ca-certificates"
|
||||
depends="ca-certificates"
|
||||
short_desc="Network-related giomodules for glib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
|
Loading…
Reference in New Issue