gnome-keyring: update to 3.0.1.

This commit is contained in:
Juan RP 2011-04-27 15:42:40 +02:00
parent bdc2b9cb3d
commit 4965fe9c7a
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.0.0
version=3.0.1
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var --with-pam-dir=/lib/security
--without-root-certs --with-gtk=3.0 --disable-schemas-compile"
short_desc="GNOME password and secret manager"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=63bbe53031620d8514cf4ebd7705e2360d37679e785c4588f66b88f919e56c20
checksum=1b296fc58fb189c9632fdd8a8a8a2dbb0af97db1529af87d73e21a96c4b78c03
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
@ -17,6 +17,7 @@ long_desc="
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends."
disable_parallel_build=yes
triggers="gsettings-schemas"
subpackages="$pkgname-devel"