commit: a2be8d0b00615b99a35d09e483e8000f16be6446 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 1 12:34:53 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 12:41:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2be8d0b
games-puzzle/swell-foop: add 48.1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-puzzle/swell-foop/Manifest | 1 + games-puzzle/swell-foop/swell-foop-48.1.ebuild | 45 ++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest index dc2f0fd2818e..8f60f44feb19 100644 --- a/games-puzzle/swell-foop/Manifest +++ b/games-puzzle/swell-foop/Manifest @@ -1,2 +1,3 @@ DIST swell-foop-41.1.tar.xz 832672 BLAKE2B 97908acab3bc565f084d97b02f8a6200dc170bd1bdb87ebc4e027881aa75a5111e3ecd24594395266fdfdab586a328df9d15fa8d25105529ec571b36f4fa0e5f SHA512 811638d9b09d7aaa584e56def47900bc866b56ac59120a1df91130f7a6b9555befd18907647874fd69dfa0992cee1c6320dc2bc684b3e5f05f6a25a791ac0a60 DIST swell-foop-46.0.tar.xz 869096 BLAKE2B dccae8be0223726586c002c4a1752e5fd0162b31f91e9e739a76adc5599ee3b6d2f069654e1463dc16ecd537cb3e836d2f0a2fed93a840e75f5f021284005143 SHA512 01cb51635f78cb860cc967bcf54089f385d16cc1d64e209f21906acb04b86a1eb83951eb6fedc71b5fc3cdfb15947da9527ac087ea9b50112086679816bb4c7c +DIST swell-foop-48.1.tar.xz 871108 BLAKE2B e0b0d0a79a4107048bc7c453bd47f1d777f3cc5609ac7f07d72c02c831b46032a7904d08ad89c99b0c8da041ebe6d4ed0077b7a992997a490a451a4cde6f50e1 SHA512 e3acb7985526ccbeb3c39ac514bc7ca5a7735a154005d6c7915f8508276e3d8735677a660e75e94e9dd479bc24d54ea70decad982f3d7d7e5ecd559b3744dfa4 diff --git a/games-puzzle/swell-foop/swell-foop-48.1.ebuild b/games-puzzle/swell-foop/swell-foop-48.1.ebuild new file mode 100644 index 000000000000..847a50d622d4 --- /dev/null +++ b/games-puzzle/swell-foop/swell-foop-48.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome.org gnome2-utils meson vala xdg + +DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles" +HOMEPAGE="https://gitlab.gnome.org/GNOME/swell-foop" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + +RDEPEND=" + >=dev-libs/glib-2.74:2 + >=gui-libs/gtk-4.10:4 + >=gui-libs/libadwaita-1.5:1 + >=dev-libs/libgnome-games-support-2.0.0:2= + >=gnome-base/librsvg-2.46 + >=dev-libs/libgee-0.14.0:0.8= +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/appstream + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + $(vala_depend) +" + +src_prepare() { + default + vala_setup + xdg_environment_reset +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}
