From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/
Date: Fri, 5 Jan 2024 21:06:37 +0000 (UTC) [thread overview]
Message-ID: <1704488786.b87b4c6406d6af0edc126a0b0ae32ec201e2bad7.leio@gentoo> (raw)
commit: b87b4c6406d6af0edc126a0b0ae32ec201e2bad7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 21:05:00 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 21:06:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87b4c64
games-puzzle/gnome-sudoku: add 45.4
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-puzzle/gnome-sudoku/Manifest | 1 +
games-puzzle/gnome-sudoku/gnome-sudoku-45.4.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest
index 3bf0d761daa7..c110ec8696bb 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -2,3 +2,4 @@ DIST gnome-sudoku-44.0.tar.xz 391964 BLAKE2B f934c863dd648e606fd44db065dbd0ffb35
DIST gnome-sudoku-45.1.tar.xz 394324 BLAKE2B 828688020d6d3dc34265aeec9c5865778ee8bb80fe448eccb9f2b5b2894edeb6893085bff6851389f2274df2c1482779f1a34700484722c39e38bd7da0358710 SHA512 5b7f38fb21b176bbbafe818ab797ba7b0f71adc562fe9d28314105631f8ce893a1332e02beb7d6cfaff808ee8781f4c5fcd2b66ac347c27dfcdff8fd7dba49a5
DIST gnome-sudoku-45.2.tar.xz 394508 BLAKE2B 0ddd6030124af054be0a5b5746129d2d8a6e5f0f61f7b23599313d2fb2a82ab8ea7660398ac450dd78df3c6eae56a4d66f669e112258a2a13b9f2d5fabe4f186 SHA512 b2b47efcc0bde17ff09a38bb7df22b2d1381c9d1552612f7836143bf7b79691ebd623f4c3bb0a65d9956eb92d81df11fb4542aa439ed85fc83c52c429125e88b
DIST gnome-sudoku-45.3.tar.xz 394704 BLAKE2B 7524e03603857c180ca8d5ffee8930e193493b5506ec952bb0d263c5266f16038f9c6e29707752fb1e4061ad0a41bcf2ef60414f125cc3d04aa83204cb739e72 SHA512 6e985e2eebecd07ddd571bf90c71308e2793babdae1966700c2c2971bb98222733f64c5794db077f5126d7c4c8cbf44b6e665a96512687d6a31bc255b900bd31
+DIST gnome-sudoku-45.4.tar.xz 394980 BLAKE2B 817d5a258e97834042fc85a8dafbbd1ac6f7979b77e50cfded2e6c89872d29b6c92ce549ae030a601c0985bc4b1d67fc999518a9d8e6696b71f1763418f0263a SHA512 bcc39ba479a2103e2980678e743c554aabe7febbc3369605db15a63ab49baccf291f1ba0edc4a72b9e6bb691102f57dc34490f40de3d5805529a07b3d20ba26e
diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-45.4.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-45.4.ebuild
new file mode 100644
index 000000000000..16fef17ca527
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-45.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku https://gitlab.gnome.org/GNOME/gnome-sudoku"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+ >=dev-libs/glib-2.40:2
+ dev-libs/libgee:0.8=[introspection]
+ >=gui-libs/gtk-4.10.0[introspection]
+ >=gui-libs/libadwaita-1.4_alpha[introspection,vala]
+ 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
+}
next reply other threads:[~2024-01-05 21:06 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-05 21:06 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-28 15:44 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/ Pacho Ramos
2024-04-07 10:11 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2024-01-05 21:06 Mart Raudsepp
2023-12-18 10:19 Pacho Ramos
2023-12-18 10:19 Pacho Ramos
2023-10-21 21:30 Mart Raudsepp
2023-10-19 14:53 Pacho Ramos
2023-09-24 9:02 WANG Xuerui
2023-09-15 16:52 Matt Turner
2023-05-02 18:40 Arthur Zamarin
2023-05-02 18:22 Arthur Zamarin
2023-05-02 18:03 Arthur Zamarin
2023-03-17 19:56 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2023-01-24 4:23 Matt Turner
2022-10-30 15:42 Matt Turner
2022-09-16 2:40 Matt Turner
2022-03-25 22:05 Matt Turner
2022-02-08 4:45 Sam James
2022-01-25 0:51 Sam James
2022-01-16 12:22 Mart Raudsepp
2021-07-23 20:45 Matt Turner
2021-04-30 16:08 Matt Turner
2021-04-21 4:00 Matt Turner
2021-04-20 2:49 Matt Turner
2021-03-27 20:41 Matt Turner
2020-08-23 16:03 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-10-20 17:38 Mart Raudsepp
2019-05-18 20:46 Mart Raudsepp
2018-11-19 15:58 Gilles Dartiguelongue
2018-11-19 15:58 Gilles Dartiguelongue
2018-08-02 5:50 Mart Raudsepp
2018-02-03 19:40 Mart Raudsepp
2018-01-18 2:27 Mikle Kolyada
2017-08-15 15:09 Gilles Dartiguelongue
2017-05-01 21:49 Mart Raudsepp
2017-04-02 13:03 Mart Raudsepp
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-19 7:43 Gilles Dartiguelongue
2016-10-19 7:43 Gilles Dartiguelongue
2016-09-08 7:26 Gilles Dartiguelongue
2016-09-02 16:58 Patrice Clement
2016-07-30 10:50 Pacho Ramos
2016-06-25 12:22 Pacho Ramos
2016-06-25 12:22 Pacho Ramos
2015-11-09 9:54 Pacho Ramos
2015-11-09 9:54 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1704488786.b87b4c6406d6af0edc126a0b0ae32ec201e2bad7.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox