2012-03-21 09:57:10 +00:00
|
|
|
# Template file for 'gcr'
|
|
|
|
pkgname=gcr
|
2013-05-05 01:35:03 +00:00
|
|
|
version=3.8.2
|
2013-04-17 19:11:15 +00:00
|
|
|
revision=1
|
2012-03-21 09:57:10 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-debug --disable-update-mime
|
2013-04-02 17:26:49 +00:00
|
|
|
--disable-update-icon-cache --disable-schemas-compile
|
|
|
|
--enable-introspection"
|
2012-03-21 09:57:10 +00:00
|
|
|
short_desc="GNOME crypto package"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-09-25 13:48:13 +00:00
|
|
|
homepage="http://www.gnome.org"
|
2013-03-28 11:44:12 +00:00
|
|
|
distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz"
|
2013-05-05 01:35:03 +00:00
|
|
|
checksum=a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1
|
2012-03-21 09:57:10 +00:00
|
|
|
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
|
|
|
|
desktop.
|
|
|
|
|
|
|
|
GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
|
|
|
(G)object oriented way."
|
|
|
|
|
2013-03-28 11:44:12 +00:00
|
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
2013-04-12 11:13:49 +00:00
|
|
|
gobject-introspection libtasn1-tools gobject-introspection gnupg"
|
|
|
|
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel perl-XML-Parser"
|
2012-11-14 15:13:41 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
|
|
|
}
|
2013-04-12 11:13:49 +00:00
|
|
|
|
|
|
|
gcr-devel_package() {
|
2013-04-17 19:11:15 +00:00
|
|
|
depends="libglib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}"
|
2013-05-05 01:35:03 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 11:13:49 +00:00
|
|
|
replaces="gnome-keyring-devel<3.3.92"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gcr_package() {
|
|
|
|
replaces="gnome-keyring<3.3.92"
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-05-05 01:35:03 +00:00
|
|
|
vmove all
|
2013-04-12 11:13:49 +00:00
|
|
|
}
|
|
|
|
}
|