gnome-bluetooth: enable gir for all architecturs
This commit is contained in:
parent
42fbee290a
commit
1cd2beb2d3
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-bluetooth'
|
# Template file for 'gnome-bluetooth'
|
||||||
pkgname=gnome-bluetooth
|
pkgname=gnome-bluetooth
|
||||||
version=3.32.1
|
version=3.32.1
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dicon-update=false -Dgtk_doc=false
|
configure_args="-Dicon-update=false -Dgtk_doc=false
|
||||||
|
@ -18,11 +18,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6441cafd313af94fba28b701698074f97d693b9023788a74e8e6f16f817ba1aa
|
checksum=6441cafd313af94fba28b701698074f97d693b9023788a74e8e6f16f817ba1aa
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
gnome-bluetooth-devel_package() {
|
gnome-bluetooth-devel_package() {
|
||||||
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue