gcr: fix build
This commit is contained in:
parent
705baac4d6
commit
588a4edcfe
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
--disable-update-icon-cache --disable-schemas-compile
|
||||
--enable-introspection"
|
||||
short_desc="GNOME crypto package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
@ -25,7 +26,7 @@ fulldepends="gnupg"
|
|||
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
||||
gobject-introspection libtasn1-tools"
|
||||
|
||||
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel"
|
||||
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel perl-XML-Parser gobject-introspection"
|
||||
|
||||
replaces="gnome-keyring<3.3.92"
|
||||
subpackages="gcr-devel"
|
||||
|
|
Loading…
Reference in New Issue