swell-foop: update to 3.34.1
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
9e38ff118c
commit
279b2d444c
2 changed files with 3 additions and 35 deletions
|
@ -1,32 +0,0 @@
|
|||
--- src/game-view.vala 2019-09-09 21:09:07.000000000 +0200
|
||||
+++ src/game-view.vala 2019-10-13 20:40:46.515571474 +0200
|
||||
@@ -398,8 +398,7 @@
|
||||
|
||||
set_content_gravity (Clutter.ContentGravity.CENTER);
|
||||
|
||||
- pivot_point.x = 0.5f;
|
||||
- pivot_point.y = 0.5f;
|
||||
+ set_pivot_point (0.5f, 0.5f);
|
||||
}
|
||||
|
||||
/* Destroy the tile */
|
||||
@@ -438,8 +437,7 @@
|
||||
|
||||
set_content_gravity (Clutter.ContentGravity.CENTER);
|
||||
|
||||
- pivot_point.x = 0.5f;
|
||||
- pivot_point.y = 0.5f;
|
||||
+ set_pivot_point (0.5f, 0.5f);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -460,8 +458,7 @@
|
||||
|
||||
add_child (label);
|
||||
|
||||
- pivot_point.x = 0.5f;
|
||||
- pivot_point.y = 0.5f;
|
||||
+ set_pivot_point (0.5f, 0.5f);
|
||||
|
||||
this.scene_width = (float) width;
|
||||
this.scene_height = (float) height;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'swell-foop'
|
||||
pkgname=swell-foop
|
||||
version=3.34.0
|
||||
revision=2
|
||||
version=3.34.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel itstool pkg-config vala"
|
||||
makedepends="clutter-gtk-devel"
|
||||
|
@ -10,4 +10,4 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Apps/Swell%20Foop"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=65a713e7702595a3f42a45dd2b3ab7ce6407cd1660427e564e5a5826c3a26ced
|
||||
checksum=61c6b6ff9047c00bdc0dbe11a880058a5462921c702123a2d6d1a652bbbe6280
|
||||
|
|
Loading…
Add table
Reference in a new issue