unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps.
@ 2023-05-12  8:09 Josselin Poiret via Guix-patches via
  2023-05-12 21:43 ` Liliana Marie Prikler
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-05-12  8:09 UTC (permalink / raw)
  To: 63461; +Cc: Josselin Poiret

From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
---
Hi everyone,

I noticed while reading [1] that Boxes was no longer required in GNOME, so
here's a patch that does exactly that.

[1] https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/

Best,

 gnu/packages/gnome.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 754bb668ba..85437c2e4a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10030,7 +10030,6 @@ (define-public gnome
           epiphany
           evince
           file-roller
-          gnome-boxes
           gnome-calculator
           gnome-calendar
           gnome-characters

base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps.
  2023-05-12  8:09 [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps Josselin Poiret via Guix-patches via
@ 2023-05-12 21:43 ` Liliana Marie Prikler
  2023-05-13  7:46   ` Josselin Poiret via Guix-patches via
  2023-05-24 10:10 ` Ludovic Courtès
  2023-07-07 19:53 ` Josselin Poiret via Guix-patches via
  2 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-05-12 21:43 UTC (permalink / raw)
  To: Josselin Poiret, 63461

Am Freitag, dem 12.05.2023 um 10:09 +0200 schrieb Josselin Poiret:
> From: Josselin Poiret <dev@jpoiret.xyz>
> 
> * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-
> inputs,
> since it is no longer a Core App in 42.
> ---
> Hi everyone,
> 
> I noticed while reading [1] that Boxes was no longer required in
> GNOME, so here's a patch that does exactly that.
> 
> [1]
> https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/
> 
> Best,
> 
>  gnu/packages/gnome.scm | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 754bb668ba..85437c2e4a 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -10030,7 +10030,6 @@ (define-public gnome
>            epiphany
>            evince
>            file-roller
> -          gnome-boxes
>            gnome-calculator
>            gnome-calendar
>            gnome-characters
> 
> base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e
SGTM, but we should probably offer a gnome-developer-tools meta package
too if we aim to make that distinction.  Also note that gnome
technically isn't gnome-core: for instance, it excludes eog on
platforms where it doesn't build and I personally don't aim on touching
Loupe with a ten-foot pole while the Rust build system is still a
blazing dumpster.

Cheers




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps.
  2023-05-12 21:43 ` Liliana Marie Prikler
@ 2023-05-13  7:46   ` Josselin Poiret via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-05-13  7:46 UTC (permalink / raw)
  To: Liliana Marie Prikler, 63461

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Hi Lily,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> SGTM, but we should probably offer a gnome-developer-tools meta package
> too if we aim to make that distinction.  Also note that gnome
> technically isn't gnome-core: for instance, it excludes eog on
> platforms where it doesn't build and I personally don't aim on touching
> Loupe with a ten-foot pole while the Rust build system is still a
> blazing dumpster.

There are so few GNOME developer packages for now that I don't think
it's necessary yet.  They're also very varied so most "developers" might
only need one or two.

This patch was basically a reaction to the last core-updates cycle, when
we were wondering why GNOME Boxes was included by default.

Best,
-- 
Josselin Poiret

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps.
  2023-05-12  8:09 [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps Josselin Poiret via Guix-patches via
  2023-05-12 21:43 ` Liliana Marie Prikler
@ 2023-05-24 10:10 ` Ludovic Courtès
  2023-07-07 19:53 ` Josselin Poiret via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2023-05-24 10:10 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 63461

Hi,

Josselin Poiret <dev@jpoiret.xyz> skribis:

> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
> since it is no longer a Core App in 42.

I’m all for it!  I also noticed that notably during the ‘core-updates’
cycle, and I think it’s just too much, as GNOME developers acknowledged
by removing it from the “core apps”.

Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps.
  2023-05-12  8:09 [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps Josselin Poiret via Guix-patches via
  2023-05-12 21:43 ` Liliana Marie Prikler
  2023-05-24 10:10 ` Ludovic Courtès
@ 2023-07-07 19:53 ` Josselin Poiret via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-07-07 19:53 UTC (permalink / raw)
  To: 63461

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

Hi everyone,

Josselin Poiret <dev@jpoiret.xyz> writes:

> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
> since it is no longer a Core App in 42.
> ---
> Hi everyone,
>
> I noticed while reading [1] that Boxes was no longer required in GNOME, so
> here's a patch that does exactly that.
>
> [1] https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/
>
> Best,
>
>  gnu/packages/gnome.scm | 1 -
>  1 file changed, 1 deletion(-)

Pushed as 4722496292ea282db7d1779bfada1e6a3813be99, along with the
removal of the corresponding uses of it in the gnome services.

Best,
-- 
Josselin Poiret

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-07 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12  8:09 [bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps Josselin Poiret via Guix-patches via
2023-05-12 21:43 ` Liliana Marie Prikler
2023-05-13  7:46   ` Josselin Poiret via Guix-patches via
2023-05-24 10:10 ` Ludovic Courtès
2023-07-07 19:53 ` Josselin Poiret via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).