diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-25 15:02:52 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-25 15:04:43 -0700 |
commit | 05eaca0c2d336d11dc9810a9577551bdbab02bf7 (patch) | |
tree | 0bd95116af0acc62ee9969151b8cd17b29adcaad /games-board | |
parent | games-board/gnome-chess: Version bump to 42.0 (diff) | |
download | gentoo-05eaca0c2d336d11dc9810a9577551bdbab02bf7.tar.gz gentoo-05eaca0c2d336d11dc9810a9577551bdbab02bf7.tar.bz2 gentoo-05eaca0c2d336d11dc9810a9577551bdbab02bf7.zip |
games-board/tali: Version bump to 40.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tali/Manifest | 1 | ||||
-rw-r--r-- | games-board/tali/tali-40.6.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest index 6db8a2e29cfe..152cc315645a 100644 --- a/games-board/tali/Manifest +++ b/games-board/tali/Manifest @@ -1 +1,2 @@ DIST tali-40.5.tar.xz 1613536 BLAKE2B 6ab8ffb737fb9d435cceff401c2d911d381d43fc5c4696c7cb9d22e4e89490329f13bce6e6c81b8bb9628264f723bfa020d7dd393aebc00836a416da60f70fe2 SHA512 c9fc1c6fd489d11116e8624955c15874fbe5f1dab0be16022d1e7f9193768ff5a2e4687246dcb35061c70eddbc5523b1031906190fe05dea6ba6544ec5cc6a45 +DIST tali-40.6.tar.xz 1684968 BLAKE2B 10fb4633d078cce20b29dca084555c7cb6d7eb98e9cbdd1c7c272d7d88ba5dabb880382c758322f351e217b8f29b72542acbc093708781f39f56590b4004a171 SHA512 e1a3769b002770d14c7b5530591678c0b073c02ff00202b7d07782219de654ed8c9d954395e141ca459d42a34d50284d36712f908fa2474f5247c5f10dcd3e31 diff --git a/games-board/tali/tali-40.6.ebuild b/games-board/tali/tali-40.6.ebuild new file mode 100644 index 000000000000..5f49a289926c --- /dev/null +++ b/games-board/tali/tali-40.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +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 +} |