2012-03-21 09:57:10 +00:00
|
|
|
# Template file for 'gcr'
|
|
|
|
pkgname=gcr
|
2012-03-26 14:54:07 +00:00
|
|
|
version=3.4.0
|
2012-03-21 09:57:10 +00:00
|
|
|
homepage="http://www.gnome.org"
|
2012-03-26 14:54:07 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2012-03-21 09:57:10 +00:00
|
|
|
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"
|
2012-03-26 14:54:07 +00:00
|
|
|
checksum=6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106
|
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."
|
|
|
|
|
|
|
|
replaces="gnome-keyring<3.3.92"
|
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
|
|
Add_dependency build which
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build p11-kit-devel
|
|
|
|
Add_dependency build libgcrypt-devel
|
|
|
|
Add_dependency build libtasn1-tools
|
|
|
|
|
|
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency run desktop-file-utils
|
|
|
|
Add_dependency full gnupg
|