gnome-music: enable gir/vala for all architectures
This commit is contained in:
parent
0b577fc1f7
commit
502c3a291f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-music'
|
||||
pkgname=gnome-music
|
||||
version=3.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
pycompile_module="gnomemusic"
|
||||
|
@ -18,9 +18,3 @@ homepage="https://wiki.gnome.org/Apps/Music"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=040edb453c3dc526aad83488a42915b0fd1961db73e68203bc5ada2f838ccd85
|
||||
lib32disabled=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="hard depends on gobject-introspection" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue