summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Collapse)AuthorAge
...
* | 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>
* | gnu: gcr: Upgrade to 3.41.0.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (gcr): Upgrade to 3.41.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gnome-tweaks: Add bash-minimal as an input.Vivien Kraus2021-11-15
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Add bash-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gnome-tweaks: Set the python path.Vivien Kraus2021-11-15
| | | | | | | | | | | | | | gnu/packages/gnome.scm (gnome-tweaks)[phase wrap-gi-typelib-and-python]: Also wrap with GUIX_PYTHONPATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: gnome-tweaks: Use libhandy 1.Vivien Kraus2021-11-15
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Use libhandy 1, not libhandy 0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: epiphany: Use different webkitgtk variant.Ricardo Wurmus2021-11-14
| | | | | | | | | | * gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* | gnu: epiphany: Use meson 0.59.Ricardo Wurmus2021-11-14
| | | | | | | | * gnu/packages/gnome.scm (epiphany)[arguments]: Use meson 0.59.
* | gnu: gnome-tweaks: Use meson 0.59.Ricardo Wurmus2021-11-14
| | | | | | | | * gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
* | gnu: nautilus: Use libsoup 2 because of tracker.Vivien Kraus2021-11-13
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (nautilus)[inputs]: Replace libsoup with libsoup-minimal-2. [arguments]: Use meson 0.59. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | gnu: tracker-miners: Require the same libsoup as tracker.Vivien Kraus2021-11-13
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (tracker-miners)[inputs]: Use the same libsoup version as tracker. (tracker)[inputs]: Warn that tracker-miners should use the same version of libsoup. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | gnu: dconf-editor: Use meson 0.59.Guillaume Le Vaillant2021-11-13
| | | | | | | | * gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
* | gnu: gnome-sudoku: Use meson 0.59.Guillaume Le Vaillant2021-11-13
| | | | | | | | * gnu/packages/gnome.scm (gnome-sudoku)[arguments]: Add 'meson' parameter.
* | gnu: gnome-calculator: Use libsoup 2.Guillaume Le Vaillant2021-11-13
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-calculator)[inputs]: Replace libsoup by libsoup-minimal-2.
* | gnu: evolution: Update to 3.42.1.Maxim Cournoyer2021-11-12
| | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (evolution): Update to 3.42.1. Remove trailing #t. [source]: Remove patches. [phases]{adjust-webkitgtk-version}: New phase. * gnu/packages/patches/evolution-CVE-2020-11879.patch: Delete file. * gnu/packages/patches/evolution-printableoptions.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register them.
* | gnu: evolution-data-server: Update to 3.42.1.Maxim Cournoyer2021-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (evolution-data-server): Update to 3.42.1. Delete trailing #t. [origin]: Remove patches. [phases]{adjust-webkitgtk-version}: New phase. * gnu/packages/patches/evolution-data-server-CVE-2020-14928.patch: Likewise. * gnu/packages/patches/evolution-data-server-CVE-2020-16117.patch: Likewise. * gnu/packages/patches/evolution-data-server-libical-compat.patch: Likewise. * gnu/packages/patches/evolution-data-server-locales.patch: Likewise. * gnu/packages/patches/evolution-data-server-printableoptions.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* | gnu: gnome-settings-daemon: Update to 41.0.Maxim Cournoyer2021-11-12
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 41.0. Remove trailing #t. [meson]: Use meson-0.59.