[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/402: gnu: gnome: Revise package definition.
From: |
guix-commits |
Subject: |
330/402: gnu: gnome: Revise package definition. |
Date: |
Tue, 18 Aug 2020 16:48:16 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 08d5e48feab8a3f296dea604149a326c939470bf
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Aug 14 05:22:52 2020 -0400
gnu: gnome: Revise package definition.
* gnu/packages/gnome.scm (gnome): Revise package definition.
[propagated-inputs]: Remove packagekit, hicolor-icon-theme,
gnome-online-accounts, font-cantarell, font-dejavu, at-spi2-core,
dbus, dconf, desktop-file-utils, gnome-default-applications,
gnome-theme-standard, gst-plugins-base, gst-plugins-good, gucharmap,
pinentry-gnome3, pulseaudio, shared-mime-info, system-config-printer,
xdg-user-dirs, yelp and zenity. Add gnome-music and gnome-photos.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 59 ++++++++++++--------------------------------------
1 file changed, 14 insertions(+), 45 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9979c9f..c601c9f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10567,15 +10567,13 @@ the current weather conditions for your city, or
anywhere in the world.")
(build-system trivial-build-system)
(arguments '(#:builder (begin (mkdir %output) #t)))
(propagated-inputs
- ;; TODO: Add or remove packages according to:
- ;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
- `(
- ;; GNOME-Core-OS-Services
+ ;; Keep the list updated with,
+ ;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `( ;; GNOME-Core-OS-Services
("accountsservice" ,accountsservice)
("network-manager" ,network-manager)
- ("packagekit" ,packagekit)
("upower" ,upower)
- ;; GNOME-Core-Shell
+ ;; GNOME-Core-Shell
("adwaita-icon-theme" ,adwaita-icon-theme)
("gdm" ,gdm)
("glib-networking" ,glib-networking)
@@ -10601,14 +10599,10 @@ the current weather conditions for your city, or
anywhere in the world.")
("orca" ,orca)
("rygel" ,rygel)
("sushi" ,sushi)
- ;; GNOME-Core-Utilities
+ ;; GNOME-Core-Utilities
("baobab" ,baobab)
("cheese" ,cheese)
- ;; XXX: EoG requires librsvg-next, which depends on Rust, which
currently
- ;; only works on x86_64, so exclude it on other architectures.
- ,@(if (string-prefix? "x86_64" (%current-system))
- `(("eog" ,eog))
- '())
+ ("eog" ,eog)
("epiphany" ,epiphany)
("evince" ,evince)
("file-roller" ,file-roller)
@@ -10621,48 +10615,23 @@ the current weather conditions for your city, or
anywhere in the world.")
("gnome-contacts" ,gnome-contacts)
("gnome-disk-utility" ,gnome-disk-utility)
("gnome-font-viewer" ,gnome-font-viewer)
+ ;; ("gnome-logs" ,gnome-logs)
("gnome-maps" ,gnome-maps)
- ; TODO: ("gnome-music" ,gnome-music)
- ; TODO: ("gnome-photos" ,gnome-photos)
+ ("gnome-music" ,gnome-music)
+ ("gnome-photos" ,gnome-photos)
("gnome-screenshot" ,gnome-screenshot)
+ ;; ("gnome-software" ,gnome-software)
("gnome-system-monitor" ,gnome-system-monitor)
("gnome-terminal" ,gnome-terminal)
("gnome-weather" ,gnome-weather)
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
("totem" ,totem)
- ("yelp" ,yelp)
- ;; Others
- ("hicolor-icon-theme" ,hicolor-icon-theme)
- ("gnome-online-accounts" ,gnome-online-accounts)
-
- ;; Packages not part of GNOME proper but that are needed for a good
- ;; experience. See <https://bugs.gnu.org/39646>.
- ;; XXX: Find out exactly which ones are needed and why.
- ("font-cantarell" ,font-cantarell)
- ("font-dejavu" ,font-dejavu)
- ("at-spi2-core" ,at-spi2-core)
- ("dbus" ,dbus)
- ("dconf" ,dconf)
- ("desktop-file-utils" ,desktop-file-utils)
- ("gnome-default-applications" ,gnome-default-applications)
- ("gnome-themes-standard" ,gnome-themes-standard)
- ("gst-plugins-base" ,gst-plugins-base)
- ("gst-plugins-good" ,gst-plugins-good)
- ("gucharmap" ,gucharmap)
- ("pinentry-gnome3" ,pinentry-gnome3)
- ("pulseaudio" ,pulseaudio)
- ("shared-mime-info" ,shared-mime-info)
- ("system-config-printer" ,system-config-printer)
- ("xdg-user-dirs" ,xdg-user-dirs)
- ("yelp" ,yelp)
- ("zenity" ,zenity)))
- (synopsis "The GNU desktop environment")
+ ("yelp" ,yelp)))
+ (synopsis "GNU Desktop Environment")
+ (description "GNOME is an easy and elegant desktop environment. It is
+designed to put you in control and bring freedom to everybody.")
(home-page "https://www.gnome.org/")
- (description
- "GNOME is the graphical desktop for GNU. It includes a wide variety of
-applications for browsing the web, editing text and images, creating
-documents and diagrams, playing media, scanning, and much more.")
(license license:gpl2+)))
(define-public byzanz
- 315/402: gnu: totem: Update package definition., (continued)
- 315/402: gnu: totem: Update package definition., guix-commits, 2020/08/18
- 313/402: gnu: libmusicbrainz: Propagate inputs., guix-commits, 2020/08/18
- 316/402: gnu: wayland: Update package definition., guix-commits, 2020/08/18
- 324/402: gnu: gnome-shell: Update package definition., guix-commits, 2020/08/18
- 320/402: gnu: Add mozjs-68., guix-commits, 2020/08/18
- 312/402: gnu: simple-scan: Update package definition., guix-commits, 2020/08/18
- 319/402: gnu: Add egl-wayland., guix-commits, 2020/08/18
- 317/402: gnu: wayland-protocols: Update package definition., guix-commits, 2020/08/18
- 325/402: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 327/402: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/18
- 330/402: gnu: gnome: Revise package definition.,
guix-commits <=
- 331/402: gnu: Add gnome-minimal., guix-commits, 2020/08/18
- 334/402: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/18
- 335/402: gnu: gdm: Fix elogind., guix-commits, 2020/08/18
- 336/402: gnu: flatpak: Fix build., guix-commits, 2020/08/18
- 337/402: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/18
- 338/402: gnu: dconf: Include python phases., guix-commits, 2020/08/18
- 339/402: gnu: fcitx: Include glib-or-gtk and python phases., guix-commits, 2020/08/18
- 340/402: gnu: gcr: Include python phases., guix-commits, 2020/08/18
- 342/402: gnu: gobject-introspection: Include python phases., guix-commits, 2020/08/18
- 343/402: gnu: graphene: Include python phases., guix-commits, 2020/08/18