gnome-keyring: add missing builddeps, set root certs path.
This commit is contained in:
parent
c36dda08fb
commit
99cc99aaa3
|
@ -4,7 +4,7 @@ version=3.0.3
|
|||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --with-pam-dir=/lib/security
|
||||
--without-root-certs --with-gtk=3.0 --disable-schemas-compile"
|
||||
--with-gtk=3.0 --disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
||||
short_desc="GNOME password and secret manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -43,6 +43,8 @@ Add_dependency build intltool
|
|||
Add_dependency build glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build glibc-devel
|
||||
Add_dependency build libtasn1-tools
|
||||
Add_dependency build libtasn1-devel
|
||||
Add_dependency build libgcrypt-devel
|
||||
Add_dependency build libgpg-error-devel
|
||||
Add_dependency build atk-devel
|
||||
|
|
Loading…
Reference in New Issue