mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
gui-apps/gnome-console: drop 47.2.1, 48.0.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
bcd1786293
commit
c8c88a0ac0
@ -1,4 +1,2 @@
|
||||
DIST gnome-console-47.2.1.tar.xz 199548 BLAKE2B 2eec3706361f0b7390632fe6d97a6892b398bef081095fc822efe21a839a542ccaf81a9b764b776865b521eb280608f2e6aac1435d715afe860c502c0627471c SHA512 640622b9c934d927e59e88051ad7ba8938d1a492b755a122f1944d015ce876ee57cbe241db48cb7c8d9571d82547ac141e8c16c527d8968a4a8bf80dbd5de1a4
|
||||
DIST gnome-console-48.0.1.tar.xz 205100 BLAKE2B 5f521a5591eb95f4cca9a5002b6319f7989bed1df8e539d869261b3be2c2e2c6da640516f33c1c45b2fb02d74ab99690c18f70862a5e3eef6d54788e1ea61a4f SHA512 69fe38398efe6bbcbf3f399ea156432345bfd1f2bec331bc155b1feb9e37c0f5f4762c565f7b5126610359463b550e7c918bffd2838623798c814a7c3dbadafb
|
||||
DIST gnome-console-48.1.tar.xz 211012 BLAKE2B cfc1a05718ea0841065aefd13bac5a7041afc59fc22c3dfb7a98683bfc4866ed90cff329e7aaf0c6929b7187feae09ba3d05771c184e5d9a2f70136339d280ad SHA512 7e627ff1cf23ddf8093327d4abce27bf741da65d44179897585e182ca8b1741ac050b98d7a1e45005e9a6568a008d8e9b0450a087fd3b37e37b1ca517f80d727
|
||||
DIST gnome-console-49.1.tar.xz 256184 BLAKE2B bb32d58be3552e5c0fe850fbceadb947387f1a77e0134abe5e9c3a4d6dbd01f69561b749eab110ac3fc0d9d98f744572048d98c3fd3fb6b72e6d265a2c989c60 SHA512 bb5366779c0fa4ca45f2c67dd519e5b3d2233eb0a8b64bcadfe6a8d8bb2cbc27115bc1a45c6501e0da520a884e9f26a44ff3a5fb9a6ce3b665ea050d251ec82f
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
diff '--color=auto' -ur a/src/main.c b/src/main.c
|
||||
--- a/src/main.c 2025-05-09 15:20:31.000000000 +0000
|
||||
+++ b/src/main.c 2025-05-26 21:26:44.919522337 +0000
|
||||
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <kgx.h>
|
||||
|
||||
@ -1,61 +0,0 @@
|
||||
# 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="
|
||||
>=dev-util/gdbus-codegen-2.80
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
dev-util/desktop-file-utils
|
||||
dev-libs/appstream-glib
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# https://bugs.gentoo.org/956695
|
||||
# This is fixed in 48.x releases and upstream insists to use that
|
||||
# instead of backporting the fix in 47
|
||||
"${FILESDIR}"/${P}-musl.patch
|
||||
)
|
||||
|
||||
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
|
||||
}
|
||||
@ -1,54 +0,0 @@
|
||||
# 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="
|
||||
>=dev-util/gdbus-codegen-2.80
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user