Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tali/
Date: Sun, 07 Aug 2022 02:24:17
Message-Id: 1659839043.0c9e09191f1bf0f9ce1f9055750bc31dd76f31d9.mattst88@gentoo
1 commit: 0c9e09191f1bf0f9ce1f9055750bc31dd76f31d9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 21:24:00 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 02:24:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9e0919
7
8 games-board/tali: Version bump to 40.8
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 games-board/tali/Manifest | 1 +
13 games-board/tali/tali-40.8.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
17 index 69a6e0b9d03f..93fb3c723cf9 100644
18 --- a/games-board/tali/Manifest
19 +++ b/games-board/tali/Manifest
20 @@ -1 +1,2 @@
21 DIST tali-40.7.tar.xz 1684740 BLAKE2B ee913a4b0420b7751f26ecdb9805d74811330effb0e3d5e8fa6a4005a5ac410274120ac9c78ec240f062a094c603184c8a237d97b744641d3550db9b2a5a5ea9 SHA512 fc9a13b2d8b37fa5726d99f7ca8bde35b23cd210391d6f4309a0b952d28adc09c3566eb5c88d0dd30b39abbb4abe05ba2f441bad6a8598abfcb1189a3d87cce4
22 +DIST tali-40.8.tar.xz 1686244 BLAKE2B ad55838f199cce1c5a9b9ff0fa97d8c933900d4917c7339ec3d78f39203802f0ef9b8008a3400a5bddffce62d5ab9daba2af3855ba8bd4c35c69c2fce8984e75 SHA512 fe7a0a0a58c32f09264c270402af94f71e790926bd3f3523d57049628c43bfaf8b0e1ed5c676ef02b817f354d6c3fe183799ee9ff9d7a5e2198e4a4066f3e93a
23
24 diff --git a/games-board/tali/tali-40.8.ebuild b/games-board/tali/tali-40.8.ebuild
25 new file mode 100644
26 index 000000000000..2a0a7a0e857e
27 --- /dev/null
28 +++ b/games-board/tali/tali-40.8.ebuild
29 @@ -0,0 +1,39 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +PYTHON_COMPAT=( python3_{8..11} )
35 +inherit gnome.org gnome2-utils meson python-any-r1 xdg
36 +
37 +DESCRIPTION="Beat the odds in a poker-style dice game"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Tali https://gitlab.gnome.org/GNOME/tali"
39 +
40 +LICENSE="GPL-2+ FDL-1.1+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
43 +
44 +DEPEND="
45 + dev-libs/glib:2
46 + >=x11-libs/gtk+-3.16:3
47 + dev-libs/libgnome-games-support:1=
48 +"
49 +RDEPEND="${DEPEND}
50 + >=gnome-base/librsvg-2.32:2
51 +"
52 +BDEPEND="
53 + ${PYTHON_DEPS}
54 + dev-libs/appstream-glib
55 + dev-util/itstool
56 + >=sys-devel/gettext-0.19.8
57 + virtual/pkgconfig
58 +"
59 +
60 +pkg_postinst() {
61 + xdg_pkg_postinst
62 + gnome2_schemas_update
63 +}
64 +
65 +pkg_postrm() {
66 + xdg_pkg_postrm
67 + gnome2_schemas_update
68 +}