2010-04-12 14:16:55 +00:00
|
|
|
# Template file for 'gnome-keyring'
|
|
|
|
pkgname=gnome-keyring
|
2013-10-17 07:37:44 +00:00
|
|
|
version=3.10.1
|
2013-05-05 01:36:10 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-09-26 18:20:57 +00:00
|
|
|
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
|
2013-10-17 07:43:54 +00:00
|
|
|
hostmakedepends="pkg-config intltool libtasn1-tools libxslt docbook-xsl"
|
2013-03-28 16:52:04 +00:00
|
|
|
makedepends="dbus-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel
|
2013-09-26 18:20:57 +00:00
|
|
|
libgcrypt-devel gcr-devel>=3.10"
|
2010-04-12 14:16:55 +00:00
|
|
|
short_desc="GNOME password and secret manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 04:56:32 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL, LGPL"
|
2013-09-26 18:20:57 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-10-17 07:37:44 +00:00
|
|
|
checksum=18001fa94c6d92e476b76423fe585dbf649051bba33012a037b07449c215dbf8
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gnome-keyring_package() {
|
|
|
|
# For setcap(8).
|
2013-09-26 18:20:57 +00:00
|
|
|
depends="libcap-progs dconf>=0.18 gcr>=3.10"
|
2013-04-12 13:11:12 +00:00
|
|
|
pkg_install() {
|
2013-05-05 01:36:10 +00:00
|
|
|
vmove all
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|
|
|
|
}
|