gnome-sound-recorder: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:33 +02:00
parent 77a7e77d25
commit 2bf79252a0

View file

@ -1,7 +1,7 @@
# Template file for 'gnome-sound-recorder'
pkgname=gnome-sound-recorder
version=3.32.0
revision=1
revision=2
build_helper="gir"
build_style=meson
hostmakedepends="glib-devel itstool pkg-config"
@ -14,8 +14,3 @@ homepage="https://wiki.gnome.org/Apps/SoundRecorder"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=f7eabcc6f38927d01ca54e3a25db7db740b14b649a382607642abd5aaefa9065
lib32disabled=yes
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="hard dependency on gobject-introspection" ;;
esac