diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-15 09:53:41 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-15 09:54:53 -0700 |
commit | dfc44f8b702224411a1d4e361d112c16cfba8655 (patch) | |
tree | b0c04af2dde48da60bd5302dfec12051ebbaa9e1 /games-board/tali/tali-40.1.ebuild | |
parent | net-libs/libqmi: Version bump to 1.28.4 (diff) | |
download | gentoo-dfc44f8b702224411a1d4e361d112c16cfba8655.tar.gz gentoo-dfc44f8b702224411a1d4e361d112c16cfba8655.tar.bz2 gentoo-dfc44f8b702224411a1d4e361d112c16cfba8655.zip |
games-board/tali: Version bump to 40.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board/tali/tali-40.1.ebuild')
-rw-r--r-- | games-board/tali/tali-40.1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/games-board/tali/tali-40.1.ebuild b/games-board/tali/tali-40.1.ebuild new file mode 100644 index 000000000000..e7d48dcfafe5 --- /dev/null +++ b/games-board/tali/tali-40.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +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 ~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 +} |