diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2023-03-13 19:07:22 -0300 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-03-20 11:01:04 +0100 |
commit | 4f3860da2a17da0f0dad60cb9a89c25dfa81332e (patch) | |
tree | 97c7e52ae13c31387ad5bdba0fabbb0ecf7de7c8 /games-puzzle | |
parent | dev-perl/Test-File: add 1.993.0 (diff) | |
download | gentoo-4f3860da2a17da0f0dad60cb9a89c25dfa81332e.tar.gz gentoo-4f3860da2a17da0f0dad60cb9a89c25dfa81332e.tar.bz2 gentoo-4f3860da2a17da0f0dad60cb9a89c25dfa81332e.zip |
games-puzzle/atomix: Version bump to 44.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30106
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/atomix/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-44.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/games-puzzle/atomix/Manifest b/games-puzzle/atomix/Manifest index e80b0caa91eb..65533d386eab 100644 --- a/games-puzzle/atomix/Manifest +++ b/games-puzzle/atomix/Manifest @@ -1 +1,2 @@ DIST atomix-3.34.0.tar.xz 532096 BLAKE2B bec3e29b2a3ef92e86b4c6e3c68f31d80b4e5fae9c2fbf86229813a4ce4aef469c94a21a51a102b556cae0764eb553e18301246d94ed475f64ec6fcfe226c784 SHA512 e51e8b727c80a1ea7078ac16d15884c7c84b06aba456424e659c3965fe7c2b3d0c68e0d3d2dd40224afd07b4f7a261e7510327e58974a94fe58c9a81d67c0937 +DIST atomix-44.0.tar.xz 535508 BLAKE2B 96ff6bbff54ef48f41c6d0480d407907d4bc4e03217c20555698a75266ded03b421d79f9fe31bfb684b6463e7f67e9aa65ff96aab7a10f6b88539ecb6b4872e8 SHA512 396f5704dbdf4a090800d236ec6127ee6260daa2a274c2d6c55df38d671e44e3b06fd881c3883da7bd7442b604f4d393f735a44c758aee1bbc8f2d4799ab48de diff --git a/games-puzzle/atomix/atomix-44.0.ebuild b/games-puzzle/atomix/atomix-44.0.ebuild new file mode 100644 index 000000000000..3f889456e514 --- /dev/null +++ b/games-puzzle/atomix/atomix-44.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome.org meson xdg + +DESCRIPTION="Mind game - build molecules out of single atoms" +HOMEPAGE="https://wiki.gnome.org/Apps/Atomix" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.10:3 + >=x11-libs/gdk-pixbuf-2.0.5:2 + >=dev-libs/glib-2.36.0:2 + dev-libs/libgnome-games-support:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" |