From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/
Date: Fri, 9 Feb 2024 22:26:08 +0000 (UTC) [thread overview]
Message-ID: <1707517532.8fea82bbd6a3a8701806b4b3c261dd1169e11efc.leio@gentoo> (raw)
commit: 8fea82bbd6a3a8701806b4b3c261dd1169e11efc
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 22:11:07 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 22:25:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fea82bb
games-arcade/gnome-nibbles: add 4.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-arcade/gnome-nibbles/Manifest | 1 +
.../gnome-nibbles/gnome-nibbles-4.0.2.ebuild | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/games-arcade/gnome-nibbles/Manifest b/games-arcade/gnome-nibbles/Manifest
index 180ce5ccdaa5..4c6c23228323 100644
--- a/games-arcade/gnome-nibbles/Manifest
+++ b/games-arcade/gnome-nibbles/Manifest
@@ -1,2 +1,3 @@
DIST gnome-nibbles-3.38.3.tar.xz 388996 BLAKE2B cb8482568e5a9e87d2ff974ab9c1a7a33d353554a3bf56774dd451da06cfe97267ae82c90d8331563886c1051e0d59693785773b31247c450c795c05e748854c SHA512 08102ab6a48cc121b2ea4d0edc32e3ee7b0eb56441d061367ca7c058cf94046fe185767999b262c9aaeac70e2086333f024b70ba85810e4275a9cbdede5dacee
DIST gnome-nibbles-4.0.1.tar.xz 417716 BLAKE2B 18703fb353097c75b0a36caaca60ae2d2a2186920cfe5d8bcb67d594608beee29de46f70557ff37e0edd819e6838acfc98250c568605e2f657627c60ea56ae5f SHA512 802bf7f320613b3a1d57cbe7ab804ba07781ad3c5e6ea3e5d1d2ee0d744055265b05895987d84714ca6eeb7eca832f138a2427f5c00d25ef14c8ef8976ddae2f
+DIST gnome-nibbles-4.0.2.tar.xz 418992 BLAKE2B d94e0c11c683765ff50ec4c72669b6ccdac405a107d1f68675b95ae386ff3ae825e0783ce45f26e974675a243d98a00bb1be224ae29e5f25e3735cf1bbf25990 SHA512 a0f82e4860cc05f9b2fdd2037a59088ef1747e17f660778ba68d6eed328b962e27606dfe2e7a9b0a8f46c68bb5f6ff26f7048fae24ab17fe8d63685656e85025
diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-4.0.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-4.0.2.ebuild
new file mode 100644
index 000000000000..fa838bb0042b
--- /dev/null
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-4.0.2.ebuild
@@ -0,0 +1,46 @@
+# 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="Nibbles clone for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles https://gitlab.gnome.org/GNOME/gnome-nibbles"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+ >=dev-libs/glib-2.78.0:2
+ dev-libs/libgee:0.8=
+ >=media-libs/gsound-1.0.2
+ >=gui-libs/gtk-4.6:4
+ x11-libs/pango
+ >=dev-libs/libgnome-games-support-2.0.0:2=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+ $(vala_depend)
+ media-libs/gsound[vala]
+"
+
+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-02-09 22:26 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 22:26 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 17:34 [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/ Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2024-04-20 14:36 Mart Raudsepp
2024-04-13 10:37 Mart Raudsepp
2024-04-07 10:11 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2023-12-21 0:07 Ionen Wolkens
2023-12-20 9:58 Pacho Ramos
2023-12-20 9:58 Pacho Ramos
2023-12-20 9:58 Pacho Ramos
2023-06-17 17:09 Arthur Zamarin
2023-06-17 17:09 Arthur Zamarin
2023-06-03 5:24 Jakov Smolić
2023-05-01 18:16 Matt Turner
2022-10-30 15:42 Matt Turner
2022-09-15 21:00 Matt Turner
2022-02-08 4:45 Sam James
2021-04-24 10:43 Mart Raudsepp
2021-04-24 9:20 Mart Raudsepp
2021-03-21 22:00 Matt Turner
2020-08-22 7:21 Mart Raudsepp
2020-04-20 20:30 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-08-06 5:20 Mart Raudsepp
2019-08-04 22:35 Aaron Bauman
2018-09-14 8:17 Mart Raudsepp
2018-08-22 21:38 Mart Raudsepp
2018-02-03 19:40 Mart Raudsepp
2018-01-27 0:41 Thomas Deutschmann
2018-01-18 2:27 Mikle Kolyada
2017-08-08 22:10 Gilles Dartiguelongue
2017-05-01 21:49 Mart Raudsepp
2016-12-06 9:33 Pacho Ramos
2016-11-09 8:28 Gilles Dartiguelongue
2016-10-30 11:44 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-03-06 16:43 Mikle Kolyada
2015-11-09 21:51 Pacho Ramos
2015-11-09 21:51 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=1707517532.8fea82bbd6a3a8701806b4b3c261dd1169e11efc.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