gnome-keyring: update to 3.6.3.
This commit is contained in:
parent
76cd6eb2ea
commit
bfd833be77
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnome-keyring'
|
||||
pkgname=gnome-keyring
|
||||
version=3.6.2
|
||||
version=3.6.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
||||
|
@ -9,18 +9,10 @@ configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
|||
depends="libcap-progs dconf gcr>=${version}"
|
||||
makedepends="pkg-config intltool dbus-devel libcap-ng-devel
|
||||
pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools
|
||||
gcr-devel>=${version}"
|
||||
gcr-devel>=3.6.1"
|
||||
short_desc="GNOME password and secret manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL, LGPL"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=ae60558d60171325ddd90603328393d35d7b560a70b7ab45c4d2718d01130cd6
|
||||
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."
|
||||
checksum=e0153a3f16a25e943237e6242054870802815e0f694c5a4cd808ee72f6014151
|
||||
|
|
Loading…
Reference in New Issue