public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mahjongg/
Date: Wed, 15 Jan 2025 17:34:14 +0000 (UTC)	[thread overview]
Message-ID: <1736962188.8a55f66d18f03fce218883172a7f8b8d2e62a3c8.pacho@gentoo> (raw)

commit:     8a55f66d18f03fce218883172a7f8b8d2e62a3c8
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Mon Jul 29 16:32:08 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 17:29:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a55f66d

games-board/gnome-mahjongg: Bump to 47.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38646
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-mahjongg/Manifest                |  1 +
 .../gnome-mahjongg/gnome-mahjongg-47.0.ebuild      | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/games-board/gnome-mahjongg/Manifest b/games-board/gnome-mahjongg/Manifest
index 6fa97c5e574c..b7714211e7fe 100644
--- a/games-board/gnome-mahjongg/Manifest
+++ b/games-board/gnome-mahjongg/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-mahjongg-3.40.0.tar.xz 3156788 BLAKE2B 3a8dd05001d75a7fa7663556dcad135b89786333c4c89ee131e7d63dafaee2a738f0c573199a69e6bc015036270a94c8be6cd6d48630faddba297710f48931d0 SHA512 9102d48d7a1cd2808a4de86cb3cb73c30bbe769bdc58f2a69914700218972a8c96cf18b5165cc20eb9a33866a70c5b2daee43cbecf758526d89a0b8720ef5c9a
 DIST gnome-mahjongg-3.40.1.tar.xz 3200016 BLAKE2B bae6e0aa496918aa47c1f89626a01bdbc24405b4435cd66ec6374f26e2a96da3d397605a5535e80a76e13beb0ada612d80882f65594090aca8dd56cee3b1b4cc SHA512 051439dccc5723a07e57bdba80cc0a3893b1b515c0bdda0289eeb9851ecbed4440042d452f5d057a90a53c71be0b810ad932b7c62e549c2bc5e24ba6c174abc1
+DIST gnome-mahjongg-47.0.tar.xz 2384408 BLAKE2B 0f3960488526a6d288421fe22201acec3df5a605ffb0b9b972a02a49d917207ccb20c9b0942c4f54a9831de4b61c874497f9261e1f0dd9abf74e256fcdbc40ff SHA512 b80d496be4dedec32afd66ede02849ab12c9d9dcf98b5062736539fd54c149665520e73b53346209eb3fe65d09a1fa4df7e11af7654bc51cc3792d308c99d8ea

diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-47.0.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-47.0.ebuild
new file mode 100644
index 000000000000..b301a07b5aa2
--- /dev/null
+++ b/games-board/gnome-mahjongg/gnome-mahjongg-47.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Disassemble a pile of tiles by removing matching pairs"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-mahjongg"
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.40.0:2
+	>=gui-libs/gtk-4.14.0:4
+	>=gui-libs/libadwaita-1.5.0:1
+	>=gnome-base/librsvg-2.46.0:2
+"
+DEPEND="${RDEPEND}
+	gnome-base/librsvg:2[vala]
+"
+BDEPEND="
+	$(vala_depend)
+	dev-libs/appstream-glib
+	dev-util/itstool
+	gui-libs/libadwaita:1[vala]
+	>=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	other threads:[~2025-01-15 17:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-15 17:34 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 17:34 [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mahjongg/ Pacho Ramos
2024-08-03  8:07 Pacho Ramos
2024-05-10 17:29 Sam James
2024-05-10 16:13 Sam James
2024-05-10 16:13 Sam James
2024-04-20 14:36 Mart Raudsepp
2023-07-02 11:18 Sam James
2023-07-02 11:18 Sam James
2023-07-02 11:18 Sam James
2023-01-01 14:48 David Seifert
2022-10-30 15:42 Matt Turner
2021-03-27 20:41 Matt Turner
2020-08-06 21:38 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-10-13 18:31 Mart Raudsepp
2017-05-01 21:49 Mart Raudsepp
2016-10-18 22:44 Gilles Dartiguelongue
2016-09-02 16:58 Patrice Clement
2016-03-06 16:43 Mikle Kolyada
2015-11-14 18:40 Pacho Ramos
2015-11-14 18:40 Pacho Ramos
2015-09-20 17:25 Pacho Ramos
2015-09-20 17:25 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=1736962188.8a55f66d18f03fce218883172a7f8b8d2e62a3c8.pacho@gentoo \
    --to=pacho@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