39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
# Template file for 'gnome-keyring'
|
|
pkgname=gnome-keyring
|
|
version=3.2.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-pam-dir=/lib/security
|
|
--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=f4cdc2c492a9b0157d59439310093e611e1f718a16f7ee2391ac03aadacfaaa3
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
# 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 libtasn1-tools
|
|
Add_dependency build libtasn1-devel
|
|
Add_dependency build libgcrypt-devel
|
|
Add_dependency build libgpg-error-devel
|
|
Add_dependency build pam-devel
|
|
Add_dependency build gtk+3-devel
|
|
Add_dependency build libcap-devel
|
|
Add_dependency build p11-kit-devel
|
|
Add_dependency build libcap-ng-devel
|