Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/
Date: Fri, 30 Apr 2021 20:06:50
Message-Id: 1619812926.cb8016593300e3781e609b00fa4aec112c9dd34e.mattst88@gentoo
1 commit: cb8016593300e3781e609b00fa4aec112c9dd34e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 20:02:06 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 20:02:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb801659
7
8 games-puzzle/swell-foop: Version bump to 40.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 games-puzzle/swell-foop/Manifest | 1 +
13 games-puzzle/swell-foop/swell-foop-40.1.ebuild | 44 ++++++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
17 index 38ba62678b3..d8712bba153 100644
18 --- a/games-puzzle/swell-foop/Manifest
19 +++ b/games-puzzle/swell-foop/Manifest
20 @@ -1,2 +1,3 @@
21 DIST swell-foop-3.34.1.tar.xz 732008 BLAKE2B e41527ce485fc7d41b3b8667fba1100fc79a1683adbe7948ecb0f73b418f5e8bcd8c5eeb15c1083cfcbb0237294016ea49510ae6103e2cfc6bc93b508a61a02f SHA512 53625882a755959349f259f5527a48f926e6b8e0493eb81ac257fed6869b87d48e789e4a2141bee7aa8910fb061ca9d7541ceef7f3bdb7a5138068cc6dd16b81
22 DIST swell-foop-40.0.tar.xz 821796 BLAKE2B c831a3ed4fc2f53a85793f19dee2e481970784dca4b092db7f905123073b185608fbd8c0a4d8b0c2a74fc4f48e982c4d39b88132381b2a4155609398868825fd SHA512 018a51fdc0e54d9f011a90757fad9d568df33b33241cff9281a49306b8cc236e173e251e8b7ae769a8096f0c9893d496108e4183382ac2f116128fce99774a00
23 +DIST swell-foop-40.1.tar.xz 821744 BLAKE2B 598af5d5bdeab2b6c3aca849e8c0a1f0c9690d14bc859c4c89bdf0577868efd7450f88e0039925e3cb83c60cd9943965382592962dc49fca31dac933099b7321 SHA512 99a90030eec32163f84e238458fca74b8ba19c7b804dc3f65d7f8f50f3d7f45dfd1cf45d383e332cad6c18fdf5d4eb79bf3c7b9f406a02431ed787b23a1c8cb7
24
25 diff --git a/games-puzzle/swell-foop/swell-foop-40.1.ebuild b/games-puzzle/swell-foop/swell-foop-40.1.ebuild
26 new file mode 100644
27 index 00000000000..763530ce1ac
28 --- /dev/null
29 +++ b/games-puzzle/swell-foop/swell-foop-40.1.ebuild
30 @@ -0,0 +1,44 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit gnome.org gnome2-utils meson vala xdg
36 +
37 +DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
39 +
40 +LICENSE="GPL-2+ FDL-1.1+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
43 +
44 +RDEPEND="
45 + >=dev-libs/glib-2.36:2
46 + >=x11-libs/gtk+-3.24:3
47 + >=media-libs/clutter-1.14.0:1.0
48 + >=media-libs/clutter-gtk-1.5.0:1.0
49 + >=dev-libs/libgnome-games-support-1.7.1:1=
50 + >=dev-libs/libgee-0.14.0:0.8=
51 +"
52 +DEPEND="${RDEPEND}"
53 +BDEPEND="
54 + dev-libs/appstream-glib
55 + dev-util/itstool
56 + >=sys-devel/gettext-0.19.8
57 + virtual/pkgconfig
58 + $(vala_depend)
59 +"
60 +
61 +src_prepare() {
62 + xdg_src_prepare
63 + vala_src_prepare
64 +}
65 +
66 +pkg_postinst() {
67 + xdg_pkg_postinst
68 + gnome2_schemas_update
69 +}
70 +
71 +pkg_postrm() {
72 + xdg_pkg_postrm
73 + gnome2_schemas_update
74 +}