summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * gnu: piper: Update to 0.6.Brendan Tildesley2021-11-23
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (piper): Update to 0.6. [inputs]: Add libratbag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libratbag: Update to 0.16.Brendan Tildesley2021-11-23
| | | | | | | | | | | | * gnu/packages/gnome.scm (libratbag): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gupnp-igd: Set HOME before 'check' phase.Ludovic Courtès2021-11-22
| | | | | | | | * gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
* | gnu: network-manager: Build with Meson 0.60.Ludovic Courtès2021-11-21
| | | | | | | | | | | | | | | | | | | | | | This is another way to address <https://github.com/mesonbuild/meson/issues/9492> as suggested by Nirbheek Chauhan and Paolo Bonzini. * gnu/packages/patches/network-manager-meson.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (network-manager)[source]: Use it. [arguments]: Remove #:meson.
* | gnu: nautilus: Update to 41.0.Vivien Kraus2021-11-21
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (nautilus): Upgrade to 41.0. * gnu/packages/gnome.scm (nautilus) [arguments]: Use meson 0.59. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: gnome-autoar: Update to 0.4.1.Vivien Kraus2021-11-21
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.1. * gnu/packages/gnome.scm (gnome-autoar) [build-system]: Switch to meson. * gnu/packages/gnome.scm (gnome-autoar) [native-inputs]: Add glib:bin for glib-mkenums. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: gnome-session: Restore elogind support.Timothy Sample2021-11-21
| | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gnome-session-support-elogind.patch: New file. * gnu/local.mk: Add it. * gnu/packages/gnome.scm (gnome-session)[source]: Use it. [arguments]: Add "-Delogind=true" to #:configure-flags; remove phases that patch in old-style elogind support. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: gnome-shell: Update to 41.0.Maxim Cournoyer2021-11-20
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-shell): Update to 41.0. [origin]: Remove patches and modules fields. [phases]{pre-check}: Set HOME. * gnu/packages/patches/gnome-shell-disable-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* | gnu: gsettings-desktop-schemas: Update to 41.0.Maxim Cournoyer2021-11-20
| | | | | | | | | | | | * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 41.0. Reformat synopsis and description. [origin]: Fix indentation.
* | gnu: gjs: Update to 1.70.0.Maxim Cournoyer2021-11-20
| | | | | | | | * gnu/packages/gnome.scm (gjs): Update to 1.70.0.
* | gnu: mutter: Update to 41.0 and enable tests.Maxim Cournoyer2021-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (mutter): Update to 41.0. [imported-modules, modules]: New arguments. [configure-flags]: Specify the gles2_libname, egl_device and wayland_eglstream options. Enable the profiler by removing the option. [phases]{patch-dlopen-calls}: New phase. {disable-problematic-tests}: Likewise. {check}: Override phase. [native-inputs]{xorg-server-for-tests}: Replace with... {xvfb-run}: ... this. {adwaita-icon-theme, libxcursor, pipewire-0.3} {python-dbus, python-dbusmock, tini}: New native inputs. [propagated-inputs]: Add libxcvt. [inputs]: Add egl-wayland and sysprof.
* | gnu: geary: Upgrade to 40.0Vivien Kraus2021-11-19
| | | | | | | | | | | | * gnu/packages/gnome.scm (geary): Upgrade to 40.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libdmapsharing: Build against libsoup 2.Ludovic Courtès2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
* | gnu: gthumb: Build with Meson 0.59.Ludovic Courtès2021-11-18
| | | | | | | | * gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
* | gnu: terminator: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in 'wrap-program phase.
* | gnu: terminator: Remove trailing #T.Ricardo Wurmus2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from build phases.
* | gnu: gnome: Use at-spi2-core-minimal.Timothy Sample2021-11-18
| | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51916>. Reported by Vivien Kraus <vivien@planete-kraus.eu>. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Replace at-spi2-core with at-spi2-core-minimal.
* | gnu: sushi: Fix build by using libsoup@2.Timothy Sample2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* | gnu: cheese: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (cheese)[arguments]: Use meson-0.59.
* | gnu: gnome-shell: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-shell)[arguments]: Use meson-0.59.
* | gnu: gnome-control-center: Fix build.Timothy Sample2021-11-18
| | | | | | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-control-center) [arguments]: Use meson-0.59. [inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: simple-scan: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (simple-scan)[arguments]: Use meson-0.59.
* | gnu: colord: Enable Vala bindings.Timothy Sample2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to [native-inputs]: Add vala.
* | gnu: totem: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (totem)[arguments]: Use meson-0.59.
* | gnu: gnome-user-share: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-user-share)[arguments]: Use meson-0.59.
* | gnu: gnome-initial-setup: Fix build.Timothy Sample2021-11-18
| | | | | | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-initial-setup) [arguments]: Use meson-0.59. [inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* | gnu: gnome-music: Fix build.Timothy Sample2021-11-18
| | | | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-music)[arguments]: Use meson-0.59. [inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: gnome-photos: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-photos)[arguments]: Use meson-0.59.
* | gnu: folks: Update to 0.15.3.Timothy Sample2021-11-18
| | | | | | | | * gnu/packages/gnome.scm (folks): Update to 0.15.3.
* | gnu: grilo: Fix build by using libsoup@2.Timothy Sample2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (grilo)[inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: gssdp: Use libsoup@2 and propagate it.Timothy Sample2021-11-18
| | | | | | | | | | * gnu/packages/gnome.scm (gssdp)[inputs]: Remove libsoup. [propagated-inputs]: Add libsoup-minimal-2.
* | gnu: evolution-data-server: Propagate libsoup@2.Timothy Sample2021-11-18
| | | | | | | | | | | | | | All of the .pc files require version 2. * gnu/packages/gnome.scm (evolution-data-server) [propagated-inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: gedit: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gedit)[arguments]: Use meson-0.59.
* | gnu: gnome-disk-utility: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-disk-utility) [arguments]: Use meson-0.59.
* | gnu: gnome-weather: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-weather)[arguments]: Use meson-0.59.
* | gnu: gnome-font-viewer: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Use meson-0.59.
* | gnu: gnome-characters: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-characters)[arguments]: Use meson-0.59.
* | gnu: eog: Build with Meson 0.59.Timothy Sample2021-11-18
| | | | | | | | | | | | See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (eog)[arguments]: Use meson-0.59.
* | gnu: gnome-builder: Upgrade to 41.2.Vivien Kraus2021-11-18
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm: Import modules llvm and markup for gnome-builder. (gnome-builder): Upgrade to 41.2. [arguments]: Add #:glib-or-gtk? #t to compile the schemas. [configure-flags]: Enable more plugins. [phase patch-meson]: Pretend we’re building with webkit2gtk-4.1. [inputs]: Add cmark (markup support), clang and llvm, devhelp, glade, libportal and libsoup 2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: sysprof: Upgrade to 3.42.1.Vivien Kraus2021-11-18
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (sysprof): Upgrade to 3.42.1. [propagated-inputs]: Add polkit. [inputs]: Add json-glib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: devhelp: Add missing propagated input.Vivien Kraus2021-11-18
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (devhelp) [propagated-inputs]: Add gsettings-desktop-schemas. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gnome-screenshot: Fix build with Meson 0.60.0.Jack Hill2021-11-18
| | | | | | | | | | | | | | | | * gnu/packages/patches/gnome-screenshot-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-screenshot)[patches]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libsoup: Depend on a fixed version of Samba.Ludovic Courtès2021-11-17
| | | | | | | | | | | | | | | | This avoids big rebuilds when Samba is upgraded. * gnu/packages/samba.scm (samba/fixed): New variable. * gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Use it instead of SAMBA.
* | gnu: deja-dup: Use libsoup 2.Vivien Kraus2021-11-16
| | | | | | | | | | | | * gnu/packages/gnome.scm (deja-dup)[inputs]: Use libsoup 2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | gnu: gnome-calendar: Fix build.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-calendar)[arguments]: Use meson 0.59. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | gnu: gnome-mines: Fix build.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-mines)[arguments]: Use meson 0.59. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | gnu: devhelp: Upgrade to 41.2.Vivien Kraus2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (devhelp): Upgrade to 41.2 to upgrade the webkit dependency to 4.1. [arguments]: Use meson 0.59. In 'skip-gtk-update-icon-cache' phase, the post install script has been moved from meson_post_install.py to build-aux/meson/. In 'fix-devhelp-gir-inputs' phase, the devhelp GIR still mentions webkit 4.0, use 4.1 instead. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: seahorse: Upgrade to 41.0.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (seahorse): Upgrade to 41.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: seahorse: Use libsoup 2.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (seahorse) [inputs]: Use libsoup 2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>