gsound: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:33 +02:00
parent 4f78036de8
commit e1f41edb0c

View file

@ -1,7 +1,7 @@
# Template file for 'gsound'
pkgname=gsound
version=1.0.2
revision=4
revision=5
build_helper="gir"
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)"
@ -15,12 +15,7 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53
build_options="gir vala"
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
*-musl) ;;
*) build_options_default+=" gir vala" ;;
esac
build_options_default="gir vala"
gsound-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"