summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2021-11-11gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (cheese)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
2021-11-11gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (mutter)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
2021-11-11gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (cogl)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
2021-11-11gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (libgweather)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
2021-11-11gnu: librsvg-next: Do not propagate gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (librsvg-next)[propagated-inputs]: Remove gdk-pixbuf. [inputs]: Add gdk-pixbuf+svg.
2021-11-11gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (libnotify)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
2021-11-11gnu: librsvg: Add a debug output.Maxim Cournoyer
* gnu/packages/gnome.scm (librsvg): Add a debug output.
2021-11-09gnu: deja-dup: Update to 42.8.Vivien Kraus
* gnu/packages/gnome.scm (deja-dup): Update to 42.8. * gnu/packages/gnome.scm (deja-dup)[inputs]: Add libhandy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-04gnu: parlatype: Update to 3.0.Nicolas Goaziou
* gnu/packages/gnome.scm (parlatype): Update to 3.0. [homepage]: Update URL.
2021-10-31gnu: libadwaita: Fix invalid texinfo.Efraim Flashner
* gnu/packages/gnome.scm (libadwaita)[description]: Fix invalid texinfo.
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-31gnu: dconf: Increase test timeout further.Timotej Lazar
The “engine” test hit the previous 90s time limit when cross-compiling on a less powerful machine. * gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300s in 'increase-test-timeout phase. Drop trailing #t. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-29gnu: komikku: Update to 0.35.2.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.35.2.
2021-10-23gnu: Use 'search-input-file' some more.Ludovic Courtès
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.
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-17gnu: deja-dup: Sort inputs alphabetically.Efraim Flashner
* gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically. [native-inputs]: Same.
2021-10-17gnu: deja-dup: Let deja-dup find duplicity.Vivien Kraus
* 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>
2021-10-17gnu: workrave: Update to 1.10.48.Jovany Leandro G.C
* gnu/packages/gnome.scm (workrave): Update to 1.10.48. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-15gnu: font-abattis-cantarell: Update variable name.Tobias Geerinckx-Rice
* 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.
2021-10-14gnu: komikku: Update to 0.35.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.35.1.
2021-10-14Merge branch 'master' into core-updates-frozenMarius Bakke
2021-10-13gnu: gnome-bluetooth: Add missing inputs for tests.Guillaume Le Vaillant
* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
2021-10-13gnu: gsound: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here.
2021-10-13gnu: apostrophe: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
2021-10-13gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice
* 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.
2021-10-13gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice
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.
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-12gnu: komikku: Update to 0.35.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.35.0.
2021-10-07gnu: dconf-editor: Update to 3.38.3.Guillaume Le Vaillant
* gnu/packages/gnome.scm (dconf-editor): Update to 3.38.3.
2021-10-04gnu: vinagre: Fix compiling with gcc 10.Guillaume Le Vaillant
* gnu/packages/gnome.scm (vinagre)[arguments]: Add '-fcommon' to CFLAGS.
2021-10-04gnu: brasero: Embed growisofs from dvd+rw-tools input.Tobias Geerinckx-Rice
* 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.
2021-10-04gnu: brasero: Update to 3.12.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (brasero): Update to 3.12.3.
2021-10-02services: gdm: Add Wayland support.Josselin Poiret
* 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>
2021-10-02gnu: Add Wayland support for GDM.Josselin Poiret
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>
2021-10-02gnu: gthumb: Add optional dependencies.Vinicius Monego
* 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>
2021-10-02gnu: gthumb: Update to 3.12.0.Vinicius Monego
* gnu/packages/gnome.scm (gthumb): Update to 3.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02gnu: gdm: Add the Guix icon.Mathieu Othacehe
* gnu/packages/gnome.scm (gdm)[arguments]: Add a new 'install-logo phase. [native-inputs]: Add guix-icons.
2021-10-02gnu: gnome-weather: Fix GNOME integration.Mathieu Othacehe
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.
2021-10-02gnu: gnome-music: Add gst-plugins-good.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-music)[inputs]: Add gst-plugins-good.
2021-10-02gnu: gnome: Add tracker-miners.Mathieu Othacehe
This is needed by several Gnome applications such as gnome-photos and gnome-music. * gnu/packages/gnome.scm (gnome): Add tracker-miners.
2021-10-02gnu: gnome-tweaks: Update to 40.0.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-tweaks): Update to 40.0. [source]: Fix the URI. [arguments]: Remove trailing #t. [native-inputs]: Add glib@bin.
2021-10-02gnu: gnome-dictionary: Update to 40.0.Mathieu Othacehe
* 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.
2021-10-02gnu: devhelp: Update to 40.1.Mathieu Othacehe
* gnu/packages/gnome.scm (devhelp): Update to 40.1. [source]: Fix the URI. [arguments]: Remove trailing #t.
2021-10-02gnu: gnome-sudoku: Update to 40.2.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2. [source]: Fix the URI. [arguments]: Remove trailing #t.
2021-10-02gnu: gnome-mines: Update to 40.0.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-mines): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t.
2021-10-02gnu: gnome-shell: Update to 40.5.Mathieu Othacehe
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.
2021-10-02gnu: gnome: Remove gnome-getting-started-docs.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome): Remove it.
2021-10-02gnu: gnome: Add gnome-music and gnome-photo.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome): Add gnome-music and gnome-photo. Also fix the indentation.
2021-10-02gnu: gnome-photos: Update to 40.0.Mathieu Othacehe
* gnu/packages/gnome.scm (gnome-photos): Update to 40.0. [source]: Fix the URI. [arguments]: Remove a trailing #t.