summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: dconf-editor: Update to 3.38.3.Guillaume Le Vaillant2021-10-07
| | | | * gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
* gnu: vinagre: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | * gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
* services: gdm: Add Wayland support.Josselin Poiret2021-10-02
| | | | | | | | | | | | * gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm (<gdm-configuration>)[wayland-session]: New field. (gdm-wayland-session-wrapper): New procedure. (gdm-configuration-file): Point to this new procedure. * doc/guix.texi (X Window): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add Wayland support for GDM.Josselin Poiret2021-10-02
| | | | | | | | | | | | | | | Add the optional flag `wayland?` in `gdm-configuration` to launch GDM with Wayland, enabling the use of Wayland sessions with GDM. * gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm (<gdm-configuration>)[wayland?]: New field. (gdm-configuration): Honor it. (gdm-shepherd-service): Add the XCURSOR_PATH environment variable. * doc/guix.texi (X Window): Document it Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gdm: Add the Guix icon.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase. [native-inputs]: Add guix-icons.
* gnu: gnome-weather: Fix GNOME integration.Mathieu Othacehe2021-10-02
| | | | | | | | Fixes: <https://issues.guix.gnu.org/39324>. * gnu/packages/gnome.scm (gnome-weather)[inputs]: Remove gdk-pixbuf. [arguments]: Use a gexp to defined the phases. Add a 'fix-service-file phase and adapt 'fix-desktop-file and 'wrap phases. Remove trailing #t.
* gnu: gnome-music: Add gst-plugins-good.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
* gnu: gnome: Add tracker-miners.Mathieu Othacehe2021-10-02
| | | | | | | This is needed by several Gnome applications such as gnome-photos and gnome-music. * gnu/packages/gnome.scm (gnome): Add tracker-miners.
* gnu: gnome-tweaks: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0. [source]: Fix the URI. [arguments]: Remove trailing #t. [native-inputs]: Add glib@bin.
* gnu: gnome-dictionary: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-dictionary): Update to 40.0. [source]: Fix the URI. [arguments]: Wrap it and remove a trailing #t. Replace the 'patch-install-script phase by a new 'skip-gtk-update-icon-cache phase.
* gnu: devhelp: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (devhelp): Update to 40.1. [source]: Fix the URI. [arguments]: Remove trailing #t.
* gnu: gnome-sudoku: Update to 40.2.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2. [source]: Fix the URI. [arguments]: Remove trailing #t.
* gnu: gnome-mines: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-mines): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t.
* gnu: gnome-shell: Update to 40.5.Mathieu Othacehe2021-10-02
| | | | | | | | | | | | | | | | | | Remove the theme patch that does not apply anymore because the CSS files have been revamped. * gnu/packages/patches/gnome-shell-CVE-2020-17489.patch: Remove it. * gnu/packages/patches/gnome-shell-theme: Remove it. * gnu/packages/patches/gnome-shell-disable-test.patch: Update it. * gnu/local.mk (DIST_PATCH_DATA): Update it. * gnu/packages/gnome.scm (gnome-shell): Update to 40.5. [source]: Fix the URI. Update the patches. Remote the snippet. [arguments]: Remove trailing #t. <#:phases>: Add a 'skip-gtk-update-icon-cache phase. Remove the 'convert-logo-to-png phase. Remove the inkscape disallowed reference. [native-inputs]: Remove inkscape. Add hicolor-icon-theme. [inputs]: Add gtk and graphene. [properties]: Remove it.
* gnu: gnome: Remove gnome-getting-started-docs.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (gnome): Remove it.
* gnu: gnome: Add gnome-music and gnome-photo.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix the indentation.
* gnu: gnome-photos: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-photos): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t.
* gnu: gnome-online-miners: Fix build.Mathieu Othacehe2021-10-02
| | | | | | | | * gnu/packages/patches/gnome-online-miners-tracker-3.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/gnome.scm (gnome-online-miners)[source]: Use it. [arguments]: Add a 'fix-configure and a 'autoreconf phase. [inputs]: Add autoconf, automake and libtool.
* gnu: gnome-music: Update to 40.1.1.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-music): Update to 40.1.1. [source]: Fix the URI. [arguments]: Wrap it and remove trailing #t. [inputs]: Add json-glib.
* gnu: gdm: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | | | | | | | | | | * gnu/packages/patches/gdm-elogind-support.patch: New file. * gnu/packages/patches/gdm-default-session.patch: Update it. * gnu/local.mk (DIST_PATCH_DATA): Add the new patch. * gnu/packages/gnome.scm (gdm): Update to 40.1. [source]: Add the gdm-elogind-support support. [build-system]: Switch to meson-build-system. [arguments]<#:glib-or-gtk>: Set to true. <#:configure-flags>: Convert to meson options. Add logind-provider, systemsystemunitdir and systemduserunitdir options. <#:phases>{pre-configure}: Remove the libelogind intoduction that is now handled by the patch. Remove trailing #t. [inputs]: Add eudev.
* gnu: gnome-control-center: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-control-center): Update to 40.1. [source]: Fix the URI. [arguments]: Fix the source paths. Remove trailing #t. Remove the 'set-cflags phase.
* gnu: gnome-initial-setup: Update to 40.4.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-initial-setup): Update to 40.4. [source]: Fix the URI. [inputs]: Remove gnome-getting-started-docs. Add elogind.
* gnu: Remove gnome-getting-started-docs.Mathieu Othacehe2021-10-02
| | | | | | It has been replaced by gnome-tour. * gnu/packages/gnome.scm (gnome-getting-started-docs): Remove it.
* gnu: gnome-color-manager: Update to 3.36.0.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.0.
* gnu: gnome-keyring: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-keyring): Update to 40.0. [source]: Fix the URI. [inputs]: Switch to docbook-xml@4.3.
* gnu: gnome-settings-daemon: Update to 40.0.1.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 40.0.1. [source]: Fix the URI.
* gnu: gnome-user-share: Update to 3.34.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.0. [arguments]<#:configure-flags>: Use systemduserunitdir instead of systemd option that no longer exists.
* gnu: gvfs: Update to 1.48.1.Mathieu Othacehe2021-10-02
| | | | | | | | | * gnu/packages/patches/gvfs-add-support-for-libplist-2.2.patch: Remove it. * gnu/local.mk (DIST_PATCH_DATA): Update it. * gnu/packages/gnome.scm (gvfs)[source]: Remove the patch. [inputs]: Switch to fuse@3 and add gsettings-desktop-schemas. [properties]: Remove it. [description]: Wrap it.
* gnu: libgdata: Update to 0.18.1.Mathieu Othacehe2021-10-02
| | | | | | | | * gnu/packages/gnome.scm (libgdata): Update to 0.18.1. [build-system]: Switch to meson-build-system. [arguments]: Remove the 'disable-failing-tests phase. [native-inputs]: Add gobject-introspection. [inputs]: Add vala.
* gnu: mutter: Update to 40.5.Mathieu Othacehe2021-10-02
| | | | | | | | * gnu/packages/gnome.scm (mutter): Update to 40.5. [source]: Fix the URI. [arguments]<#:configure-flags>: Add mutter-8 directory to the runpath. <#:phases>: Remove 'fix-build-with-mesa-20 phase and add a 'set-udev-dir phase.
* gnu: gsettings-desktop-schemas: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 40.0. [source]: Fix the URI. [arguments]: Remove trailing #t.
* gnu: eog-plugins: Update to 3.26.7.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (eog-plugins): Update to 3.26.7.
* gnu: gnome-contacts: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | | * gnu/packages/gnome.scm (gnome-contacts): Update to 40.0. [source]: Fix the URI. [arguments]: Remove trailing #t. [native-inputs]: Add docbook-xml and docbook-xsl. [inputs]: Add libhandy.
* gnu: eog: Update to 40.3.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (eog): Update to 40.3. [source]: Fix the URI. [arguments]: Remove trailing #t. [inputs]: Add libportal.
* gnu: gnome-online-accounts: Update to 3.40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.40.0. [arguments]: Remove a trailing #t. [description]: Wrap it.
* gnu: yelp: Update to 40.3.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (yelp): Update to 40.3. [source]: Fix the URI.
* gnu: gnome-weather: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-weather): Update to 40.1. [source]: Fix the URI. [inputs]: Add libhandy.
* gnu: simple-scan: Update to 40.5.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (simple-scan): Update to 40.5. [source]: Fix the URI. [inputs]: Add libhandy.
* gnu: gnome-terminal: Update to 3.40.3.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-terminal): Update to 3.40.3. [arguments]: Fix indentation. [native-inputs]: Add dockbook-xsl and libxslt.
* gnu: vte: Update to 0.64.2.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (vte): Update to 0.64.2.
* gnu: gnome-clocks: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-clocks): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t. [inputs]: Add libhandy.
* gnu: gnome-characters: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-characters): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t. [inputs]: Add libhandy.
* gnu: file-roller: Update to 3.40.0.Mathieu Othacehe2021-10-02
| | | | * gnu/packages/gnome.scm (file-roller): Update to 3.40.0.
* gnu: epiphany: Update to 40.3.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (epiphany): Update to 40.3. [source]: Fix the URI. [arguments]: Remove trailing #t. [inputs]: Add libarchive, libhandy and libportal.
* gnu: sushi: Update to 3.38.1.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (sushi): Update to 3.38.1. [arguments]: Remove a trailing #t. [inputs]: Switch to gtksourceview. [description]: Wrap it.
* gnu: orca: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | * gnu/packages/gnome.scm (orca): Update to 40.0. [source]: Fix the URI.
* gnu: gnome-bluetooth: Update to 3.34.5.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.5. [source]: Fix the URI. [inputs]: Add libnotify and python-dbus.
* gnu: gnome-session: Update to 40.1.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (gnome-session): Update to 40.1. [source]: Fix the URI. [arguments]: Remove the trailing #t. <#:configure-flags>: Disable systemd and systemd_session.
* gnu: nautilus: Update to 40.2.Mathieu Othacehe2021-10-02
| | | | | | | * gnu/packages/gnome.scm (nautilus): Update to 40.2. [source]: Fix the URI. [arguments]: Remove a phase trailing #t. [inputs]: Add libhandy and libportal.
* gnu: baobab: Update to 40.0.Mathieu Othacehe2021-10-02
| | | | | | * gnu/packages/gnome.scm (baobab): Update to 40.0. [source]: Fix the URI. [inputs]: Add libhandy.