four-in-a-row: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:29 +02:00
parent bbf593b843
commit 5e1e7d2c1f

View file

@ -1,7 +1,7 @@
# Template file for 'four-in-a-row'
pkgname=four-in-a-row
version=3.32.0
revision=1
revision=2
build_style=meson
hostmakedepends="glib-devel itstool pkg-config vala"
makedepends="gtk+3-devel libcanberra-devel librsvg-devel"
@ -11,8 +11,3 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Four-in-a-row"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=f4a74ee13b1fc846f5045817477c3416551386a2bbf6a5d37da39fdbe6aa9c40
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="librsvg vapi can't be cross built on musl platforms" ;;
esac