swell-foop: update to 41.1.
This commit is contained in:
parent
826e9db660
commit
aa269117d3
|
@ -1,11 +0,0 @@
|
|||
--- a/src/game-view.vala 2019-10-15 12:48:06.000000000 +0200
|
||||
+++ b/src/game-view.vala 2020-11-04 11:56:58.582438926 +0100
|
||||
@@ -354,7 +354,7 @@
|
||||
public Theme (string name)
|
||||
{
|
||||
textures = new Clutter.Image [4];
|
||||
- string[4] colors = {"blue", "green", "yellow", "red"};
|
||||
+ string colors[4] = {"blue", "green", "yellow", "red"};
|
||||
|
||||
/* Create the textures required to render */
|
||||
try
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'swell-foop'
|
||||
pkgname=swell-foop
|
||||
version=3.34.1
|
||||
version=41.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="gettext glib-devel itstool pkg-config vala"
|
||||
makedepends="clutter-gtk-devel"
|
||||
makedepends="clutter-gtk-devel libgnome-games-support-devel"
|
||||
short_desc="GNOME puzzle game where you remove similar objects"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Swell%20Foop"
|
||||
changelog="https://gitlab.gnome.org/GNOME/swell-foop/-/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=61c6b6ff9047c00bdc0dbe11a880058a5462921c702123a2d6d1a652bbbe6280
|
||||
checksum=243f7a55e5e753a51086eec2568320d7692d5b15a66a723ab591705e0d8ef6dd
|
||||
|
|
Loading…
Reference in New Issue