summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Expand)Author
2021-11-25gnu: adwaita-icon-theme: Fix the conditional native input....This is a follow up to commit 16afb35ac9. * gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Add an extra layer of parenthesizes on the conditional input to be spliced. Maxim Cournoyer
2021-11-25gnu: libsoup: Update to 3.0.3....This resolves test failures on 32 bit platforms (see: https://gitlab.gnome.org/GNOME/libsoup/-/issues/236). * gnu/packages/gnome.scm (libsoup): Update to 3.0.3. Maxim Cournoyer
2021-11-25gnu: adwaita-icon-theme: Fix build on non-x86_64 targets....* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Do not provide use 'gtk-encode-symbolic-svg' unless building for x86_64. Maxim Cournoyer
2021-11-25gnu: vinagre: Build with '-O2'....* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g". Ludovic Courtès
2021-11-25gnu: glib-networking: Update to 2.70.0....It was erroneously thought when updating to 2.70rc in commit 60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef that 2.70.0 was not yet released. * gnu/packages/gnome.scm (glib-networking): Update to 2.70.0. Maxim Cournoyer
2021-11-24gnu: shotwell: Build with libsoup 2....* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace webkitgtk with webkitgtk-with-libsoup2. Leo Famulari
2021-11-24gnu: glib-networking: Work around test failure on 32-bit platforms....On 32-bit platforms with a 32-bit 'time_t', we'd get this test failure: GLib-Net:ERROR:../glib-networking-2.70.rc/tls/tests/certificate.c:689:test_certificate_not_valid_after: assertion failed (actual_str == EXPECTED_NOT_VALID_AFTER): ("2037-12-31T23:23:23Z" == "2046-07-25T18:13:10Z") This commit includes the workaround implemented upstream. * gnu/packages/patches/glib-networking-32-bit-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[arguments]: New field. Ludovic Courtès
2021-11-24gnu: geary: Remove trailing #T....* gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check phase. Ricardo Wurmus
2021-11-24gnu: geary: Add missing input....* gnu/packages/gnome.scm (geary)[native-inputs]: Add gsettings-desktop-schemas for tests. Ricardo Wurmus
2021-11-24gnu: gdm: Pass GDK_PIXBUF_MODULE_FILE to sessions....* gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch: Add patch. * gnu/local.mk (dist_patch_DATA): List it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm (gdm-shepherd-service): Pass GDK_PIXBUF_MODULE_FILE. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Josselin Poiret
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23gnu: piper: Update to 0.6....* gnu/packages/gnome.scm (piper): Update to 0.6. [inputs]: Add libratbag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley
2021-11-23gnu: libratbag: Update to 0.16....* gnu/packages/gnome.scm (libratbag): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley
2021-11-22gnu: gupnp-igd: Set HOME before 'check' phase....* gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase. Ludovic Courtès
2021-11-21gnu: network-manager: Build with Meson 0.60....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. Ludovic Courtès
2021-11-21gnu: nautilus: Update to 41.0....* 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> Vivien Kraus
2021-11-21gnu: gnome-autoar: Update to 0.4.1....* 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> Vivien Kraus
2021-11-21gnu: gnome-session: Restore elogind support....* 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> Timothy Sample
2021-11-20gnu: gnome-shell: Update to 41.0....* 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. Maxim Cournoyer
2021-11-20gnu: gsettings-desktop-schemas: Update to 41.0....* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 41.0. Reformat synopsis and description. [origin]: Fix indentation. Maxim Cournoyer
2021-11-20gnu: gjs: Update to 1.70.0....* gnu/packages/gnome.scm (gjs): Update to 1.70.0. Maxim Cournoyer
2021-11-20gnu: mutter: Update to 41.0 and enable tests....* 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. Maxim Cournoyer
2021-11-19gnu: geary: Upgrade to 40.0...* gnu/packages/gnome.scm (geary): Upgrade to 40.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus
2021-11-18gnu: libdmapsharing: Build against libsoup 2....* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2. Ludovic Courtès
2021-11-18gnu: gthumb: Build with Meson 0.59....* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson. Ludovic Courtès
2021-11-18gnu: terminator: Use GUIX_PYTHONPATH....* gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in 'wrap-program phase. Ricardo Wurmus
2021-11-18gnu: terminator: Remove trailing #T....* gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus
2021-11-18gnu: gnome: Use at-spi2-core-minimal....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. Timothy Sample
2021-11-18gnu: sushi: Fix build by using libsoup@2....* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Timothy Sample
2021-11-18gnu: cheese: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (cheese)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-shell: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-shell)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-control-center: Fix build....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. Timothy Sample
2021-11-18gnu: simple-scan: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (simple-scan)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: colord: Enable Vala bindings....* gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to [native-inputs]: Add vala. Timothy Sample
2021-11-18gnu: totem: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (totem)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-user-share: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-user-share)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-initial-setup: Fix build....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. Timothy Sample
2021-11-18gnu: gnome-music: Fix build....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. Timothy Sample
2021-11-18gnu: gnome-photos: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-photos)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: folks: Update to 0.15.3....* gnu/packages/gnome.scm (folks): Update to 0.15.3. Timothy Sample
2021-11-18gnu: grilo: Fix build by using libsoup@2....* gnu/packages/gnome.scm (grilo)[inputs]: Replace libsoup with libsoup-minimal-2. Timothy Sample
2021-11-18gnu: gssdp: Use libsoup@2 and propagate it....* gnu/packages/gnome.scm (gssdp)[inputs]: Remove libsoup. [propagated-inputs]: Add libsoup-minimal-2. Timothy Sample
2021-11-18gnu: evolution-data-server: Propagate libsoup@2....All of the .pc files require version 2. * gnu/packages/gnome.scm (evolution-data-server) [propagated-inputs]: Replace libsoup with libsoup-minimal-2. Timothy Sample
2021-11-18gnu: gedit: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gedit)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-disk-utility: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-disk-utility) [arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-weather: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-weather)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-font-viewer: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-characters: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-characters)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: eog: Build with Meson 0.59....See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (eog)[arguments]: Use meson-0.59. Timothy Sample
2021-11-18gnu: gnome-builder: Upgrade to 41.2....* 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> Vivien Kraus