gnome-keyring: update to 3.10.0.

This commit is contained in:
Juan RP 2013-09-26 20:20:57 +02:00
parent 898415a1f1
commit ad9b2a6779

View file

@ -1,23 +1,22 @@
# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.8.2
version=3.10.0
revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
--disable-schemas-compile"
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
hostmakedepends="pkg-config intltool libtasn1-tools"
makedepends="dbus-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel
libgcrypt-devel gcr-devel>=3.8"
libgcrypt-devel gcr-devel>=3.10"
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.8/$pkgname-$version.tar.xz"
checksum=f05692bb32db4d1afa65205ac4e68fa2b79107aca2393e237cf38f880cb7b868
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf gcr>=3.8.0"
depends="libcap-progs dconf>=0.18 gcr>=3.10"
pkg_install() {
vmove all
}