diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-01-30 21:59:55 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-01-30 22:01:06 -0800 |
commit | 8d4f8312a33d9cc73e89e850cec430fa1b2db0ef (patch) | |
tree | 33b2c1060d347bf9fa40d73c5c892436380cac7a /games-board/tali | |
parent | dev-util/gef: fix stripping pylint (diff) | |
download | gentoo-8d4f8312a33d9cc73e89e850cec430fa1b2db0ef.tar.gz gentoo-8d4f8312a33d9cc73e89e850cec430fa1b2db0ef.tar.bz2 gentoo-8d4f8312a33d9cc73e89e850cec430fa1b2db0ef.zip |
games-board/tali: Version bump to 40.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board/tali')
-rw-r--r-- | games-board/tali/Manifest | 1 | ||||
-rw-r--r-- | games-board/tali/tali-40.5.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest index 230b7e119afe..93d453de4980 100644 --- a/games-board/tali/Manifest +++ b/games-board/tali/Manifest @@ -1 +1,2 @@ DIST tali-40.4.tar.xz 1610864 BLAKE2B 4299eff82fb97dc2c7f36e2c8b25861dae801156da921c5eaeab0d3e0ea9bc2f6ea17f672845b3303876e887d3f77d2a335692a0f347d314a9efe2868f67a476 SHA512 c80f03eabee6d71ad175369a9fe701e49e1fbd20ce729ed85b8337b975255e77d387119bcdf5a2618d94384dbac0c753ef09a6fa6975bf8649a804cf5bf14e91 +DIST tali-40.5.tar.xz 1613536 BLAKE2B 6ab8ffb737fb9d435cceff401c2d911d381d43fc5c4696c7cb9d22e4e89490329f13bce6e6c81b8bb9628264f723bfa020d7dd393aebc00836a416da60f70fe2 SHA512 c9fc1c6fd489d11116e8624955c15874fbe5f1dab0be16022d1e7f9193768ff5a2e4687246dcb35061c70eddbc5523b1031906190fe05dea6ba6544ec5cc6a45 diff --git a/games-board/tali/tali-40.5.ebuild b/games-board/tali/tali-40.5.ebuild new file mode 100644 index 000000000000..b65b4a642578 --- /dev/null +++ b/games-board/tali/tali-40.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) +inherit gnome.org gnome2-utils meson python-any-r1 xdg + +DESCRIPTION="Beat the odds in a poker-style dice game" +HOMEPAGE="https://wiki.gnome.org/Apps/Tali" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +DEPEND=" + dev-libs/glib:2 + >=x11-libs/gtk+-3.16:3 + dev-libs/libgnome-games-support:1= +" +RDEPEND="${DEPEND} + >=gnome-base/librsvg-2.32:2 +" +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} |