mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
flatpak: enable gir for all architecturs
This commit is contained in:
parent
ee03500379
commit
5144bba742
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-documentation --with-system-bubblewrap
|
configure_args="--disable-documentation --with-system-bubblewrap
|
||||||
|
@ -20,12 +20,7 @@ distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatp
|
||||||
checksum=1b6539d94d31e571661a2545cfcece7ec9267b4e2552e3cc0f617f4790f6c3e1
|
checksum=1b6539d94d31e571661a2545cfcece7ec9267b4e2552e3cc0f617f4790f6c3e1
|
||||||
|
|
||||||
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/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue