all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 57987@debbugs.gnu.org
Subject: [bug#57987] [PATCH] gnu: gnome: Update dependencies
Date: Wed, 21 Sep 2022 18:41:39 +0000	[thread overview]
Message-ID: <FEQkzhPNtjLbdGVmjgY60EZzr-00In5rNr1efoXiA71lA_JBhglGdKFyQ5kjaWLQHwh-BdlCGUkWpp7dtPIUlIO8W0QYw6cRbk_jtdDUrCc=@proton.me> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 75 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 226 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gnome-Update-dependencies.patch --]
[-- Type: text/x-patch; name=0001-gnu-gnome-Update-dependencies.patch, Size: 1280 bytes --]

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


             reply	other threads:[~2022-09-21 18:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 18:41 Sughosha via Guix-patches via [this message]
2022-09-24 20:00 ` [bug#57987] [PATCH] gnu: gnome: Update dependencies ( via Guix-patches via
2022-09-24 20:01 ` ( via Guix-patches via
2022-09-28 17:00 ` bug#57987: " Maxim Cournoyer

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='FEQkzhPNtjLbdGVmjgY60EZzr-00In5rNr1efoXiA71lA_JBhglGdKFyQ5kjaWLQHwh-BdlCGUkWpp7dtPIUlIO8W0QYw6cRbk_jtdDUrCc=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=57987@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.