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: gui-apps/gnome-console/
Date: Wed, 04 Jun 2025 08:44:57 +0000 (UTC)	[thread overview]
Message-ID: <1749026199.3a103a3228c20e8cb0f1842e7a7293a7028c676a.pacho@gentoo> (raw)

commit:     3a103a3228c20e8cb0f1842e7a7293a7028c676a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 07:42:05 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 08:36:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a103a32

gui-apps/gnome-console: add 48.0.1

Closes: https://bugs.gentoo.org/956694
Closes: https://bugs.gentoo.org/948888
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-apps/gnome-console/Manifest                    |  1 +
 gui-apps/gnome-console/gnome-console-48.0.1.ebuild | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 83ef3990242a..e51580fde8e6 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-console-46.0.tar.xz 185424 BLAKE2B 8a30519df47da40578a9cb493ce981518432377bce95f55f41326502d260dd8fdb1302fb1edc38847c51c4a8fb266fb87561a61eb9ebf21711d87ddfc654eafb SHA512 de885b23979278774d0211103b3b15d58c1d0224d59baa2dc8f9ab369b95f5d5fe659b3d2fddd1e10c5406c11b3c56e4c7ec41bb369cb149a5f975404ab98147
 DIST gnome-console-47.1.tar.xz 198180 BLAKE2B 4a16c6566d937cca1efcb5426a666734a4ecfccb9943c49889d0e4ee25f5083f785345c3ec4d8d7a64e741c74a1a228a952363c2c91c2af29f6278c57bded183 SHA512 ad3f7dbd5b84ed61ff9441337148f5fe0cf7948b78de1230b13d47f97e2c7bf5f39bc60953e9ef2e2e341f0b052598ba865711c924cfbeae9e6cee983a953bc8
+DIST gnome-console-48.0.1.tar.xz 205100 BLAKE2B 5f521a5591eb95f4cca9a5002b6319f7989bed1df8e539d869261b3be2c2e2c6da640516f33c1c45b2fb02d74ab99690c18f70862a5e3eef6d54788e1ea61a4f SHA512 69fe38398efe6bbcbf3f399ea156432345bfd1f2bec331bc155b1feb9e37c0f5f4762c565f7b5126610359463b550e7c918bffd2838623798c814a7c3dbadafb

diff --git a/gui-apps/gnome-console/gnome-console-48.0.1.ebuild b/gui-apps/gnome-console/gnome-console-48.0.1.ebuild
new file mode 100644
index 000000000000..99014f3e3231
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-48.0.1.ebuild
@@ -0,0 +1,53 @@
+# 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="A simple user-friendly terminal emulator for the GNOME desktop"
+HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/glib-2.80:2
+	>=gui-libs/gtk-4.14:4
+	>=gui-libs/libadwaita-1.6:1
+	>=gui-libs/vte-0.77.0:2.91-gtk4
+	gnome-base/libgtop:2=
+	>=dev-libs/libpcre2-10.32:0=
+	gnome-base/gsettings-desktop-schemas
+
+	x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	test? (
+		dev-util/desktop-file-utils
+		dev-libs/appstream-glib
+	)
+"
+
+src_configure() {
+	local emesonargs=(
+		-Ddevel=false
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2025-06-04  8:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-04  8:44 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: gui-apps/gnome-console/ Sam James
2025-10-12 12:22 Sam James
2025-09-28 11:02 Pacho Ramos
2025-09-28 11:02 Pacho Ramos
2025-09-28 11:02 Pacho Ramos
2025-07-05  3:16 Sam James
2025-06-28 23:59 Sam James
2025-06-09  2:42 Sam James
2025-06-09  2:42 Sam James
2025-01-26 15:01 Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2025-01-26 15:01 Pacho Ramos
2024-12-20 20:37 Arthur Zamarin
2024-08-09 10:09 Pacho Ramos
2024-08-09 10:09 Pacho Ramos
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2023-10-03  7:09 Mart Raudsepp
2023-09-24  9:02 WANG Xuerui
2023-09-21  1:46 Matt Turner
2023-08-16 22:32 Matt Turner
2023-08-08 14:27 Matt Turner
2023-03-20  2:29 Matt Turner
2022-10-30 23:21 Matt Turner
2022-10-08  3:11 Matt Turner

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=1749026199.3a103a3228c20e8cb0f1842e7a7293a7028c676a.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