mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gnome-mines: update to 3.32.0.
This commit is contained in:
parent
5e324ce63d
commit
33fb03813f
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gnome-mines'
|
# Template file for 'gnome-mines'
|
||||||
pkgname=gnome-mines
|
pkgname=gnome-mines
|
||||||
version=3.30.1.1
|
version=3.32.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
nocross="Package 'librsvg-2.0' not found in specified Vala API directories"
|
hostmakedepends="glib-devel itstool pkg-config vala"
|
||||||
hostmakedepends="glib-devel intltool itstool pkg-config vala"
|
|
||||||
makedepends="libgnome-games-support-devel librsvg-devel"
|
makedepends="libgnome-games-support-devel librsvg-devel"
|
||||||
short_desc="GNOME puzzle game where you locate mines in the ocean"
|
short_desc="GNOME puzzle game where you locate mines in the ocean"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Mines"
|
homepage="https://wiki.gnome.org/Apps/Mines"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7f0c6778607383720f69f7500f7af4b8ed80f6aba5da67041e2f3c0d0099ad21
|
checksum=92e9e9b8d659bf26f25a84df61c3db944d8cdbb6e8721a9008d7b6ba8e422a8e
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
hostmakedepends+=" libgnome-games-support-devel"
|
i686-musl|x86_64-musl) ;;
|
||||||
fi
|
*-musl) broken="librsvg vapi can't be cross built on musl platforms" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue