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-puzzle/hitori/
Date: Sat, 04 Mar 2023 01:20:18
Message-Id: 1677892781.c99c05e7f270ee0d4e3df0bb28f4d2bab9def8ea.mattst88@gentoo
1 commit: c99c05e7f270ee0d4e3df0bb28f4d2bab9def8ea
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 01:19:41 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 01:19:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c05e7
7
8 games-puzzle/hitori: Version bump to 44.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 games-puzzle/hitori/Manifest | 1 +
13 games-puzzle/hitori/hitori-44.0.ebuild | 36 ++++++++++++++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
17 index 45b1f65fe1cb..6b19e8d46c35 100644
18 --- a/games-puzzle/hitori/Manifest
19 +++ b/games-puzzle/hitori/Manifest
20 @@ -1 +1,2 @@
21 DIST hitori-3.38.3.tar.xz 205100 BLAKE2B 8b3e477f8a62911c8fa0b366f578adb7bc362445cf3982a131677988e6f7471a0f56a06fcd356ff19692debf27126e98d4f8c52524af3e6e7e22c3b43bb3276c SHA512 1ba966c22304a2538026234fbb9e0ae34a433643af02ecc26a6e5cd240efa89524ee0e98334d01728f25ec987865a8ff724036e37859503d2517e7480d2dc744
22 +DIST hitori-44.0.tar.xz 248648 BLAKE2B 7764e633cb72d2ec837d613f6d84cbc169041dfe4184d726eb39d7c8c1bf03c22af128f8b53a8521ef0570b2ee13e7dc46afaadbff96e061be7e54664fba9b97 SHA512 9e33effdeabd67003bcb6832b10893cac31ddedd0d42415cad44f7a89e0cc06441630b3996aee894f4b53bb7f4498804f32995420ecc933f6d010e1b3e187996
23
24 diff --git a/games-puzzle/hitori/hitori-44.0.ebuild b/games-puzzle/hitori/hitori-44.0.ebuild
25 new file mode 100644
26 index 000000000000..07369028ac27
27 --- /dev/null
28 +++ b/games-puzzle/hitori/hitori-44.0.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +inherit gnome.org gnome2-utils meson xdg
35 +
36 +DESCRIPTION="Logic puzzle game for GNOME"
37 +HOMEPAGE="https://wiki.gnome.org/Apps/Hitori"
38 +
39 +LICENSE="GPL-3+ CC-BY-SA-3.0"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
42 +
43 +# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage
44 +RDEPEND="
45 + >=dev-libs/glib-2.32:2
46 + >=x11-libs/gtk+-3.22.0:3
47 + >=x11-libs/cairo-1.4
48 +"
49 +DEPEND="${RDEPEND}"
50 +BDEPEND="
51 + dev-libs/appstream-glib
52 + dev-util/itstool
53 + >=sys-devel/gettext-0.19.8
54 + virtual/pkgconfig
55 +"
56 +
57 +pkg_postinst() {
58 + xdg_pkg_postinst
59 + gnome2_schemas_update
60 +}
61 +
62 +pkg_postrm() {
63 + xdg_pkg_postrm
64 + gnome2_schemas_update
65 +}