libsecret: update to 0.18.6.
Closes: #13022 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
db2749bb4d
commit
f0779eb26f
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'libsecret'
|
||||
pkgname=libsecret
|
||||
version=0.18.5
|
||||
version=0.18.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection) --disable-static --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils glib-devel libxslt $(vopt_if gir gobject-introspection)"
|
||||
makedepends="vala-devel libgcrypt-devel"
|
||||
configure_args="$(vopt_enable gir introspection) --disable-static
|
||||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="glib-devel gnome-doc-utils intltool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection')"
|
||||
makedepends="libgcrypt-devel vala-devel"
|
||||
short_desc="GObject based library for accessing the Secret Service API"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz"
|
||||
checksum=9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3
|
||||
checksum=5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue