gnome-klotski: enable gir/vala for all architectures

This commit is contained in:
Jürgen Buchmüller 2019-04-28 03:12:31 +02:00
parent 8d976f2ade
commit a4630f55b3

View file

@ -1,7 +1,7 @@
# Template file for 'gnome-klotski'
pkgname=gnome-klotski
version=3.32.0
revision=1
revision=2
build_style=meson
hostmakedepends="glib itstool pkg-config vala glib-devel"
makedepends="librsvg-devel libgnome-games-support-devel"
@ -11,8 +11,3 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Klotski"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e2c4259f6b3199423336dbe4ceb63329f4ec45a73b7d217ad4ea19d95f099adc
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="Can't cross build librsvg VAPI" ;;
esac