From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50594) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikMih-0006Uw-GE for guix-patches@gnu.org; Thu, 26 Dec 2019 01:34:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikMif-0000C8-U1 for guix-patches@gnu.org; Thu, 26 Dec 2019 01:34:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48911) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikMif-0000C2-Q4 for guix-patches@gnu.org; Thu, 26 Dec 2019 01:34:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikMif-0004h3-NQ for guix-patches@gnu.org; Thu, 26 Dec 2019 01:34:01 -0500 Subject: [bug#38745] GNOME Resent-Message-ID: Date: Thu, 26 Dec 2019 08:32:49 +0200 From: Efraim Flashner Message-ID: <20191226063249.GH23018@E5400> References: <56059393c6622c76759355aa59e14ecd0d01beb5.camel@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fKov5AqTsvseSZ0Z" Content-Disposition: inline In-Reply-To: <56059393c6622c76759355aa59e14ecd0d01beb5.camel@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Raghav Gururajan Cc: 38745@debbugs.gnu.org --fKov5AqTsvseSZ0Z Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 25, 2019 at 06:23:40PM -0500, Raghav Gururajan wrote: > Hello Guix! >=20 > Please find the attached patch, for gnome meta-package, revised > according to https://calc.disroot.org/2nu6mpf88ynq.html. >=20 > Thank you! >=20 > Regards, > RG.=20 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 > Date: Wed, 25 Dec 2019 18:02:13 -0500 > Subject: [PATCH] gnu: Revise gnome. >=20 > * gnu/packages/gnome.scm (gnome). Revision. > --- > gnu/packages/gnome.scm | 93 +++++++++++++++++++++--------------------- > 1 file changed, 47 insertions(+), 46 deletions(-) >=20 > 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: > - ;; . > - `(("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: > + ;; . > + ;; 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 > --=20 > 2.24.1 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --fKov5AqTsvseSZ0Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4EVBEACgkQQarn3Mo9 g1Enew//RUzlkFAva1/zVV66fJWVEhJP6UyfpD2/9lAKmSFByRgya6ov0aAxhsvA px7G5xi6PFGl919ZxfiGqX7CZ36iiMGtC9b8mroXiCYsILB0L7YUlAuAWVsOrJ8K tmww1YOTLORWy2BfvcH55weAgLHPh7PHXQKahhG0h1GvgElKGNE478MgHrp0Fz6u yGXkFxBztVs0YgRk6c+lTF4Oph/kVYQN2k99NvTM4iznGgGc64fTScmOyj4tU/mo qCXP8PhzHCGTNovFNMjSYamjwtdokcnAZo3Avs4jJv3u4SYPUQq3IbBDcVJbVqpW 9djimXzlKGm8YM7oJPu+gvmvIs00+E9WQ7Zvm6VMWzLP0zh1rBsdsJ/v2AkdgHea BBWOdz+4DMY5TIaQPi+GW3GqeHNrIWLC/ECsepRD0JwESJAuep13op/uCxWw/BbK Rk0OJ59su5K0euD1m8fBiA4GEwxItQ4SvQ7diWAmgH9pX7q4Vmmfva4qAuTpsy/Q 1GNcSjOWQf4ycfncWtb4HVgaeS/TkuE+ylPq1j/TU6H/hD7b3rpkqshBHt7N5/zg Tsr1/mzpHhsGDcChteYeU6TIHgvT+gPbdFPDL0jtejZKV/wHgy0hLB0m+oeijpMk w2JlUwg+xvBSgICKcvtlkCHfnggVi6WlvtgWPpLK+HF/+KKKx2I= =1CTr -----END PGP SIGNATURE----- --fKov5AqTsvseSZ0Z--