35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
# Template file for 'gnome-keyring'
|
|
pkgname=gnome-keyring
|
|
version=3.4.1
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-pam-dir=/lib/security --disable-debug
|
|
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
|
short_desc="GNOME password and secret manager"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL, LGPL"
|
|
checksum=9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249
|
|
long_desc="
|
|
gnome-keyring is a program that keeps passwords and other secrets for
|
|
users. It is run as a damon in the session, similar to ssh-agent, and
|
|
other applications can locate it by an environment variable.
|
|
|
|
The program can manage several keyrings, each with its own master
|
|
password, and there is also a session keyring which is never stored to
|
|
disk, but forgotten when the session ends."
|
|
|
|
# For setcap(8).
|
|
Add_dependency run libcap-progs
|
|
Add_dependency run dconf
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build dbus-devel
|
|
Add_dependency build gcr-devel
|
|
Add_dependency build libcap-ng-devel
|
|
Add_dependency build pam-devel
|
|
Add_dependency build libcap-devel
|
|
Add_dependency build libtasn1-devel
|
|
Add_dependency build libgcrypt-devel
|
|
Add_dependency build libtasn1-tools
|