gcr: update to 3.10.0.
This commit is contained in:
parent
1a04d87326
commit
3416c63536
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.8.2
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile
|
||||
--enable-introspection"
|
||||
configure_args="--enable-introspection --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz"
|
||||
checksum=a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1
|
||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||
checksum=b689c679b244c1f47d773002c33dadc4111cddeb05bc2f3651826893fd43ff1b
|
||||
long_desc="
|
||||
GCR is a library for displaying certificates, and crypto UI, accessing
|
||||
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
|
||||
(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() {
|
||||
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
||||
}
|
||||
|
@ -37,6 +35,8 @@ gcr-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/vala
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue