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: gnome-extra/gnome-characters/
Date: Tue, 29 Jul 2025 11:43:23 +0000 (UTC)	[thread overview]
Message-ID: <1753789378.e334671f6325637aafa09a1ff3409242a1d7db8c.pacho@gentoo> (raw)

commit:     e334671f6325637aafa09a1ff3409242a1d7db8c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 11:26:06 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 11:42:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e334671f

gnome-extra/gnome-characters: add 48.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-characters/Manifest              |  1 +
 .../gnome-characters/gnome-characters-48.0.ebuild  | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest b/gnome-extra/gnome-characters/Manifest
index 0465b65b6859..4b876425f5ba 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-characters-46.0.tar.xz 592080 BLAKE2B 0c368b2fb59a2fc3e93afb69a2471fd2342640eaa546d4a1e069f94d42bfabb4e6b42668a468010e694a9ca93c164ea8f853347873b43b36dd39d8b12b51f1af SHA512 a68f0c50ffd0beef38423e8a2a2d28ffeee5f001877e77cbb7558dbba53151ceac9545c961f4523ec0e7a7d93cb20da92199b6901b53464f25505c81462eb942
 DIST gnome-characters-47.0.tar.xz 601256 BLAKE2B 038439f6bbe7ccfe432fce628b35912b3b98fc499a8ec9a6fd6c48c9bd17005737a0ab614fc2e96c9ecc4e9151d3e9386af18bc10a25b5acfafb75de133385f1 SHA512 b869788bdb12e0401c56a54bd2c15b7adfb59962593bed7085788fa98591663769ce8d8ee038b541fbef479c6d73556376cb12c95f8a1bb5ebb23793507e2d3c
+DIST gnome-characters-48.0.tar.xz 602764 BLAKE2B ede78805a32c30194a57d26f7f824474c951a03289afc7f688353a72bfa2e52c9388c55d536b7f7a956f459cf107e148b5f0f884d1495f450badd71697425ce4 SHA512 32d6eb7a8d945267db6f8349bb28e9d6fb1b6cccaaca2bbf9c8e523bcde97087b867c699a15200fa578731ee42e9fe54d349be39ffb1f3ce86d3bde4edced89c

diff --git a/gnome-extra/gnome-characters/gnome-characters-48.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-48.0.ebuild
new file mode 100644
index 000000000000..719cb95120fd
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-48.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://apps.gnome.org/Characters/"
+
+LICENSE="GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/gjs-1.50
+	>=dev-libs/glib-2.83.0:2
+	>=dev-libs/gobject-introspection-1.35.9:=
+	>=gui-libs/gtk-4.6:4[introspection]
+	>=gui-libs/libadwaita-1.6:1=
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/pango-1.36[introspection]
+	gnome-base/gnome-desktop:4
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-libs/glib
+	dev-libs/libxml2:2
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+	test? ( x11-misc/xvfb-run )
+"
+
+src_test() {
+	meson test -C "${BUILD_DIR}" || die 'tests failed'
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2025-07-29 11:43 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29 11:43 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 19:42 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/ Sam James
2025-10-12 12:22 Sam James
2025-07-03  5:29 Sam James
2025-06-28  8:11 Sam James
2025-06-25 20:46 Arthur Zamarin
2024-07-16  8:41 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-10-08 10:41 Pacho Ramos
2023-09-24  9:02 WANG Xuerui
2023-09-22  2:33 Matt Turner
2023-09-17 17:18 Matt Turner
2023-07-13 16:43 Matt Turner
2023-05-03  6:33 Arthur Zamarin
2023-05-02 20:05 Arthur Zamarin
2023-05-02 18:07 Arthur Zamarin
2023-03-19 23:38 Matt Turner
2022-12-05 19:28 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-05  5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-09-24 16:46 Matt Turner
2022-08-01  2:33 Sam James
2022-03-22  6:15 Matt Turner
2022-03-08  9:35 Sam James
2021-12-19  4:53 Matt Turner
2021-06-28  8:48 Mart Raudsepp
2021-06-07  6:22 Georgy Yakovlev
2021-04-16  4:10 Matt Turner
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-04-12 21:52 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 12:14 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2019-02-27 19:30 Mart Raudsepp
2018-12-28 12:52 Gilles Dartiguelongue
2018-12-02 17:27 Mart Raudsepp
2018-11-19 23:06 Gilles Dartiguelongue
2018-09-30  0:19 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:39 Mikle Kolyada
2017-12-10 10:27 Pacho Ramos
2017-08-11 23:22 Gilles Dartiguelongue
2016-10-20 22:31 Gilles Dartiguelongue
2016-10-20 22:31 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-09-01  7:53 Gilles Dartiguelongue
2016-06-25 16:53 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-02-28 19:19 Pacho Ramos
2015-11-15 10:30 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-06 20:55 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=1753789378.e334671f6325637aafa09a1ff3409242a1d7db8c.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