public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/, profiles/
Date: Mon, 13 Mar 2023 17:33:08 +0000 (UTC)	[thread overview]
Message-ID: <1678728782.249ddd3b512128f8cad46b00c515f51f533ca0cc.mattst88@gentoo> (raw)

commit:     249ddd3b512128f8cad46b00c515f51f533ca0cc
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Mar 12 00:56:15 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 17:33:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249ddd3b

gui-apps/gnome-console: Version bump to 44_beta

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-apps/gnome-console/Manifest                    |  1 +
 .../gnome-console/gnome-console-44_beta.ebuild     | 55 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 3 files changed, 57 insertions(+)

diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 3930844890b7..2895949fbc05 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1 +1,2 @@
 DIST gnome-console-43.0.tar.xz 161916 BLAKE2B 9790026541e61d0ae303831363fec15efce242c35bde2e628eec7b9c405095de9301dec344feaf83e035a5343ee8cb71dbece951def6d145555de40c73d9acc4 SHA512 b4da0f0c1e35bb468f5db8080b762c652358bd96d95dfbbc0d9b5c02d47c513c8adc23b1b38653873ab3a817e82bad5776ceeb6568d2041ab026ca460a7c3808
+DIST gnome-console-44.beta.tar.xz 159476 BLAKE2B 00430483a2cd5cc606d8d17468b172757151f683860bc922585f609b159bc17db87e8e8ae82211c9092406dcd218bc3240811f3ae863c4d629ef8b1830ec3867 SHA512 30eaa6fbd3acc02980475be7612e6d2a8652239eb3480835e09a86ba700198637f17003de3053cda034900c7c9eee61bbcd4f034662dff69c7af3fa61f94dc5e

diff --git a/gui-apps/gnome-console/gnome-console-44_beta.ebuild b/gui-apps/gnome-console/gnome-console-44_beta.ebuild
new file mode 100644
index 000000000000..8e311b1d863f
--- /dev/null
+++ b/gui-apps/gnome-console/gnome-console-44_beta.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 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://gitlab.gnome.org/GNOME/console"
+SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.beta.tar.xz"
+S="${WORKDIR}/${PN}-44.beta"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/glib-2.72:2
+	>=gui-libs/gtk-4.6:4
+	>=gui-libs/libadwaita-1.3_rc:1
+	>=gui-libs/vte-0.70.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
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index f40d57de9e2d..3b738153bb58 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -54,6 +54,7 @@ dev-ruby/net-http-persistent:3
 >=gnome-base/gnome-settings-daemon-44_rc
 >=gnome-base/gnome-shell-44_rc
 >=gnome-extra/gnome-shell-extensions-44_rc
+>=gui-apps/gnome-console-44_beta
 >=gui-libs/libadwaita-1.3_rc
 >=net-libs/glib-networking-2.76_beta
 >=x11-wm/mutter-44_rc


             reply	other threads:[~2023-03-13 17:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 17:33 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-06 16:16 [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/, profiles/ 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=1678728782.249ddd3b512128f8cad46b00c515f51f533ca0cc.mattst88@gentoo \
    --to=mattst88@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