# Template file for 'gcr' pkgname=gcr version=3.8.2 revision=1 build_style=gnu-configure configure_args="--disable-debug --disable-update-mime --disable-update-icon-cache --disable-schemas-compile --enable-introspection" short_desc="GNOME crypto package" maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://www.gnome.org" distfiles="${GNOME_SITE}/gcr/3.8/gcr-${version}.tar.xz" checksum=a1e615ce2cfd375f383bbdd289935a8e3e16901c3c6f032780847055e8bec2c1 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." 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 } gcr-devel_package() { depends="libglib-devel p11-kit-devel gtk+3-devel gcr-${version}_${revision}" short_desc+=" - development files" 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() { vmove all } }