gnome-weather: enable gir/vala for all architectures
This commit is contained in:
parent
2bf79252a0
commit
168052f887
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-weather'
|
||||
pkgname=gnome-weather
|
||||
version=3.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config itstool glib-devel gjs"
|
||||
|
@ -14,8 +14,3 @@ homepage="https://wiki.gnome.org/Apps/Weather"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a4f0bac84c9106c4e99d4b5dacfcf6bc7daa94186711047894cb425446b50e76
|
||||
lib32disabled=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="hard dependency on gobject-introspection" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue