Ludovic Courtès
90570b5e9f
gnu: libsoup: Remove unneeded dependency on PHP.
...
* gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove PHP.
2021-12-05 23:10:44 +01:00
Ludovic Courtès
2561f2720f
gnu: gtk+: Use 'librsvg-for-system'.
...
This brings back SVG support on non-x86_64 platforms.
* gnu/packages/gtk.scm (gtk+)[inputs]: Use 'librsvg-for-system'
unconditionally.
[arguments]: In 'disable-failing-tests' phase, remove conditional
substitutions aimed for non-x86_64 targets lacking librsvg support.
* gnu/packages/gnome.scm (libhandy)[arguments]: Likewise, remove
'skip-test-that-requires-svg' phase.
2021-12-05 22:42:26 +01:00
Ludovic Courtès
c19f968cbd
gnu: librsvg@2.40: Depend on the default Pango version.
...
This avoids conflicts where, say, gtk+ would pull pango@1.44 whereas
mate-control-center would additionally pull pango@1.42 via librsvg@2.40
on i686-linux.
* gnu/packages/gnome.scm (librsvg-2.40)[arguments]: In
'remove-failing-tests' phase, remove two additional tests.
[inputs]: Change PANGO-1.42 to PANGO.
2021-12-05 22:42:25 +01:00
Ludovic Courtès
85c07e330c
gnu: gtranslator: Fix URL.
...
Reported by Vivien Kraus.
* gnu/packages/gnome.scm (gtranslator)[source]: Change
'version-major+minor' to 'version-major'.
2021-12-05 22:42:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Vivien Kraus
f8490817e7
gnu: evolution: Build with libsoup 2.
...
* gnu/packages/gnome.scm (evolution) [phase adjust-webkitgtk-version]: Remove
it.
[inputs]: Depend on webkitgtk-with-libsoup2 instead of webkitgtk.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-05 08:42:03 +01:00
Ludovic Courtès
3ee142ebd6
gnu: libhandy: Skip test that requires librsvg on non-x86_64.
...
* gnu/packages/gnome.scm (libhandy)[arguments]: Add
'skip-test-that-requires-svg' phase on non-x86_64.
2021-12-04 22:39:47 +01:00
Ludovic Courtès
73f78d556b
gnu: gtranslator: Update to 40.0.
...
* gnu/packages/gnome.scm (gtranslator): Update to 40.0.
[inputs]: Add LIBHANDY.
2021-12-04 22:39:46 +01:00
Ludovic Courtès
d4c4348d83
gnu: gtranslator: Fix compilation.
...
* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with
LIBSOUP-MINIMAL-2.
[arguments]: Pass #:meson.
2021-12-04 22:39:46 +01:00
Ludovic Courtès
3f03f502ee
gnu: libgda: Do not use the bundled sqlite.
...
* gnu/packages/gnome.scm (libgda)[source]: Add snippet.
[arguments]: Pass "--enable-system-sqlite".
[inputs]: Add SQLITE.
2021-12-04 22:39:46 +01:00
Ludovic Courtès
e080e35dc1
gnu: glade: Remove dependency on GJS on non-x86_64.
...
* gnu/packages/gnome.scm (glade3)[arguments]: Add optional
'skip-gjs-test' phase.
[native-inputs]: Provide GJS only when 'target-x86-64?'.
2021-12-02 14:59:57 +01:00
Ludovic Courtès
d371abbd0f
gnu: librsvg: Add 'librsvg-for-system' procedure.
...
* gnu/packages/gnome.scm (librsvg-for-system): New procedure.
2021-12-02 14:59:56 +01:00
Ludovic Courtès
8477a6d743
gnu: librsvg: Reintroduce version 2.40.
...
* gnu/packages/gnome.scm (librsvg-2.40): New variable.
2021-12-02 14:59:56 +01:00
Ricardo Wurmus
f1fd313e48
gnu: gnome-shell: Do not wrap in LD_LIBRARY_PATH.
...
Fixes <https://bugs.gnu.org/37123 >.
* gnu/packages/gnome.scm (gnome-shell)[arguments]: Remove LD_LIBRARY_PATH from
wrapper.
2021-12-02 10:52:45 +01:00
Vivien Kraus
762643e0fc
gnu: gnome-builder: Use libsoup 2.
...
* gnu/packages/gnome.scm (gnome-builder) [phase 'patch-meson]: Don’t search
for webkit2gtk-4.1.
[inputs]: Replace devhelp with devhelp-with-libsoup2 and
webkit with webkit-with-libsoup2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-01 10:01:44 +01:00
Vivien Kraus
89907521ef
gnu: devhelp: Add a libsoup 2 variant.
...
* gnu/packages/gnome.scm (devhelp-with-libsoup2): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-01 10:01:38 +01:00
Mathieu Othacehe
3466c055e6
gnu: gnome-boxes: Add Guix logo support.
...
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-boxes): Use it.
2021-11-27 13:43:54 +01:00
Guillaume Le Vaillant
6034c3599b
gnu: evolution-data-server: Fix build.
...
* gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by
webkitgtk-with-libsoup2.
[arguments]: Remove 'adjust-webkitgtk-version' phase.
2021-11-26 13:23:31 +01:00
Maxim Cournoyer
a41aea131a
gnu: libsoup: Disable the hsts test.
...
The test was found to fail on i686-linux.
* gnu/packages/gnome.scm (libsoup-minimal)[phases]
{adjust-tests}: De-register the hsts test.
2021-11-26 01:11:35 -05:00
Maxim Cournoyer
b1dd71c0b3
gnu: 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.
2021-11-25 23:49:30 -05:00
Maxim Cournoyer
5084e21819
gnu: 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.
2021-11-25 22:19:52 -05:00
Maxim Cournoyer
16afb35ac9
gnu: 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.
2021-11-25 22:19:00 -05:00
Ludovic Courtès
9c1a5629e5
gnu: vinagre: Build with '-O2'.
...
* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
2021-11-25 15:08:51 +01:00
Maxim Cournoyer
f2bdd5a43d
gnu: glib-networking: Update to 2.70.0.
...
It was erroneously thought when updating to 2.70rc in commit
60e2a3bd5e
that 2.70.0 was not yet released.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.0.
2021-11-25 01:04:17 -05:00
Leo Famulari
5ee8a1d1e3
gnu: shotwell: Build with libsoup 2.
...
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace
webkitgtk with webkitgtk-with-libsoup2.
2021-11-24 17:45:01 -05:00
Ludovic Courtès
3e810b846a
gnu: 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.
2021-11-24 18:44:26 +01:00
Ricardo Wurmus
9cc8ee15d0
gnu: geary: Remove trailing #T.
...
* gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check
phase.
2021-11-24 13:52:36 +01:00
Ricardo Wurmus
d53703e4e2
gnu: geary: Add missing input.
...
* gnu/packages/gnome.scm (geary)[native-inputs]: Add
gsettings-desktop-schemas for tests.
2021-11-24 13:52:03 +01:00
Josselin Poiret
c3fd310d8f
gnu: 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>
2021-11-24 01:02:37 -05:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Brendan Tildesley
69be242750
gnu: 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>
2021-11-23 10:24:26 +01:00
Brendan Tildesley
b6e3929205
gnu: libratbag: Update to 0.16.
...
* gnu/packages/gnome.scm (libratbag): Update to 0.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Ludovic Courtès
98eca86435
gnu: gupnp-igd: Set HOME before 'check' phase.
...
* gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
2021-11-22 23:50:55 +01:00
Ludovic Courtès
f862d7fb8d
gnu: 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.
2021-11-21 23:01:15 +01:00
Vivien Kraus
a0e5af4593
gnu: 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>
2021-11-21 09:08:52 -05:00
Vivien Kraus
fcf60dad58
gnu: 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>
2021-11-21 09:08:52 -05:00
Timothy Sample
404c7eedfe
gnu: 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>
2021-11-21 09:08:51 -05:00
Maxim Cournoyer
afacad8b67
gnu: 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.
2021-11-20 08:57:01 -05:00
Maxim Cournoyer
b342b68c83
gnu: 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.
2021-11-20 08:57:01 -05:00
Maxim Cournoyer
9e87a92742
gnu: gjs: Update to 1.70.0.
...
* gnu/packages/gnome.scm (gjs): Update to 1.70.0.
2021-11-20 08:57:01 -05:00
Maxim Cournoyer
d1c2fe248a
gnu: 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.
2021-11-20 08:57:01 -05:00
Vivien Kraus
d9e3c1b0b3
gnu: geary: Upgrade to 40.0
...
* gnu/packages/gnome.scm (geary): Upgrade to 40.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:15 +01:00
Ludovic Courtès
427d95f7af
gnu: libdmapsharing: Build against libsoup 2.
...
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
2021-11-18 22:09:25 +01:00
Ludovic Courtès
ae716a4966
gnu: gthumb: Build with Meson 0.59.
...
* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
2021-11-18 22:00:02 +01:00
Ricardo Wurmus
053ac3751e
gnu: terminator: Use GUIX_PYTHONPATH.
...
* gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in
'wrap-program phase.
2021-11-18 19:34:20 +00:00
Ricardo Wurmus
d6a970dbf6
gnu: terminator: Remove trailing #T.
...
* gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from
build phases.
2021-11-18 19:33:54 +00:00
Timothy Sample
fc3e4ef0db
gnu: 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.
2021-11-18 12:11:53 -05:00
Timothy Sample
749dec114f
gnu: sushi: Fix build by using libsoup@2.
...
* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
2021-11-18 10:10:17 -05:00
Timothy Sample
9f94eb3d7b
gnu: cheese: Build with Meson 0.59.
...
See <https://github.com/mesonbuild/meson/issues/9441 >.
* gnu/packages/gnome.scm (cheese)[arguments]: Use meson-0.59.
2021-11-18 10:10:17 -05:00
Timothy Sample
ff7f928a10
gnu: 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.
2021-11-18 10:10:17 -05:00
Timothy Sample
17ebc4eebe
gnu: 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.
2021-11-18 10:10:17 -05:00
Timothy Sample
40372653d9
gnu: 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.
2021-11-18 10:10:16 -05:00
Timothy Sample
08806af6b1
gnu: colord: Enable Vala bindings.
...
* gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to
[native-inputs]: Add vala.
2021-11-18 10:10:16 -05:00
Timothy Sample
6303c3c4fa
gnu: totem: Build with Meson 0.59.
...
See <https://github.com/mesonbuild/meson/issues/9441 >.
* gnu/packages/gnome.scm (totem)[arguments]: Use meson-0.59.
2021-11-18 10:10:16 -05:00
Timothy Sample
85fbf6d1fa
gnu: 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.
2021-11-18 10:10:16 -05:00
Timothy Sample
3f99ed39dc
gnu: 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.
2021-11-18 10:10:16 -05:00
Timothy Sample
0e2c8290d5
gnu: 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.
2021-11-18 10:10:15 -05:00
Timothy Sample
49150b1493
gnu: 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.
2021-11-18 10:10:15 -05:00
Timothy Sample
836b6b654a
gnu: folks: Update to 0.15.3.
...
* gnu/packages/gnome.scm (folks): Update to 0.15.3.
2021-11-18 10:10:15 -05:00
Timothy Sample
589b71098f
gnu: grilo: Fix build by using libsoup@2.
...
* gnu/packages/gnome.scm (grilo)[inputs]: Replace libsoup with
libsoup-minimal-2.
2021-11-18 10:10:15 -05:00
Timothy Sample
7f9126b85b
gnu: gssdp: Use libsoup@2 and propagate it.
...
* gnu/packages/gnome.scm (gssdp)[inputs]: Remove libsoup.
[propagated-inputs]: Add libsoup-minimal-2.
2021-11-18 10:10:14 -05:00
Timothy Sample
66ff6f3718
gnu: 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.
2021-11-18 10:10:14 -05:00
Timothy Sample
3904f33580
gnu: gedit: Build with Meson 0.59.
...
See <https://github.com/mesonbuild/meson/issues/9441 >.
* gnu/packages/gnome.scm (gedit)[arguments]: Use meson-0.59.
2021-11-18 10:10:14 -05:00
Timothy Sample
4f67a94d14
gnu: 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.
2021-11-18 10:10:14 -05:00
Timothy Sample
07170f6c49
gnu: 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.
2021-11-18 10:10:13 -05:00
Timothy Sample
c8fa0c46d4
gnu: 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.
2021-11-18 10:10:13 -05:00
Timothy Sample
dd5dbbfa58
gnu: 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.
2021-11-18 10:10:13 -05:00
Timothy Sample
4a77a70db0
gnu: eog: Build with Meson 0.59.
...
See <https://github.com/mesonbuild/meson/issues/9441 >.
* gnu/packages/gnome.scm (eog)[arguments]: Use meson-0.59.
2021-11-18 10:10:08 -05:00
Vivien Kraus
9502c56bfb
gnu: 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>
2021-11-18 14:46:49 +01:00
Vivien Kraus
ee98739c83
gnu: sysprof: Upgrade to 3.42.1.
...
* 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>
2021-11-18 14:46:46 +01:00
Vivien Kraus
e8b2b11b01
gnu: devhelp: Add missing propagated input.
...
* gnu/packages/gnome.scm (devhelp) [propagated-inputs]: Add
gsettings-desktop-schemas.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-18 14:43:49 +01:00
Jack Hill
9322b4d30d
gnu: gnome-screenshot: Fix build with Meson 0.60.0.
...
* 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>
2021-11-18 09:53:16 +01:00
Ludovic Courtès
e77df67cc2
gnu: libsoup: Depend on a fixed version of Samba.
...
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.
2021-11-17 23:57:49 +01:00
Vivien Kraus
d05781c4bb
gnu: deja-dup: Use libsoup 2.
...
* gnu/packages/gnome.scm (deja-dup)[inputs]: Use libsoup 2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-16 11:20:04 +01:00
Vivien Kraus
fe2575f9a9
gnu: gnome-calendar: Fix build.
...
* gnu/packages/gnome.scm (gnome-calendar)[arguments]: Use meson 0.59.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:08:14 +01:00
Vivien Kraus
26e894414a
gnu: gnome-mines: Fix build.
...
* gnu/packages/gnome.scm (gnome-mines)[arguments]: Use meson 0.59.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:05:47 +01:00
Vivien Kraus
04d53fa839
gnu: devhelp: Upgrade to 41.2.
...
* 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>
2021-11-15 12:15:46 +01:00
Vivien Kraus
6e40c00ad1
gnu: seahorse: Upgrade to 41.0.
...
* gnu/packages/gnome.scm (seahorse): Upgrade to 41.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 10:36:49 +01:00
Vivien Kraus
bfa3bf0ffc
gnu: seahorse: Use libsoup 2.
...
* gnu/packages/gnome.scm (seahorse) [inputs]: Use libsoup 2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 10:36:46 +01:00
Vivien Kraus
56f456315f
gnu: gcr: Upgrade to 3.41.0.
...
* gnu/packages/gnome.scm (gcr): Upgrade to 3.41.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 10:36:40 +01:00
Vivien Kraus
b699a4f186
gnu: gnome-tweaks: Add bash-minimal as an input.
...
* gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Add bash-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 10:35:04 +01:00
Vivien Kraus
7978b6454b
gnu: gnome-tweaks: Set the python path.
...
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>
2021-11-15 10:34:54 +01:00
Vivien Kraus
e0b6318a5a
gnu: gnome-tweaks: Use libhandy 1.
...
* gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Use libhandy 1, not libhandy
0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15 10:34:44 +01:00
Ricardo Wurmus
e6e6b5124b
gnu: epiphany: Use different webkitgtk variant.
...
* gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
2021-11-14 23:23:45 +00:00
Ricardo Wurmus
f515adc829
gnu: epiphany: Use meson 0.59.
...
* gnu/packages/gnome.scm (epiphany)[arguments]: Use meson 0.59.
2021-11-14 23:23:10 +00:00
Ricardo Wurmus
4c4f982c33
gnu: gnome-tweaks: Use meson 0.59.
...
* gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
2021-11-14 20:02:04 +00:00
Vivien Kraus
75b5ad6aa3
gnu: nautilus: Use libsoup 2 because of tracker.
...
* 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>
2021-11-13 17:25:06 +00:00
Vivien Kraus
b5941f7be8
gnu: tracker-miners: Require the same libsoup as tracker.
...
* 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>
2021-11-13 09:32:58 +00:00
Guillaume Le Vaillant
142c493056
gnu: dconf-editor: Use meson 0.59.
...
* gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
2021-11-13 09:57:34 +01:00
Guillaume Le Vaillant
98273378a4
gnu: gnome-sudoku: Use meson 0.59.
...
* gnu/packages/gnome.scm (gnome-sudoku)[arguments]: Add 'meson' parameter.
2021-11-13 09:55:18 +01:00
Guillaume Le Vaillant
65bb6040ef
gnu: gnome-calculator: Use libsoup 2.
...
* gnu/packages/gnome.scm (gnome-calculator)[inputs]: Replace libsoup by
libsoup-minimal-2.
2021-11-13 09:52:10 +01:00
Maxim Cournoyer
acd827be09
gnu: evolution: Update to 3.42.1.
...
* 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.
2021-11-12 22:44:56 -05:00
Maxim Cournoyer
ce7d93ceda
gnu: evolution-data-server: Update to 3.42.1.
...
* 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.
2021-11-12 22:29:53 -05:00
Maxim Cournoyer
1de8c00a7b
gnu: gnome-settings-daemon: Update to 41.0.
...
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 41.0.
Remove trailing #t.
[meson]: Use meson-0.59.
2021-11-12 21:59:06 -05:00
Maxim Cournoyer
9c6a1d6933
gnu: gnome-boxes: Fix build.
...
Due to webkitgtk being built with libsoup@3, the pkg-config file it produces
corresponds to 'webkit2gtk-4.1' rather than 'webkit2gtk-4.0', which is the one
gnome-boxes need.
* gnu/packages/gnome.scm (gnome-boxes)[meson]: New argument.
[native-inputs]{libsoup}: Use libsoup-minimal-2.
{webkitgtk}: Use webkitgtk-with-libsoup2.
2021-11-12 17:19:36 -05:00
Vivien Kraus
8ab799faab
gnu: gnome-boxes: Don’t use bundled libhandy.
...
* gnu/packages/gnome.scm (gnome-boxes) [inputs]: Add libhandy.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-11-12 17:23:01 +00:00
Vivien Kraus
90b737bb8d
gnu: gnome-boxes: Update to 41.1.
...
* gnu/packages/gnome.scm (gnome-boxes): Update to 41.1.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-11-12 17:21:24 +00:00
Maxim Cournoyer
f17ca6f2b8
gnu: yelp: Update to 41.0.
...
* gnu/packages/gnome.scm (yelp): Update to 41.0.
2021-11-12 09:35:33 -05:00
Maxim Cournoyer
86389d147d
gnu: yelp-xsl: Update to 41.0.
...
* gnu/packages/gnome.scm (yelp-xsl): Update to 41.0.
[origin]: Adjust URI.
2021-11-12 09:34:58 -05:00
Maxim Cournoyer
ef77c3b3f1
gnu: evince: Use meson-0.59.
...
* gnu/packages/gnome.scm (evince)[meson]: Use meson-0.59.
2021-11-12 01:20:01 -05:00
Maxim Cournoyer
f250004bf9
gnu: libchamplain: Update to 0.12.20.
...
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.20.
[build-system]: Change to meson-build-system.
[propagated-inputs]{libsoup}: Use libsoup 2.
2021-11-12 00:09:14 -05:00
Vivien Kraus
9273d83bc3
gnu: orbit2: Fix parallel build.
...
* gnu/packages/gnome.scm (orbit2): Remove trailing #t.
[phases]: Add a phase so that orbit-name-server-2 depends on
libname-server-2.a.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-11 21:58:37 -05:00
Maxim Cournoyer
59ca8d6483
gnu: glade3: Use meson-0.59.
...
* gnu/packages/gnome.scm (glade3)[meson]: Use meson-0.59.
2021-11-11 12:18:36 -05:00
Maxim Cournoyer
2873ad49a0
gnu: libgweather: Use libsoup 2.
...
* gnu/packages/gnome.scm (libgweather)[inputs]{libsoup}: Use libsoup-minimal-2.
2021-11-11 12:18:36 -05:00
Maxim Cournoyer
d5c79f53d3
gnu: network-manager-applet: Use meson-0.59.
...
* gnu/packages/gnome.scm (network-manager-applet)[meson]: Use meson-0.59.
2021-11-11 12:18:36 -05:00
Maxim Cournoyer
d2dff53dfb
gnu: geocode-glib: Use libsoup 2.
...
* gnu/packages/gnome.scm (geocode-glib)[inputs]{libsoup}: Use libsoup-minimal-2.
2021-11-11 12:18:35 -05:00
Maxim Cournoyer
6d513816f5
gnu: gnome-session: Use meson-0.59.
...
* gnu/packages/gnome.scm (gnome-session)[meson]: Use meson-0.59.
2021-11-11 12:18:35 -05:00
Maxim Cournoyer
f82cb5b57d
gnu: gnome-bluetooth: Use meson-0.59.
...
* gnu/packages/gnome.scm (gnome-bluetooth)[meson]: Use meson-0.59.
2021-11-11 12:18:35 -05:00
Maxim Cournoyer
b2563bc335
gnu: gvfs: Use meson-0.59 to workaround faulty meson.
...
Meson 0.60 now hard fails on errors it previously only warned about.
* gnu/packages/gnome.scm (gvfs)[meson]: Use meson-0.59.
2021-11-11 12:18:32 -05:00
Maxim Cournoyer
0a2a79de97
gnu: libgdata: Use libsoup 2 to fix build.
...
* gnu/packages/gnome.scm (libgdata)[inputs]: Use libsoup-minimal-2.
2021-11-11 12:18:31 -05:00
Maxim Cournoyer
a0d50acf01
gnu: gnome-online-accounts: Update to 3.43.1.
...
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.43.1.
[inputs]{webkitgtk}: Use webkitgtk-with-libsoup2.
2021-11-11 12:18:29 -05:00
Maxim Cournoyer
539b18da3d
gnu: geoclue: Fix build option name.
...
* gnu/packages/gnome.scm (geoclue)[configure-flags]<bus-srv-user>: Rename
to...
<dbus-srv-user>: ... this. The error was caught by meson 0.60.
2021-11-11 12:18:28 -05:00
Maxim Cournoyer
b64d3bb6d4
gnu: network-manager: Update to 1.32.12.
...
* gnu/packages/gnome.scm (network-manager): Update to 1.32.12.
[origin]: Remove snippet field.
[meson]: New argument.
[phases]: Remove trailing #t.
{pre-configure}: Adjust; disable failing jansson test.
* gnu/packages/patches/network-manager-plugin-path.patch: Adjust patch.
2021-11-11 12:18:28 -05:00
Maxim Cournoyer
4621cd7b8d
gnu: tracker: Use libsoup-minimal-2 to fix build.
...
The package doesn't build with libsoup 3 yet.
* gnu/packages/gnome.scm (tracker)[inputs]{libsoup}: Use libsoup-minimal-2.
2021-11-11 12:18:26 -05:00
Maxim Cournoyer
c6f3cb5f03
gnu: dconf: Update to 0.40.0.
...
* gnu/packages/gnome.scm (dconf): Update to 0.40.0.
[configure-flags]: Fix the doc flag; it's named 'gtk_doc', not
'enable-gtk-doc'.
2021-11-11 12:18:26 -05:00
Maxim Cournoyer
000291fd43
gnu: librsvg: Preserve the loaders.cache file.
...
Now that we have a search path that honors it on gdk-pixbuf, it is more
valuable to keep it.
* gnu/packages/gnome.scm (librsvg)[phases]{pre-configure}: Install loaders,
cache file to locations derived from %gdk-pixbuf-loaders-cache-file.
2021-11-11 12:18:20 -05:00
Maxim Cournoyer
feab09f72a
gnu: gtk: Replace gdk-pixbuf+svg by librsvg.
...
With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.
The replacement was automated with the following command:
$ git grep -l ',gdk-pixbuf+svg)' \
| xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
2021-11-11 12:18:20 -05:00
Maxim Cournoyer
f7d88cd470
gnu: libsoup: Update to 3.0.1.
...
* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.1.
[modules]: Delete argument.
[phases]{adjust-tests}: Re-enable ssl-test.
[native-inputs]: Add gnutls, for tests. Move nghttp2:lib to...
[propagated-inputs]: ... here. Add nghttp2, which contains the pkg-config
files.
(vala-0.52): Add older variant.
(libsoup-minimal-2): New variable.
(rest)[propagated-inputs]: Use libsoup-minimal-2.
(geoclue)[inputs]: Likewise.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Likewise.
2021-11-11 12:18:18 -05:00
Maxim Cournoyer
698e6f17bb
gnu: libsoup: Reverse inheritance relationship with libsoup-minimal.
...
Because starting small and adding more on top is easier maintenance-wise than
the reverse.
* gnu/packages/gnome.scm (libsoup-minimal): New variable, made by stripping
all doc-related output, phases and inputs from libsoup.
[outputs]: Remove doc output.
[configure-flags]: Set gtk_doc option to false.
[phases]{patch-docbook-xml, move-doc}: Remove phases.
[native-inputs]{docbook-xml-4.1.2, gtk-doc}: Remove inputs.
(libsoup): Inherit from the above.
[outputs]: Re-add "doc" output.
[configure-flags]: Set gtk_doc option to true.
[phases]{patch-docbook-xml, move-doc}: Re-add phases.
[native-inputs]{docbook-xml-4.1.2, gtk-doc}: Re-add inputs.
2021-11-11 12:18:17 -05:00
Maxim Cournoyer
22ebc35efd
gnu: vala: Update to 0.54.2.
...
* gnu/packages/gnome.scm (vala): Update to 0.54.2. Delete trailing #t.
2021-11-11 12:18:17 -05:00
Maxim Cournoyer
60e2a3bd5e
gnu: glib-networking: Update to 2.70.rc.
...
This resolves test suite errors following the upgrade to glib 2.70.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.rc.
2021-11-11 12:18:17 -05:00
Maxim Cournoyer
9b6a23e524
gnu: rest: Use libsoup-minimal.
...
This is needed to prevent a dependency cycle between Inkscape and GTK+.
* gnu/packages/gnome.scm (rest)[propagated-inputs]
{libsoup}: Use the minimal variant.
2021-11-11 12:18:15 -05:00
Maxim Cournoyer
3790372979
gnu: gusb-minimal: Introduce minimal variant.
...
This is needed to prevent a dependency cycle between Inkscape and GTK+.
* gnu/packages/gnome.scm (gusb-minimal): New variable.
[configure-flags]: Disable docs.
[native-inputs]: Remove gtk-doc.
(gusb): Rewrite in terms of gusb-minimal.
[configure-flags]: Enable docs.
[native-inputs]: Add gtk-doc.
2021-11-11 12:18:14 -05:00
Maxim Cournoyer
0195d4b1c3
gnu: libcloudproviders-minimal: Introduce minimal variant.
...
* gnu/packages/gnome.scm (libcloudproviders-minimal): New minimal variant that
doesn't require Inkscape to be built (through gtk-doc).
[source]: Adjust URI.
[outputs]: Remove field.
[configure-flags]: Disable introspection, docs and vala bindings.
[phases]{move-doc}: Move phase to ...
(libcloudproviders)[phases]: ... here.
Rewrite in terms of libcloudproviders-minimal. The "doc" output is moved
here.
[configure-flags]: Clear inherited flags and enable doc.
* gnu/packages/gtk.scm (gtk+)[inputs]{libcloudproviders}: Use the minimal
variant to prevent a cycle with Inkscape.
2021-11-11 12:18:14 -05:00
Maxim Cournoyer
8dec1804a5
gnu: colord-minimal: Introduce minimal variant.
...
* gnu/packages/gnome.scm (colord-minimal): New minimal variant that doesn't
require Inkscape to be built (through gtk-doc). Remove trailing #t.
[configure-flags]: Disable docs and manpage generation. Sort order.
(colord): Rewrite in terms of colord-minimal.
[configure-flags]: Enable manpages and bash completion.
[phases]{fix-bash-completion-dir}: New phase.
[native-inputs]: Add bash_completion, docbook-xsl-ns and libxml2.
* gnu/packages/gtk.scm (gtk+)[inputs]{colord}: Use the colord-minimal variant
to prevent a cycle with Inkscape.
2021-11-11 12:18:14 -05:00
Maxim Cournoyer
ff28af501d
gnu: json-glib-minimal: Introduce minimal variant.
...
* gnu/packages/gnome.scm (json-glib-minimal): New variable.
[source]: Adjust URI.
[outputs]: Move doc output to...
(json-glib)[outputs]: ... here. Rewrite in terms of json-glib-minimal.
* gnu/packages/gtk.scm (gtk+): Use json-glib-minimal to break a cycle with
Inkscape.
2021-11-11 12:18:14 -05:00
Maxim Cournoyer
6d7a0b84e2
gnu: glade3: Remove sitecustomize.py workaround.
...
The issue has since been resolved.
* gnu/packages/gnome.scm (glade3)[phases]{fix-tests}: Delete phase.
2021-11-11 10:31:33 -05:00
Maxim Cournoyer
9c59623564
Revert commits made to resolve a gdk-pixbuf+svg propagation issue.
...
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.
2021-11-11 10:31:25 -05:00
Maxim Cournoyer
1f1f5b2a25
gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
...
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-11 10:31:18 -05:00
Maxim Cournoyer
aa09324221
gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
...
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-11 10:31:17 -05:00
Maxim Cournoyer
dba5c63e8c
gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
...
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-11 10:31:17 -05:00
Maxim Cournoyer
4ad44af264
gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
...
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-11 10:31:17 -05:00
Maxim Cournoyer
91e40dd2ed
gnu: librsvg-next: Do not propagate gdk-pixbuf.
...
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-11 10:31:17 -05:00
Maxim Cournoyer
532292b562
gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
...
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-11 10:31:16 -05:00
Maxim Cournoyer
14a81366e2
gnu: librsvg: Add a debug output.
...
* gnu/packages/gnome.scm (librsvg): Add a debug output.
2021-11-11 10:31:16 -05:00
Vivien Kraus
d855119ece
gnu: deja-dup: Update to 42.8.
...
* 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-09 08:54:01 +01:00
Efraim Flashner
1c94392a13
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-11-08 09:06:14 +02:00
Nicolas Goaziou
b7aff8e640
gnu: parlatype: Update to 3.0.
...
* gnu/packages/gnome.scm (parlatype): Update to 3.0.
[homepage]: Update URL.
2021-11-04 16:11:22 +01:00
Efraim Flashner
74bef015a7
gnu: libadwaita: Fix invalid texinfo.
...
* gnu/packages/gnome.scm (libadwaita)[description]: Fix invalid texinfo.
2021-10-31 15:04:25 +02:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-10-31 14:49:47 +02:00
Timotej Lazar
84c6f17f16
gnu: dconf: Increase test timeout further.
...
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-31 00:57:07 +02:00
Liliana Marie Prikler
641fd253b8
gnu: komikku: Update to 0.35.2.
...
* gnu/packages/gnome.scm (komikku): Update to 0.35.2.
2021-10-29 19:50:38 +02:00
Ludovic Courtès
2dffe4767c
gnu: Use 'search-input-file' some more.
...
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-23 23:05:21 +02:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
Efraim Flashner
52e9ce3adc
gnu: deja-dup: Sort inputs alphabetically.
...
* gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically.
[native-inputs]: Same.
2021-10-17 21:48:56 +03:00
Vivien Kraus
5a6411f684
gnu: deja-dup: Let deja-dup find duplicity.
...
* 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-17 21:48:37 +03:00
Jovany Leandro G.C
e22f12bb79
gnu: workrave: Update to 1.10.48.
...
* gnu/packages/gnome.scm (workrave): Update to 1.10.48.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-17 15:30:26 +02:00
Tobias Geerinckx-Rice
44469ffd83
gnu: font-abattis-cantarell: Update variable name.
...
* 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-15 18:12:45 +02:00
Liliana Marie Prikler
cb20039445
gnu: komikku: Update to 0.35.1.
...
* gnu/packages/gnome.scm (komikku): Update to 0.35.1.
2021-10-14 10:06:31 +02:00
Marius Bakke
0f77e50139
Merge branch 'master' into core-updates-frozen
2021-10-14 00:01:12 +02:00