diff mbox series

[bug#57987] gnu: gnome: Update dependencies

Message ID FEQkzhPNtjLbdGVmjgY60EZzr-00In5rNr1efoXiA71lA_JBhglGdKFyQ5kjaWLQHwh-BdlCGUkWpp7dtPIUlIO8W0QYw6cRbk_jtdDUrCc=@proton.me
State Accepted
Headers show
Series [bug#57987] gnu: gnome: Update dependencies | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Sughosha Sept. 21, 2022, 6:41 p.m. UTC
Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.

Comments

\( Sept. 24, 2022, 8 p.m. UTC | #1
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
> 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.

    -- (
\( Sept. 24, 2022, 8:01 p.m. UTC | #2
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
> 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 ;)

    -- (
Maxim Cournoyer Sept. 28, 2022, 5 p.m. UTC | #3
Hi!

Sughosha <Sughosha@proton.me> writes:

> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.

Applied, thanks!

Maxim
diff mbox series

Patch

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(-)

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