libsecret: update to 0.20.3
This commit is contained in:
parent
c3cbd65a00
commit
e8e9a289da
1 changed files with 12 additions and 9 deletions
|
@ -1,23 +1,28 @@
|
||||||
# Template file for 'libsecret'
|
# Template file for 'libsecret'
|
||||||
pkgname=libsecret
|
pkgname=libsecret
|
||||||
version=0.20.2
|
version=0.20.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-static
|
configure_args="$(vopt_enable gir introspection) --disable-static
|
||||||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr $(vopt_enable vala)"
|
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr $(vopt_enable gir vala)"
|
||||||
hostmakedepends="glib-devel gtk-doc pkg-config libxslt $(vopt_if vala vala)"
|
hostmakedepends="glib-devel gtk-doc pkg-config libxslt $(vopt_if gir vala)"
|
||||||
makedepends="libgcrypt-devel $(vopt_if vala vala) libglib-devel"
|
makedepends="libgcrypt-devel $(vopt_if gir vala) libglib-devel"
|
||||||
short_desc="GObject based library for accessing the Secret Service API"
|
short_desc="GObject based library for accessing the Secret Service API"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=81e9143833785cdcf96c1da5d0357a8bcf0cd2b0119f15aa0cae775d1f19ffc3
|
checksum=4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir"
|
||||||
|
|
||||||
|
# doesn't work in build chroot
|
||||||
|
do_check() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
libsecret-devel_package() {
|
libsecret-devel_package() {
|
||||||
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
depends="libglib-devel ${sourcepkg}-${version}_${revision}"
|
||||||
|
@ -29,8 +34,6 @@ libsecret-devel_package() {
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
fi
|
|
||||||
if [ "$build_option_vala" ]; then
|
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue