gnome-keyring: update to 3.6.0.
This commit is contained in:
parent
0b416b8082
commit
72116fe53c
1 changed files with 8 additions and 6 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'gnome-keyring'
|
# Template file for 'gnome-keyring'
|
||||||
pkgname=gnome-keyring
|
pkgname=gnome-keyring
|
||||||
version=3.4.1
|
version=3.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
|
||||||
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
|
||||||
# For setcap(8).
|
# For setcap(8).
|
||||||
depends="libcap-progs dconf"
|
depends="libcap-progs dconf gcr>=3.6.0"
|
||||||
makedepends="pkg-config intltool dbus-devel gcr-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools"
|
makedepends="pkg-config intltool dbus-devel libcap-ng-devel
|
||||||
|
pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools
|
||||||
|
gcr-devel>=3.6.0"
|
||||||
short_desc="GNOME password and secret manager"
|
short_desc="GNOME password and secret manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL, LGPL"
|
license="GPL, LGPL"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
checksum=9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249
|
checksum=6a0de88d5e1778dd5026226cb2ff25bf8355f370b089daa58ee0887639fb0a20
|
||||||
long_desc="
|
long_desc="
|
||||||
gnome-keyring is a program that keeps passwords and other secrets for
|
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
|
users. It is run as a damon in the session, similar to ssh-agent, and
|
||||||
|
|
Loading…
Reference in a new issue