gui-apps/gnome-console - 50.0 (Miezhiko)

Search

Install

Install this version:

emerge -a =gui-apps/gnome-console-50.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/gnome-console-50.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/gnome-console-50.0

Package Information

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+

Ebuild Details

Version EAPI Keywords Slot
50.0 8 amd64 arm64 ~loong 0
View Raw Ebuild
# Copyright 1999-2026 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.88:2
	>=gui-libs/gtk-4.12.2:4
	>=gui-libs/libadwaita-1.4_alpha:1
	>=gui-libs/vte-0.84
	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
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/gnome-console | euse -E <flag> -p gui-apps/gnome-console | euse -D <flag> -p gui-apps/gnome-console

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

DEPEND

	>=dev-libs/glib-2.88:2
	>=gui-libs/gtk-4.12.2:4
	>=gui-libs/libadwaita-1.4_alpha:1
	>=gui-libs/vte-0.84
	gnome-base/libgtop:2=
	>=dev-libs/libpcre2-10.32:0=
	gnome-base/gsettings-desktop-schemas

	x11-libs/pango

RDEPEND

	>=dev-libs/glib-2.88:2
	>=gui-libs/gtk-4.12.2:4
	>=gui-libs/libadwaita-1.4_alpha:1
	>=gui-libs/vte-0.84
	gnome-base/libgtop:2=
	>=dev-libs/libpcre2-10.32:0=
	gnome-base/gsettings-desktop-schemas

	x11-libs/pango

BDEPEND

	virtual/pkgconfig
	test? (
		dev-util/desktop-file-utils
		dev-libs/appstream-glib
	)