[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
273/285: gnu: gnome: Update dependencies.
From: |
guix-commits |
Subject: |
273/285: gnu: gnome: Update dependencies. |
Date: |
Sun, 29 Dec 2019 20:44:46 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit d075e3a3dd41bd6f3929b77ddd0319268fd3b5de
Author: Raghav Gururajan <address@hidden>
Date: Thu Dec 26 09:53:22 2019 -0500
gnu: gnome: Update dependencies.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove
font-cantarell, font-dejavu, at-spi2-core, dbus, dconf,
desktop-file-utils, gnome-defalt-applications, gnome-online-accounts,
gnome-themes-standard, gst-plugins-base, gst-plugins-good, gucharmap,
hicolor-icon-theme, pinentry-gnome3, pulseaudio, shared-mime-info,
system-config-printer, xdg-user-dirs, zenity
Add accountservice, adwaita-icon-theme, cheese, gdm, gnome-calendar,
gnome-characters, gnome-clocks, gnome-desktop, gnome-font-viewer,
gnome-maps, gnome-themes-extra, gsettings-desktop-schema, mutter,
network-manager, orca, packagekit, simplescan, upower.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/gnome.scm | 45 ++++++++++++++++++++++-----------------------
1 file changed, 22 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f81c60e..5cf2b15 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7205,52 +7205,51 @@ 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)
+ ;; TODO: Revise packages according to:
+ ;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `(("accountsservice" ,accountsservice)
+ ("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)
+ ("cheese" ,cheese)
("eog" ,eog)
("epiphany" ,epiphany)
("evince" ,evince)
("file-roller" ,file-roller)
+ ("gdm" ,gdm
("gedit" ,gedit)
("glib-networking" ,glib-networking)
("gnome-backgrounds" ,gnome-backgrounds)
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-calculator" ,gnome-calculator)
+ ("gnome-calendar" ,gnome-calendar)
+ ("gnome-characters" ,gnome-characters)
+ ("gnome-clocks" ,gnome-clocks)
("gnome-contacts" ,gnome-contacts)
("gnome-control-center" ,gnome-control-center)
+ ("gnome-desktop" ,gnome-desktop)
("gnome-disk-utility" ,gnome-disk-utility)
- ("gnome-default-applications" ,gnome-default-applications)
+ ("gnome-font-viewer" ,gnome-font-viewer)
("gnome-keyring" ,gnome-keyring)
- ("gnome-online-accounts" ,gnome-online-accounts)
+ ("gnome-maps" ,gnome-maps)
("gnome-screenshot" ,gnome-screenshot)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell" ,gnome-shell)
+ ("gnome-shell-extensions" ,gnome-shell-extensions)
("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)
+ ("gnome-themes-extra" ,gnome-themes-extra)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gvfs" ,gvfs)
- ("hicolor-icon-theme" ,hicolor-icon-theme)
+ ("mutter" ,mutter)
("nautilus" ,nautilus)
- ("pinentry-gnome3" ,pinentry-gnome3)
- ("pulseaudio" ,pulseaudio)
- ("shared-mime-info" ,shared-mime-info)
- ("system-config-printer" ,system-config-printer)
+ ("network-manager" ,network-manager)
+ ("orca" ,orca)
+ ("packagekit" ,packagekit)
+ ("simple-scan" ,simple-scan)
("totem" ,totem)
- ("xdg-user-dirs" ,xdg-user-dirs)
- ("yelp" ,yelp)
- ("zenity" ,zenity)))
+ ("upower" ,upower)
+ ("yelp" ,yelp)))
(synopsis "The GNU desktop environment")
(home-page "https://www.gnome.org/")
(description
- 268/285: gnu: curseradio: Link to mpv., (continued)
- 268/285: gnu: curseradio: Link to mpv., guix-commits, 2019/12/29
- 271/285: gnu: diffoscope: Update to 134., guix-commits, 2019/12/29
- 272/285: gnu: portaudio: Fix build., guix-commits, 2019/12/29
- 285/285: gnu: guix-data-service: Update to 0.0.1-13.82b797e., guix-commits, 2019/12/29
- 282/285: services: dhcp-client: Ignore interfaces that cannot be activated., guix-commits, 2019/12/29
- 262/285: gnu: ruby-ae: Don't use unstable tarball., guix-commits, 2019/12/29
- 266/285: gnu: ruby-oj: Don't use unstable tarball., guix-commits, 2019/12/29
- 270/285: gnu: pelican: Update to 4.2., guix-commits, 2019/12/29
- 265/285: gnu: ruby-spring: Don't use unstable tarball., guix-commits, 2019/12/29
- 277/285: git-authenticate: Add glv to the list of committers., guix-commits, 2019/12/29
- 273/285: gnu: gnome: Update dependencies.,
guix-commits <=
- 274/285: gnu: gnome: Sort packages logically., guix-commits, 2019/12/29
- 280/285: pack: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 279/285: guix package: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 283/285: installer: Pass '--fallback' to 'guix system init'., guix-commits, 2019/12/29
- 80/285: gnu: python-sphinxcontrib-programoutput: Update to 0.15., guix-commits, 2019/12/29
- 84/285: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description., guix-commits, 2019/12/29
- 240/285: gnu: emacs-graphviz-dot-mode: Update to 0.4.1., guix-commits, 2019/12/29
- 01/285: gnu: sbcl-cl-store: Update to 0.8.11-1., guix-commits, 2019/12/29
- 75/285: gnu: python-sphinx: Alphabetize inputs., guix-commits, 2019/12/29
- 82/285: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., guix-commits, 2019/12/29