libgnome-keyring: update to 3.10.0.
This commit is contained in:
parent
06f8b668f5
commit
1a04d87326
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'libgnome-keyring'
|
||||
pkgname=libgnome-keyring
|
||||
version=3.8.0
|
||||
revision=2
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="dbus-devel libglib-devel libgcrypt-devel"
|
||||
short_desc="GNOME keyring client library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=a8646f2bc62ef903be422946a6356b0718f7a4cbb29b5bdd35a84136f6b82f76
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=3984e99338e6e610af320a637fa84fb9e795226cfd633d7c0db452c5ae43b560
|
||||
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
|
||||
|
@ -23,10 +22,11 @@ long_desc="
|
|||
|
||||
libgnome-keyring-devel_package() {
|
||||
depends="libglib-devel ${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
|
@ -34,6 +34,6 @@ libgnome-keyring-devel_package() {
|
|||
|
||||
libgnome-keyring_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue