GNU bug report logs - #38745
GNOME

Previous Next

Package: guix-patches;

Reported by: Raghav Gururajan <raghavgururajan <at> disroot.org>

Date: Wed, 25 Dec 2019 23:25:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38745 in the body.
You can then email your comments to 38745 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38745; Package guix-patches. (Wed, 25 Dec 2019 23:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Raghav Gururajan <raghavgururajan <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 25 Dec 2019 23:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: GNOME
Date: Wed, 25 Dec 2019 18:23:40 -0500
[Message part 1 (text/plain, inline)]
Hello Guix!

Please find the attached patch, for gnome meta-package, revised
according to https://calc.disroot.org/2nu6mpf88ynq.html.

Thank you!

Regards,
RG. 
[gnome.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38745; Package guix-patches. (Thu, 26 Dec 2019 06:34:01 GMT) Full text and rfc822 format available.

Message #8 received at 38745 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Raghav Gururajan <raghavgururajan <at> disroot.org>
Cc: 38745 <at> debbugs.gnu.org
Subject: Re: [bug#38745] GNOME
Date: Thu, 26 Dec 2019 08:32:49 +0200
[Message part 1 (text/plain, inline)]
On Wed, Dec 25, 2019 at 06:23:40PM -0500, Raghav Gururajan wrote:
> Hello Guix!
> 
> Please find the attached patch, for gnome meta-package, revised
> according to https://calc.disroot.org/2nu6mpf88ynq.html.
> 
> Thank you!
> 
> Regards,
> RG. 

Can you split this into two patches? One that adds/removes packages and
a second that changes the indentation and ordering? Thanks.

> From 404f6448e14a7a1aee206c8eb3cd9d1b3ff4520b Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <raghavgururajan <at> disroot.org>
> Date: Wed, 25 Dec 2019 18:02:13 -0500
> Subject: [PATCH] gnu: Revise gnome.
> 
> * gnu/packages/gnome.scm (gnome). Revision.
> ---
>  gnu/packages/gnome.scm | 93 +++++++++++++++++++++---------------------
>  1 file changed, 47 insertions(+), 46 deletions(-)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 36da447bf7..2ed98842af 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -7189,52 +7189,53 @@ associations for GNOME.")
>      (build-system trivial-build-system)
>      (arguments '(#:builder (begin (mkdir %output) #t)))
>      (propagated-inputs
> -     ;; TODO: Add more packages according to:
> -     ;;       <https://packages.debian.org/jessie/gnome-core>.
> -     `(("adwaita-icon-theme"        ,adwaita-icon-theme)
> -       ("baobab"                    ,baobab)
> -       ("font-cantarell"            ,font-cantarell)
> -       ("font-dejavu"               ,font-dejavu)
> -       ("at-spi2-core"              ,at-spi2-core)
> -       ("dbus"                      ,dbus)
> -       ("dconf"                     ,dconf)
> -       ("desktop-file-utils"        ,desktop-file-utils)
> -       ("eog"                       ,eog)
> -       ("epiphany"                  ,epiphany)
> -       ("evince"                    ,evince)
> -       ("file-roller"               ,file-roller)
> -       ("gedit"                     ,gedit)
> -       ("glib-networking"           ,glib-networking)
> -       ("gnome-backgrounds"         ,gnome-backgrounds)
> -       ("gnome-bluetooth"           ,gnome-bluetooth)
> -       ("gnome-calculator"          ,gnome-calculator)
> -       ("gnome-contacts"            ,gnome-contacts)
> -       ("gnome-control-center"      ,gnome-control-center)
> -       ("gnome-disk-utility"        ,gnome-disk-utility)
> -       ("gnome-default-applications" ,gnome-default-applications)
> -       ("gnome-keyring"             ,gnome-keyring)
> -       ("gnome-online-accounts"     ,gnome-online-accounts)
> -       ("gnome-screenshot"          ,gnome-screenshot)
> -       ("gnome-session"             ,gnome-session)
> -       ("gnome-settings-daemon"     ,gnome-settings-daemon)
> -       ("gnome-shell"               ,gnome-shell)
> -       ("gnome-system-monitor"      ,gnome-system-monitor)
> -       ("gnome-terminal"            ,gnome-terminal)
> -       ("gnome-themes-standard"     ,gnome-themes-standard)
> -       ("gst-plugins-base"          ,gst-plugins-base)
> -       ("gst-plugins-good"          ,gst-plugins-good)
> -       ("gucharmap"                 ,gucharmap)
> -       ("gvfs"                      ,gvfs)
> -       ("hicolor-icon-theme"        ,hicolor-icon-theme)
> -       ("nautilus"                  ,nautilus)
> -       ("pinentry-gnome3"           ,pinentry-gnome3)
> -       ("pulseaudio"                ,pulseaudio)
> -       ("shared-mime-info"          ,shared-mime-info)
> -       ("system-config-printer"     ,system-config-printer)
> -       ("totem"                     ,totem)
> -       ("xdg-user-dirs"             ,xdg-user-dirs)
> -       ("yelp"                      ,yelp)
> -       ("zenity"                    ,zenity)))
> +     ;; TODO: Add/remove packages or revise list according to:
> +     ;;       <https://calc.disroot.org/2nu6mpf88ynq.html>.
> +     ;; GNOME-Core-OS-Services
> +     `(("accountsservice" ,accountsservice)
> +       ("network-manager" ,network-manager)
> +       ("packagekit" ,packagekit)
> +       ("upower" ,upower))
> +     ;; GNOME-Core-Shell
> +     `(("adwaita-icon-theme" ,adwaita-icon-theme)
> +       ("gdm" ,gdm)
> +       ("glib-networking" ,glib-networking)
> +       ("gnome-backgrounds" ,gnome-backgrounds)
> +       ("gnome-bluetooth" ,gnome-bluetooth)
> +       ("gnome-control-center" ,gnome-control-center)
> +       ("gnome-desktop" ,gnome-desktop)
> +       ("gnome-keyring" ,gnome-keyring)
> +       ("gnome-session" ,gnome-session)
> +       ("gnome-settings-daemon" ,gnome-settings-daemon)
> +       ("gnome-shell-extensions" ,gnome-shell-extensions)
> +       ("gnome-shell" ,gnome-shell)
> +       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
> +       ("gvfs" ,gvfs)
> +       ("mutter" ,mutter)
> +       ("orca" ,orca))
> +     ;; GNOME-Core-Utilities
> +     `(("baobab" ,baobab)
> +       ("cheese" ,cheese)
> +       ("eog" ,eog)
> +       ("epiphany" ,epiphany)
> +       ("envice" ,envice)
> +       ("file-roller" ,file-roller)
> +       ("gedit" ,gedit)
> +       ("gnome-calculator" ,gnome-calculator)
> +       ("gnome-calendar" ,gnome-calendar)
> +       ("gnome-characters" ,gnome-characters)
> +       ("gnome-clocks" ,gnome-clocks)
> +       ("gnome-contacts" ,gnome-contacts)
> +       ("gnome-disk-utility" ,gnome-disk-utility)
> +       ("gnome-font-viewer" ,gnome-font-viewer)
> +       ("gnome-maps" ,gnome-maps)
> +       ("gnome-screenshot" ,gnome-screenshot)
> +       ("gnome-system-monitor" ,gnome-system-monitor)
> +       ("gnome-terminal" ,gnome-terminal)
> +       ("nautilus" ,nautilus)
> +       ("simple-scan" ,simple-scan)
> +       ("totem" ,totem)
> +       ("yelp" ,yelp)))
>      (synopsis "The GNU desktop environment")
>      (home-page "https://www.gnome.org/")
>      (description
> -- 
> 2.24.1
> 




-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38745; Package guix-patches. (Thu, 26 Dec 2019 15:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 38745 <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 38745 <at> debbugs.gnu.org
Subject: Re: [bug#38745] GNOME V2
Date: Thu, 26 Dec 2019 09:59:35 -0500
[Message part 1 (text/plain, inline)]
Hello Efraim!

Please find the modified patch attached with this email.

Regards,
RG.
[gnome.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38745; Package guix-patches. (Thu, 26 Dec 2019 16:24:02 GMT) Full text and rfc822 format available.

Message #14 received at 38745 <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 38745 <at> debbugs.gnu.org
Subject: Re: [bug#38745] GNOME V3
Date: Thu, 26 Dec 2019 11:23:35 -0500
[Message part 1 (text/plain, inline)]
Hello Efraim!

Sorry I forgot to attach one of the two split patches. Please find the
split patches attached with this email.

Regards,
RG.
[gnome-part-1.patch (text/x-patch, attachment)]
[gnome-part-2.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 29 Dec 2019 10:04:02 GMT) Full text and rfc822 format available.

Notification sent to Raghav Gururajan <raghavgururajan <at> disroot.org>:
bug acknowledged by developer. (Sun, 29 Dec 2019 10:04:02 GMT) Full text and rfc822 format available.

Message #19 received at 38745-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Raghav Gururajan <raghavgururajan <at> disroot.org>
Cc: 38745-done <at> debbugs.gnu.org
Subject: Re: [bug#38745] GNOME V3
Date: Sun, 29 Dec 2019 12:02:33 +0200
[Message part 1 (text/plain, inline)]
I changed the commit messages to fit our convention. I also fixed a typo
s/envice/evince/g and added a module import on (gnu packages geo).


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Jan 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.