libsecret: update to 0.18.7.

This commit is contained in:
Rasmus Thomsen 2018-12-29 17:56:20 +01:00 committed by maxice8
parent 8959b156bb
commit ad15f83c0a

View file

@ -1,19 +1,19 @@
# Template file for 'libsecret' # Template file for 'libsecret'
pkgname=libsecret pkgname=libsecret
version=0.18.6 version=0.18.7
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) --disable-static configure_args="$(vopt_enable gir introspection) --disable-static
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr" --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="glib-devel gtk-doc intltool pkg-config libxslt hostmakedepends="glib-devel gtk-doc pkg-config libxslt
$(vopt_if gir 'gobject-introspection')" $(vopt_if gir 'gobject-introspection')"
makedepends="libgcrypt-devel vala-devel" 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="LGPL-2.1-or-later" 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=5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f checksum=0d66fe1fc4561b3e046ee281d7c5a703a9baac88a8c4fb42ebc739d31dabd487
# Package build options # Package build options
build_options="gir" build_options="gir"