libgnome-keyring: update to 3.6.0.
This commit is contained in:
parent
6911784a38
commit
658448d582
2 changed files with 8 additions and 10 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libgnome-keyring-devel'.
|
||||
#
|
||||
depends="glib-devel libgnome-keyring>=3.4.1"
|
||||
depends="glib-devel libgnome-keyring>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'libgnome-keyring'
|
||||
pkgname=libgnome-keyring
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug"
|
||||
makedepends="pkg-config intltool dbus-devel glib-devel libgcrypt-devel libgpg-error-devel gobject-introspection"
|
||||
revision=1
|
||||
makedepends="pkg-config intltool dbus-devel glib-devel libgcrypt-devel
|
||||
libgpg-error-devel gobject-introspection"
|
||||
short_desc="GNOME keyring client library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=e74a3e4521767fe5f05cc97cda8a355239567d9763ec628280ede8c2a4a379e8
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=6dca37fb7b37f800f498031ffe303a567410bec09a9bdd877a18865dafcc9830
|
||||
long_desc="
|
||||
libgnome-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
|
||||
|
@ -19,6 +21,3 @@ long_desc="
|
|||
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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue