summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* Revert commits made to resolve a gdk-pixbuf+svg propagation issue.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/50957>. This reverts the following commits: - 42231bc (gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - ad6a950 (gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - 5e02d1a (gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - 5c467b2 (gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - 26487f6 (gnu: librsvg-next: Do not propagate gdk-pixbuf) - d891922 (gnu: librsvg: Do not propagate gdk-pixbuf) - 22476d3 (gnu: libgsf: Do not propagate gdk-pixbuf) - 099ca0e (gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - fb6a1ff (gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) - 4fb525d (gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf) These commits were made to resolve a gdk-pixbuf loaders clash that could occur in a profile when both gdk-pixbuf and gdk-pixbuf+svg were propagated. Unfortunately, librsvg really needs to propagate gdk-pixbuf itself, which would introduce a cycle. Packages such as 'efl' were broken as a result of not propagating gdk-pixbuf. A more definitive fix will be proposed for core-updates, which includes a profile hook to generate the gdk-pixbuf loaders.cache file, as well as a build phase and search path specification, that should resolve the issue for good.
* gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: librsvg-next: Do not propagate gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.Maxim Cournoyer2021-11-11
| | | | | | | | 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.
* gnu: librsvg: Add a debug output.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gnome.scm (librsvg): Add a debug output.
* gnu: deja-dup: Update to 42.8.Vivien Kraus2021-11-09
| | | | | | | * 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>
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\
| * gnu: parlatype: Update to 3.0.Nicolas Goaziou2021-11-04
| | | | | | | | | | * gnu/packages/gnome.scm (parlatype): Update to 3.0. [homepage]: Update URL.
* | gnu: libadwaita: Fix invalid texinfo.Efraim Flashner2021-10-31
| | | | | | | | * gnu/packages/gnome.scm (libadwaita)[description]: Fix invalid texinfo.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: dconf: Increase test timeout further.Timotej Lazar2021-10-31
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: komikku: Update to 0.35.2.Liliana Marie Prikler2021-10-29
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.35.2.
* | 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.