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:
maxice8 2018-03-29 12:13:10 -03:00 committed by Jürgen Buchmüller
parent db2749bb4d
commit f0779eb26f
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 8 additions and 6 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'libsecret' # Template file for 'libsecret'
pkgname=libsecret pkgname=libsecret
version=0.18.5 version=0.18.6
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) --disable-static --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr" configure_args="$(vopt_enable gir introspection) --disable-static
hostmakedepends="pkg-config intltool gnome-doc-utils glib-devel libxslt $(vopt_if gir gobject-introspection)" --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
makedepends="vala-devel libgcrypt-devel" 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" short_desc="GObject based library for accessing the Secret Service API"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1" license="LGPL-2.1-or-later"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz"
checksum=9ce7bd8dd5831f2786c935d82638ac428fa085057cc6780aba0e39375887ccb3 checksum=5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f
# Package build options # Package build options
build_options="gir" build_options="gir"