gcr: fix build

This commit is contained in:
ojab 2013-04-02 21:26:49 +04:00
parent 705baac4d6
commit 588a4edcfe

View file

@ -1,10 +1,11 @@
# Template file for 'gcr' # Template file for 'gcr'
pkgname=gcr pkgname=gcr
version=3.8.0 version=3.8.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-debug --disable-update-mime 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" short_desc="GNOME crypto package"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
@ -25,7 +26,7 @@ fulldepends="gnupg"
hostmakedepends="which pkg-config intltool gnome-doc-utils hostmakedepends="which pkg-config intltool gnome-doc-utils
gobject-introspection libtasn1-tools" 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" replaces="gnome-keyring<3.3.92"
subpackages="gcr-devel" subpackages="gcr-devel"