appstream-glib: enable gir for all architecturs
This commit is contained in:
parent
5382371599
commit
2ba71215cd
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'appstream-glib'
|
# Template file for 'appstream-glib'
|
||||||
pkgname=appstream-glib
|
pkgname=appstream-glib
|
||||||
version=0.7.15
|
version=0.7.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
|
configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
|
||||||
|
@ -18,12 +18,7 @@ distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7e27947de3742fcc02a96a22fb91e137a49cd55234c407a246476f3624a92a9f
|
checksum=7e27947de3742fcc02a96a22fb91e137a49cd55234c407a246476f3624a92a9f
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf -- "${DESTDIR}"/usr/share/installed-tests
|
rm -rf -- "${DESTDIR}"/usr/share/installed-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue