commit:     9c5171e305671943d733e0d9c4c74a146c40c22f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 22:03:55 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 22:04:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5171e3

games-puzzle/gnome-sudoku: Version bump to 42.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-puzzle/gnome-sudoku/Manifest                 |  1 +
 games-puzzle/gnome-sudoku/gnome-sudoku-42.0.ebuild | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/Manifest 
b/games-puzzle/gnome-sudoku/Manifest
index 2209a8bea509..2eed4e285396 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1 +1,2 @@
 DIST gnome-sudoku-40.2.tar.xz 358260 BLAKE2B 
cf48bedee61ee808820a6e7ac3a368f215d6f0370edc83f06d62a3a28c79fb6c024411f9acace3db547a246f721e47c8c8c4ef63c7b07517c587f2b3b1de114b
 SHA512 
5baaba3bba714eb90c9d1597f83c310c9ef59693d5372b3871afd34b2f1c48a3257cb61f220d3cdf624cb29ad80015e0f5ec88485020b7e351540c69374131fa
+DIST gnome-sudoku-42.0.tar.xz 380836 BLAKE2B 
d496724ab20699e4cd372db02f3a71147d58e77ec8121576f889648cf084e5d87b34c639d0db6c623c9fd04c1111f421b8c350ee227f836eb657be1f99fa5734
 SHA512 
01f6dfdfe99a4acb4b664fd3573c64b154eea2b8b9964dd08448aa994d1ed6dbe7060157a496c3f895a049a4f267b9b5f9cfdf30b28656b6b2e63b7655d5a7b9

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-42.0.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-42.0.ebuild
new file mode 100644
index 000000000000..f81c261a52f9
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-42.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-libs/glib-2.40:2
+       dev-libs/libgee:0.8=[introspection]
+       >=x11-libs/gtk+-3.24.0:3[introspection]
+       dev-libs/json-glib
+       >=dev-libs/qqwing-1.3.4
+       x11-libs/gdk-pixbuf:2[introspection]
+       x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       ${PYTHON_DEPS}
+       $(vala_depend)
+       dev-libs/appstream-glib
+       dev-util/itstool
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       default
+       vala_setup
+       xdg_environment_reset
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to