32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# Template file for 'gcr'
|
|
pkgname=gcr
|
|
version=3.6.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-debug --disable-update-mime
|
|
--disable-update-icon-cache --disable-schemas-compile"
|
|
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.6/gcr-${version}.tar.xz"
|
|
checksum=f709db2435e3635b68d8aa212863e0a8e81b1cc33442852a5183762876c7be9b
|
|
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."
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
|
gtk+3-devel>=3.6.1 p11-kit-devel libgcrypt-devel libtasn1-tools"
|
|
fulldepends="gnupg"
|
|
|
|
replaces="gnome-keyring<3.3.92"
|
|
subpackages="gcr-devel"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/10-gcr-memlock.conf 644 etc/security/limits.d
|
|
}
|