From: Efraim Flashner <efraim@flashner.co.il>
To: Raghav Gururajan <raghavgururajan@disroot.org>
Cc: 38745@debbugs.gnu.org
Subject: [bug#38745] GNOME
Date: Thu, 26 Dec 2019 08:32:49 +0200 [thread overview]
Message-ID: <20191226063249.GH23018@E5400> (raw)
In-Reply-To: <56059393c6622c76759355aa59e14ecd0d01beb5.camel@disroot.org>
[-- Attachment #1: Type: text/plain, Size: 6085 bytes --]
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@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@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2019-12-26 6:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-25 23:23 [bug#38745] GNOME Raghav Gururajan
2019-12-26 6:32 ` Efraim Flashner [this message]
2019-12-26 14:59 ` [bug#38745] GNOME V2 Raghav Gururajan
2019-12-26 16:23 ` [bug#38745] GNOME V3 Raghav Gururajan
2019-12-29 10:02 ` bug#38745: " Efraim Flashner
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191226063249.GH23018@E5400 \
--to=efraim@flashner.co.il \
--cc=38745@debbugs.gnu.org \
--cc=raghavgururajan@disroot.org \
/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 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).