Commit graph

3572 commits

Author SHA1 Message Date
Liliana Marie Prikler
e51ff9c2ac
gnu: blueprint-compiler-0.4: Fix build.
* gnu/packages/gnome.scm (blueprint-compiler-0.4)[arguments]: Drop ‘fix-tests’
phase.
2025-03-02 20:31:36 +01:00
Maxim Cournoyer
391305093f
gnu: gnome-vfs: Remove trailing #t.
Also drop some extraneous whitespace from its surrounding.

* gnu/packages/gnome.scm: Remove extraneous whitespace.
(gnome-vfs)[#:phases]: Remove trailing #t.

Change-Id: I67eedec46437ecdc849197a90a13d9eb9af94637
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-03-02 20:31:35 +01:00
Maxim Cournoyer
ba89966ba6
gnu: gi-docgen: Update to 2024.1.
* gnu/packages/gnome.scm (gi-docgen): Update to 2024.1.

Change-Id: I1a6da63d4f313137a20ec49adc7cc1f7d4e3ddc3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-03-02 20:31:34 +01:00
Liliana Marie Prikler
be22bf2097
gnu: Add lock.
* gnu/packages/gnome.scm (lock): New variable.
2025-03-02 20:31:34 +01:00
Liliana Marie Prikler
22110be5f9
gnu: blueprint-compiler: Update to 0.14.0.
* gnu/packages/gnome.scm (blueprint-compiler): Update to 0.14.0.
[#:phases]<fix-tests>: Adjust accordingly.
2025-03-02 20:31:34 +01:00
Liliana Marie Prikler
f48438f5e5
gnu: blueprint-compiler: Fix build.
* gnu/packages/gnome.scm (blueprint-compiler)[#:phases]: Add ‘fix-tests’.
2025-03-02 20:31:34 +01:00
Liliana Marie Prikler
cf15cab918
gnu: sysprof: Add libdex to inputs.
* gnu/packages/gnome.scm (sysprof) [inputs]: Add libdex.
2025-03-02 20:31:33 +01:00
Liliana Marie Prikler
06ba3b09f4
gnu: libsecret: Fix build.
* gnu/packages/patches/libsecret-fix-test-paths.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (libsecret)[patches]: Use it here.
2025-03-02 20:31:33 +01:00
Liliana Marie Prikler
eef3e925fb
gnu: gjs: Fix build.
* gnu/packages/patches/gjs-fix-closure-annotations.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gjs)[patches]: Use it here.
2025-03-02 20:31:33 +01:00
Liliana Marie Prikler
6056174792
gnu: json-glib: Update to 1.10.0.
* gnu/packages/gnome.scm (json-glib-minimal): Update to 1.10.0.
[#:configure-flags]: Add “-Dman=false”.
(json-glib)[inputs]: Add python-docutils.
2025-03-02 20:31:33 +01:00
Liliana Marie Prikler
2a609ee48c
gnu: libadwaita: Update to 1.6.0.
* gnu/packages/gnome.scm (libadwaita): Update to 1.6.0.
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
56af9e3acf
gnu: network-manager: Update to 1.48.2.
* gnu/packages/gnome.scm (network-manager): Update to 1.48.2.
[source]: Drop “network-manager-meson.patch”.
* gnu/packages/patches/network-manager-meson.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
94000d8668
gnu: gnome-remote-desktop: Update to 46.3.
* gnu/packages/gnome.scm (gnome-remote-desktop): Update to 46.3.
[#:configure-flags]: Drop “-Dfdk_aac=false”.
[#:phases]: Drop ‘shorten-vnc-test’.
[inputs]: Add libei and wireplumber.
[native-inputs]: Add xdg-desktop-portal-gnome.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
72911bdfcb
gnu: mutter: Update to 46.4.
* gnu/packages/gnome.scm (mutter): Update to 46.4.
[#:configure-flags]: Update accordingly.
[native-inputs]: Add libei.
[inputs]: Add linux-libre-headers-6.1.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
befcd2817d
gnu: sysprof: Propagate libdex.
* gnu/packages/gnome.scm (sysprof)[inputs]: Move libdex from here…
[propagated-inputs]: … to here.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
1307b905a5
gnu: xdg-desktop-portal-gnome: Update to 46.2.
* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): Update to 46.2.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:32 +01:00
Liliana Marie Prikler
0c1cfca41a
gnu: gdm: Update to 46.2.
* gnu/packages/gnome.scm (gdm): Update to 46.2.
[source]: Drop “gdm-elogind-support.patch”.
[#:phases]<pre-configure>: Fix handling of dconf.
[inputs]: Sort.  Add json-glib.
* gnu/packages/patches/gdm-elogind-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
4587d9682c
gnu: gnome-control-center: Update to 46.3.
* gnu/packages/gnome.scm (gnome-control-center): Update to 46.3.
[source]: Drop “gnome-control-center-firmware-security.patch”.
[arguments]: Adjust ‘patch-paths’ phase accordingly.
[inputs]: Replace gcr-3 with gcr.
Replace libgnomekbd with tecla.
Add json-glib and libsoup.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
4332ea9012
gnu: gnome-session: Update to 46.0.
* gnu/packages/gnome.scm (gnome-session): Update to 46.0.
[arguments]: Change to list of G-Expressions.
<#:configure-flags>: Move above #:phases.
Drop “-Delogind=true”, “-Dsystemd=false”, “-Dsystemd_session=disable”, and
“-Dsystemd_journal=false”.
Add “-Dsystemduserunitdir=$output/share/systemd”.
* gnu/packages/patches/gnome-session-support-elogind.patch: Adjust accordingly.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
c1accee481
gnu: gnome-music: Update to 46.0.
* gnu/packages/gnome.scm (gnome-music): Update to 46.0.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
0c30444347
gnu: orca: Update to 46.2.
* gnu/packages/gnome.scm (orca): Update to 46.2.
[build-system]: Use meson-build-system.
[arguments]: Add #:glib-or-gtk?.
<#:phases>: Add ‘skip-gtk-update-icon-cache’.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
75a8333005
gnu: epiphany: Update to 46.3.
* gnu/packages/gnome.scm (epiphany): Update to 46.3.
* gnu/packages/patches/epiphany-fix-encoding-test.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2025-03-02 20:31:31 +01:00
Liliana Marie Prikler
ea53ef04c7
gnu: vala: Update to 0.56.17.
* gnu/packages/gnome.scm (vala): Update to 0.56.17.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
98812d6dfb
gnu: librsvg: Disable rtl_tspan_svg test.
* gnu/packages/gnome.scm (librsvg)[#:phases]<loosen-test-boundaries>: Also
disable rtl_tspan_svg test.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
de30aa2f31
gnu: gsettings-desktop-schemas: Update to 46.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.0.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
762ddccc98
gnu: gnome-mahjongg: Update to 3.40.1.
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.40.1.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
7e3a8b4ff4
gnu: evolution: Update to 3.52.3.
* gnu/packages/gnome.scm (evolution): Update to 3.52.3.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
fdc77c6a71
gnu: evolution-data-server: Update to 3.52.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.52.3.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
f008d76395
gnu: sysprof: Update to 46.0.
* gnu/packages/gnome.scm (sysprof): Update to 46.0.
2025-03-02 20:31:29 +01:00
Liliana Marie Prikler
d71dea1f5c
gnu: sushi: Update to 46.0.
* gnu/packages/gnome.scm (sushi): Update to 46.0.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
43ddcaa9e8
gnu: simple-scan: Update to 46.0.
* gnu/packages/gnome.scm (simple-scan): Update to 46.0.
[inputs]: Replace gtk+ with gtk, libhandy with libadwaita.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
8efedb5afe
gnu: rygel: Update to 0.42.6.
* gnu/packages/gnome.scm (rygel): Update to 0.42.6.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
3e152fda02
gnu: gnome-weather: Update to 46.0.
* gnu/packages/gnome.scm (gnome-weather): Update to 46.0.
[#:phases]<disable-gtk-update-icon-cache>: Adjust accordingly.
[inputs]: Add desktop-file-utils.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
0890f556d0
gnu: gnome-user-docs: Update to 46.1.
* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.1.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
598317b17f
gnu: gnome-text-editor: Update to 46.3.
* gnu/packages/gnome.scm (gnome-text-editor): Update to 46.3.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
9131e12968
gnu: gnome-keyring: Update to 46.1.
* gnu/packages/gnome.scm (gnome-keyring): Update to 46.1.
2025-03-02 20:31:28 +01:00
Liliana Marie Prikler
2830bd3a49
gnu: gnome-font-viewer: Update to 46.0.
* gnu/packages/gnome.scm (gnome-font-viewer): Update to 46.0.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
7c73546144
gnu: gnome-disk-utility: Update to 46.0.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 46.0.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
2f23ab0737
gnu: gnome-online-accounts: Update to 3.50.3.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.50.3.
[propagated-inputs]: Replace gtk+ with gtk.  Add libadwaita.
[inputs]: Replace gcr-3 with gcr, and webkitgtk-for-gtk3 with webkitgtk.
Add dbus.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
cdb76bbaee
gnu: Add tecla.
* gnu/packages/gnome.scm (tecla): New variable.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
f22da7085e
gnu: gnome-contacts: Update to 46.0.
* gnu/packages/gnome.scm (gnome-contacts): Update to 46.0.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
e84963cc82
gnu: gnome-console: Update to 46.0.
* gnu/packages/gnome.scm (gnome-console): Update to 46.0.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
228300f64d
gnu: vte: Update to 0.76.3.
* gnu/packages/gnome.scm (vte): Update to 0.76.3.
[#:configure-flags]: Drop implicit “-Dgtk4=true”.  Move “-Dgtk3=false” to the
front.
[inputs]: Add lz4.
(vte-with-gtk+3)[#:configure-flags]: Adjust accordingly.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
d8d3d36c60
gnu: Make vte-with-gtk4 the default vte.
* gnu/packages/gnome.scm (vte): Use flags from…
(vte-with-gtk4): … this.  Delete variable.
(vte/gtk+3): New variable.
(gnome-color-manager, vinagre, gnome-console, gnome-terminal)
(terminator, gnome-boxes): Adjust accordingly.
* gnu/packages/guile-xyz.scm (nomad): Likewise.
* gnu/packages/lxde.scm (lxterminal): Likewise.
* gnu/packages/mate.scm (mate-terminal): Likewise.
* gnu/packages/spice.scm (virt-viewer): Likewise.
* gnu/packages/sugar.scm (sugar-terminal-activity): Likewise.
* gnu/packages/terminals.scm (tilda, sakura, xiate, tilix): Likewise.
* gnu/packages/virtualization.scm (virt-manager): Likewise.
* gnu/packages/vnc.scm (remmina): Likewise.
* gnu/packages/xfce.scm (xfce4-terminal): Likewise.
2025-03-02 20:31:27 +01:00
Liliana Marie Prikler
2a5161a76b
gnu: gnome-connections: Update to 46.0.
* gnu/packages/gnome.scm (gnome-connections): Update to 46.0.
[inputs]: Replace gtk-frdp with gtk-frdp-for-gnome-connections.
2025-03-02 20:31:26 +01:00
Liliana Marie Prikler
dbcd97fb0e
gnu: Add gtk-frdp-for-gnome-connections.
* gnu/packages/gnome.scm (gtk-frdp-for-gnome-connections): New variable.
2025-03-02 20:31:26 +01:00
Liliana Marie Prikler
b540531057
gnu: gnome-clocks: Update to 46.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 46.0.
2025-03-02 20:31:26 +01:00
Liliana Marie Prikler
ab91ec7642
gnu: gnome-characters: Update to 46.0.
* gnu/packages/gnome.scm (gnome-characters): Update to 46.0.
[#:phases]: Add ‘fix-test-setup’.
[native-inputs]: Remove python-minimal.
Add gobject-introscpetion, xorg-server-for-tests, and xvfb-run.
2025-03-02 20:31:26 +01:00
Liliana Marie Prikler
fe6190a687
gnu: gnome-calendar: Update to 46.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 46.1.
[#:phases]: Add ‘pre-check’ to set TZDIR and TZ.
[native-inputs]: Add tzdata-for-tests.
2025-03-02 20:31:26 +01:00
Liliana Marie Prikler
6fe767e46b
gnu: gnome-calculator: Update to 46.1.
* gnu/packages/gnome.scm (gnome-calculator): Update to 46.1.
2025-03-02 20:31:26 +01:00