[PATCH] gnu: gnome: Update dependencies

  • Done
  • quality assurance status badge
Details
3 participants
  • Sughosha
  • Maxim Cournoyer
  • (
Owner
unassigned
Submitted by
Sughosha
Severity
normal
S
S
Sughosha wrote on 21 Sep 2022 20:41
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
FEQkzhPNtjLbdGVmjgY60EZzr-00In5rNr1efoXiA71lA_JBhglGdKFyQ5kjaWLQHwh-BdlCGUkWpp7dtPIUlIO8W0QYw6cRbk_jtdDUrCc=@proton.me
Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.
Attachment: file
From 5f90909e8bd4f731dc0f99ce293ed4fb1f52c945 Mon Sep 17 00:00:00 2001
From: Sughosha <sughosha@proton.me>
Date: Wed, 21 Sep 2022 20:37:32 +0200
Subject: [PATCH] gnu: gnome: Update dependencies

* gnu/packages/gnome.scm (gnome): Remove gnome-terminal and gedit and add gnome-console and gnome-text-editor.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0adb065eb5..d8b6ff41df 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10013,7 +10013,6 @@ (define-public gnome
("epiphany" ,epiphany)
("evince" ,evince)
("file-roller" ,file-roller)
- ("gedit" ,gedit)
("gnome-boxes" ,gnome-boxes)
("gnome-calculator" ,gnome-calculator)
("gnome-calendar" ,gnome-calendar)
@@ -10027,7 +10026,8 @@ (define-public gnome
("gnome-photos" ,gnome-photos)
("gnome-screenshot" ,gnome-screenshot)
("gnome-system-monitor" ,gnome-system-monitor)
- ("gnome-terminal" ,gnome-terminal)
+ ("gnome-text-editor" ,gnome-text-editor)
+ ("gnome-console" ,gnome-console)
("gnome-weather" ,gnome-weather)
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
--
2.37.3
(
CN4WD3XKDZ65.L9VVXCO9W9S3@guix-aspire
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
Toggle quote (2 lines)
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.

We shouldn't be *replacing* them IIUC, they're completely separate
programs, so gnome-terminal and gedit aren't obsolete.

-- (
(
CN4WE0GKVYSF.2ENOYWHXC6WY8@guix-aspire
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
Toggle quote (2 lines)
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.

Doh, never mind. I thought you were deprecating the gedit and
gnome-terminal packages ;)

-- (
M
M
Maxim Cournoyer wrote on 28 Sep 2022 19:00
Re: bug#57987: [PATCH] gnu: gnome: Update dependencies
(name . Sughosha)(address . Sughosha@proton.me)(address . 57987-done@debbugs.gnu.org)
87bkqzwi0v.fsf@gmail.com
Hi!

Sughosha <Sughosha@proton.me> writes:

Toggle quote (2 lines)
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.

Applied, thanks!

Maxim
Closed
?