gnome-keyring: update to 3.2.1.
This commit is contained in:
parent
41d3b2c278
commit
859265a0d7
2 changed files with 3 additions and 10 deletions
|
@ -5,15 +5,9 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run dbus-devel
|
|
||||||
Add_dependency run libtasn1-tools
|
|
||||||
Add_dependency run libtasn1-devel
|
|
||||||
Add_dependency run libgcrypt-devel
|
|
||||||
Add_dependency run libgpg-error-devel
|
|
||||||
Add_dependency run pam-devel
|
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run libcap-devel
|
|
||||||
Add_dependency run p11-kit-devel
|
Add_dependency run p11-kit-devel
|
||||||
|
Add_dependency run libtasn1-devel
|
||||||
Add_dependency run gnome-keyring
|
Add_dependency run gnome-keyring
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'gnome-keyring'
|
# Template file for 'gnome-keyring'
|
||||||
pkgname=gnome-keyring
|
pkgname=gnome-keyring
|
||||||
version=3.2.0
|
version=3.2.1
|
||||||
revision=2
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-pam-dir=/lib/security
|
configure_args="--with-pam-dir=/lib/security
|
||||||
|
@ -10,7 +9,7 @@ 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"
|
||||||
checksum=5bd7dbe18f983aae237517d1eb4b070295c7b848d16c2a9d0a8a6046ea0801bc
|
checksum=49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9
|
||||||
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