mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
libxmlb: update to 0.1.8.
This commit is contained in:
parent
fa2ea91291
commit
0d2f0da68f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxmlb'
|
# Template file for 'libxmlb'
|
||||||
pkgname=libxmlb
|
pkgname=libxmlb
|
||||||
version=0.1.7
|
version=0.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -13,10 +13,14 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/hughsie/libxmlb"
|
homepage="https://github.com/hughsie/libxmlb"
|
||||||
distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
|
distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
|
||||||
checksum=34be33bb90b521c02ed53c359f088259a74ca75becb422d015f6f38e96a42245
|
checksum=ed0ccede0cda9bcf76598f945d34be218840f60520e3e4fe508fca2b5e8e1d3f
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf "${DESTDIR}"/usr/share/installed-tests
|
||||||
|
}
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||||
*-musl) ;;
|
*-musl) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue