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/iagno/
Date: Sun, 18 Apr 2021 03:16:05
Message-Id: 1618715735.0406e5611e86c504279fa1521e479b0da7b1e7bf.mattst88@gentoo
1 commit: 0406e5611e86c504279fa1521e479b0da7b1e7bf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 03:10:15 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 03:15:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0406e561
7
8 games-board/iagno: Version bump to 3.38.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 games-board/iagno/Manifest | 1 +
13 games-board/iagno/iagno-3.38.1.ebuild | 48 +++++++++++++++++++++++++++++++++++
14 2 files changed, 49 insertions(+)
15
16 diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
17 index 80c4e2dd1a8..ff36470f6d9 100644
18 --- a/games-board/iagno/Manifest
19 +++ b/games-board/iagno/Manifest
20 @@ -1 +1,2 @@
21 DIST iagno-3.36.4.tar.xz 799480 BLAKE2B 430aa403c974728b929a7715e783dd594f00300dd9b0bf8b6f84da7265e31536a5cae17db94bcbdbebe3ef2690cb05bf18292af158016ec18bb695e58ca20f3d SHA512 43775149f76904a19316e5eac990d8dae0a730c3f6798ad88648892d4795b6892a86fb93b78a72fd30853ad36cc5e4b241e1cbd4067c78d6648f1630543f87be
22 +DIST iagno-3.38.1.tar.xz 766188 BLAKE2B 1265a9b3480bdf2ed949af9fd1e8eb0a8aa996a267d9e0e7c4300232ed857a5ef37fca9942b5bb50606e1fa9bc7058660d11296443d5a90213f76d2fbeb83cd1 SHA512 d36e445c01487a79df6fb6b1b77991118a978716688cf166d593656e1f8dbc3f872d0e739145b9ea9629563457d441918d7f46241d29edae8bdf74f54174d4f1
23
24 diff --git a/games-board/iagno/iagno-3.38.1.ebuild b/games-board/iagno/iagno-3.38.1.ebuild
25 new file mode 100644
26 index 00000000000..4950b4bec7a
27 --- /dev/null
28 +++ b/games-board/iagno/iagno-3.38.1.ebuild
29 @@ -0,0 +1,48 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +VALA_MIN_API_VERSION="0.44"
35 +
36 +inherit gnome.org gnome2-utils meson vala xdg
37 +
38 +DESCRIPTION="Dominate the board in a classic version of Reversi"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Reversi"
40 +
41 +LICENSE="GPL-3+ CC-BY-SA-3.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 +
45 +RDEPEND="
46 + >=dev-libs/glib-2.42.0:2
47 + >=media-libs/gsound-1.0.2
48 + >=x11-libs/gtk+-3.24.0:3
49 + >=gnome-base/librsvg-2.32.0:2
50 +"
51 +DEPEND="${RDEPEND}"
52 +# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
53 +BDEPEND="
54 + dev-libs/appstream-glib
55 + dev-libs/libxml2:2
56 + dev-util/itstool
57 + >=sys-devel/gettext-0.19.8
58 + virtual/pkgconfig
59 + $(vala_depend)
60 + media-libs/gsound[vala]
61 + gnome-base/librsvg:2[vala]
62 +"
63 +
64 +src_prepare() {
65 + xdg_src_prepare
66 + vala_src_prepare
67 +}
68 +
69 +pkg_postinst() {
70 + xdg_pkg_postinst
71 + gnome2_schemas_update
72 +}
73 +
74 +pkg_postrm() {
75 + xdg_pkg_postrm
76 + gnome2_schemas_update
77 +}