summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\
| * gnu: deja-dup: Sort inputs alphabetically.Efraim Flashner2021-10-17
| | | | | | | | | | * gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically. [native-inputs]: Same.
| * gnu: deja-dup: Let deja-dup find duplicity.Vivien Kraus2021-10-17
| | | | | | | | | | | | | | | | * gnome.scm (deja-dup)[phases]: Wrap deja-dup to include duplicity in PATH. [inputs]: Add bash-minimal. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: workrave: Update to 1.10.48.Jovany Leandro G.C2021-10-17
| | | | | | | | | | | | * gnu/packages/gnome.scm (workrave): Update to 1.10.48. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: font-abattis-cantarell: Update variable name.Tobias Geerinckx-Rice2021-10-15
| | | | | | | | | | | | | | | | * gnu/packages/fonts.scm (font-cantarell): Rename to… (font-abattis-cantarell): …this. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Adjust accordingly. * gnu/packages/mate.scm (mate)[inputs]: Likewise. * gnu/services/xorg.scm (<gdm-configuration>): Likewise.
| * gnu: komikku: Update to 0.35.1.Liliana Marie Prikler2021-10-14
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.35.1.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: gnome-bluetooth: Add missing inputs for tests.Guillaume Le Vaillant2021-10-13
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
| * gnu: gsound: Update to 1.0.3.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here.
| * gnu: apostrophe: Update to 2.5.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
| * gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-compression.scm (python-brotli): Delete duplicate variable. * gnu/packages/compression.scm (python-google-brotli): Redefine as a deprecated-package, with… (python-brotli): …as the canonical variable. * gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]: Adjust accordingly.
| * gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: komikku: Update to 0.35.0.Liliana Marie Prikler2021-10-12
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.35.0.
| * gnu: brasero: Embed growisofs from dvd+rw-tools input.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | | | * gnu/packages/gnome.scm (brasero)[arguments]: Rename the 'embed-growisofs phase to 'embed-growisofs-reference. Get its growisofs file name from the dvd+rw-tools input, not WHICH.
| * gnu: brasero: Update to 3.12.3.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/gnome.scm (brasero): Update to 3.12.3.
| * gnu: gthumb: Add optional dependencies.Vinicius Monego2021-10-02
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically. [inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gthumb: Update to 3.12.0.Vinicius Monego2021-10-02
| | | | | | | | | | | | * gnu/packages/gnome.scm (gthumb): Update to 3.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: komikku: Update to 0.34.1.Liliana Marie Prikler2021-10-02
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.34.1.
| * gnu: komikku: Update to 0.34.0.Liliana Marie Prikler2021-09-30
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.34.0.
| * Update copyright assignments for Liliana Marie Prikler.Liliana Marie Prikler2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi: Update copyright name for Liliana Marie Prikler. * gnu/packages/build-tools.scm: Update copyright name and email for Liliana Marie Prikler. * gnu/packages/convmv.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/esolangs.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome-xyz.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gstreamer.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/minetest.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: Likewise. * gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Likewise. * gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/unicode.scm: Likewise. * gnu/packages/xorg.scm: Likewise. * gnu/services/sound.scm: Likewise. * guix/build-system/renpy.scm: Likewise. * guix/build/emacs-utils.scm: Likewise. * guix/build/renpy-build-system.scm: Likewise.
| * gnu: komikku: Update to 0.33.1.Liliana Marie Prikler2021-09-23
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.33.1.
| * gnu: komikku: Update to 0.33.0.Liliana Marie Prikler2021-09-22
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.33.0.
| * gnu: Add gnome-power-manager.Mathieu Othacehe2021-09-21
| | | | | | | | * gnu/packages/gnome.scm (gnome-power-manager): New variable.
| * gnu: komikku: Update to 0.32.0.Liliana Marie Prikler2021-09-17
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.32.0.
* | 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.