four-in-a-row: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-11 18:29:36 +01:00 committed by maxice8
parent ebef3d39c0
commit 7e7fae6e8c
1 changed files with 10 additions and 5 deletions

View File

@ -1,13 +1,18 @@
# Template file for 'four-in-a-row'
pkgname=four-in-a-row
version=3.28.0
version=3.32.0
revision=1
build_style=gnu-configure
hostmakedepends="glib-devel intltool itstool pkg-config"
build_style=meson
hostmakedepends="glib-devel itstool pkg-config vala"
makedepends="gtk+3-devel libcanberra-devel librsvg-devel"
short_desc="GNOME four in a row game"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
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=9368667d7b74192876faf6d1ca9be070f090cd8d951e83c1e25aa42cbc525fc7
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