gcr: update to 3.10.0.

This commit is contained in:
Juan RP 2013-09-26 15:19:45 +02:00
parent 1a04d87326
commit 3416c63536

View file

@ -1,17 +1,19 @@
# Template file for 'gcr' # Template file for 'gcr'
pkgname=gcr pkgname=gcr
version=3.8.2 version=3.10.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-debug --disable-update-mime configure_args="--enable-introspection --disable-update-mime
--disable-update-icon-cache --disable-schemas-compile --disable-update-icon-cache --disable-schemas-compile"
--enable-introspection" hostmakedepends="which pkg-config intltool gnome-doc-utils
gobject-introspection libtasn1-tools gnupg perl-XML-Parser"
makedepends="gtk+3-devel p11-kit-devel libgcrypt-devel vala-devel"
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"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz" distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
checksum=a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1 checksum=b689c679b244c1f47d773002c33dadc4111cddeb05bc2f3651826893fd43ff1b
long_desc=" long_desc="
GCR is a library for displaying certificates, and crypto UI, accessing GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME key stores. It also provides the viewer for crypto files on the GNOME
@ -20,10 +22,6 @@ long_desc="
GCK is a library for accessing PKCS#11 modules like smart cards, in a GCK is a library for accessing PKCS#11 modules like smart cards, in a
(G)object oriented way." (G)object oriented way."
hostmakedepends="which pkg-config intltool gnome-doc-utils
gobject-introspection libtasn1-tools gobject-introspection gnupg"
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel perl-XML-Parser"
post_install() { post_install() {
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
} }
@ -37,6 +35,8 @@ gcr-devel_package() {
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc vmove usr/share/gtk-doc
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove usr/share/vala
vmove "usr/lib/*.so"
} }
} }