Archived
1
0
Fork 0
Commit graph

3326 commits

Author SHA1 Message Date
Vivien Kraus
b701a7018d
gnu: upower: Update to 1.90.2.
Upower has an extra hardware description file for use with udev.  It should be
installed under upower’s output, not eudev’s.

A test is disabled, for calling an unimplemented bluez method.  The
conditional 'adjust-test-for-excess-precision phase is included in the new
'adjust-test-suite, so that the list of phases is always the same.

* gnu/packages/gnome.scm (upower): Update to 1.90.2.
[#:configure-flags]: Set udevhwdbdir.
[#:phases] <adjust-test-for-excess-precision>: Add this phase
unconditionnally
<disable-failing-test>: Disable test_bluetooth_hidpp_mouse.
[inputs]: Remove dbus-glib.
[native-inputs]: Add dbus.
2023-10-10 21:59:25 +02:00
Vivien Kraus
ee554a35e0
gnu: libgudev: Update to 238.
* gnu/packages/gnome.scm (libgudev): Update to 238.
2023-10-10 21:59:25 +02:00
Vivien Kraus
d6462be6a8
gnu: gnome-control-center: Update to 44.3.
Some previous fixes have been merged upstream. The gnome version is now read
from a dbus service, and passwd is already searched in /run/setuid-programs.

In order to let the tests run, we use the same tests environment as
gnome-shell.

* gnu/packages/gnome.scm (gnome-control-center): Update to 44.3. Apply
gnome-control-center-firmware-security.patch.
[#:phases]<patch-paths>: Adjust accordingly.
<skip-gtk-update-icon-cache>: Adjust accordingly.
<check>: Override the check phase to run under dbus.
[native-inputs]: Add setxkbmap.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-10-09 21:54:16 +02:00
Liliana Marie Prikler
b18b2d1348
Merge branch 'master' into gnome-team 2023-09-24 12:19:01 +02:00
Vivien Kraus
afa9da8425
gnu: gnome-text-editor: Update to 44.0.
* gnu/packages/gnome.scm (gnome-text-editor): Update to 44.0.
[inputs]: Add editorconfig-core-c.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-23 01:46:03 +02:00
Vivien Kraus
3baee9ee96
gnu: gnome-text-editor: Add missing input.
* gnu/packages/gnome.scm (gnome-text-editor) [inputs]: Add pcre2.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-23 01:45:42 +02:00
Vivien Kraus
3a1b38dc20
gnu: NetworkManager: Update to 1.44.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.44.0.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-23 01:44:43 +02:00
Vivien Kraus
0dfbb723a0
gnu: tracker: Update to 3.6.0.
* gnu/packages/gnome.scm (tracker): Update to 3.6.0.
[#:phases]: Add 'disable-failing-tests'.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-23 01:44:43 +02:00
Vivien Kraus
8c28401c6d
gnu: libshumate: Update to 1.0.5.
* gnu/packages/gnome.scm (libshumate): Update to 1.0.5.
[#:phases]:<pre-check>: Removed, moving logic…
<check>: … here.  Also set other environment variables and run tests using
‘dbus-run-session’.
[native-inputs]: Add dbus and at-spi2-core.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-15 22:29:22 +02:00
Vivien Kraus
5c8721ad07
gnu: totem: Update to 43.0.
* gnu/packages/gnome.scm (totem): Update to 43.0.
[#:phases]<skip-gtk-update-icon-cache>: Adjust accordingly.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-15 22:25:54 +02:00
Vivien Kraus
d2d0077ea4
gnu: gnome-photos: Update to 43.1.
* gnu/packages/gnome.scm (gnome-photos): Update to 43.1.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-15 22:16:38 +02:00
Jack Hill
007810c9a1
gnu: vala: Update to 0.56.13.
* gnu/packages/gnome.scm (vala): Update to 0.56.13.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-15 19:00:57 +02:00
Liliana Marie Prikler
e9ff5d51e3
Merge branch 'master' into gnome-team. 2023-09-15 18:47:00 +02:00
Vivien Kraus
4beac7d95c
gnu: gegl: Update to 0.4.46.
* gnu/packages/gimp.scm (gegl): Update to 0.4.46.
* gnu/packages/gimp.scm (gegl-0.4.44): New variable.
* gnu/packages/gnome.scm (gnome-photos)[inputs]: Replace gegl with gegl-0.4.44.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-14 20:39:17 +02:00
Ludovic Courtès
3f76970fda
gnu: yelp: Provide dependencies to display "man:" URIs.
Previously a command like the following one would fail to display the
expected man page:

  guix shell yelp coreutils -C \
     --expose=/tmp/.X11-unix --expose=/run/user \
     --expose=/var/run/dbus --expose=/etc/machine-id -E ^DISPLAY -- \
     /bin/sh -c \
     'export MANPATH=$GUIX_ENVIRONMENT/share/man; echo $MANPATH; yelp man:ls'

* gnu/packages/gnome.scm (yelp)[arguments]: New field.
[inputs]: Add ‘man-db’ and ‘groff-minimal’.

Reported-by: Luis Felipe <sirgazil@zoho.com>
2023-09-11 22:58:02 +02:00
raingloom
0dc83ce53b
gnu: gnome-dictionary: Fix build.
* gnu/packages/patches/gnome-dictionary-meson-i18n.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (gnome-dictionary): Use it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Fixes: gnome-dictionary-40.0: fails configure <https://bugs.gnu.org/63687>
2023-09-16 17:46:57 +02:00
Liliana Marie Prikler
0b4a20e448
gnu: cogl: Remove comment about reflecting changes in mutter.
Since cogl itself has been archived while the bundled fork continues to exist,
the comment no longer holds truth.  Whatever patches will in future be needed
to build cogl are not expected to require reflection in mutter.

* gnu/packages.gnome.scm (cogl): Remove comment about mutter's bundled clutter.
2023-09-09 07:47:58 +02:00
Vivien Kraus
94a9b26bcf
gnu: cogl: Fix double free.
This patch fixes a double free in cogl, which broke all of the test cases and
thus also the package build itself.

* gnu/packages/patches/cogl-fix-double-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (cogl): Use it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-09-09 07:47:57 +02:00
Liliana Marie Prikler
4ebc426602
gnu: Remove libgweather4-with-libsoup2.
It no longer has any dependents other than itself.

* gnu/packages/gnome.scm (libgweather4-with-libsoup2): Delete variable.
2023-09-09 07:47:57 +02:00
Liliana Marie Prikler
20e3f3e115
Merge branch 'master' into gnome-team 2023-09-07 20:42:03 +02:00
Liliana Marie Prikler
965e2d6eb9
gnu: gnome-console: Update to 44.4.
* gnu/packages/gnome.scm (gnome-console): Update to 44.4.
[arguments]: Remove #:phases.
<#:configure-flas>: Remove “-Dnautilus=enabled”.
[inputs]: Remove gtk+, libhandy, nautilus and vte.
Add gtk, libadwaita and vte-with-gtk-4.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
9609b67445
gnu: vte: Update to 0.72.2.
* gnu/packages/gnome.scm (vte): Update to 0.72.2.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
453217d69c
gnu: nautilus: Update to 44.2.
* gnu/packages/gnome.scm (nautilus): Update to 44.2.
[#:phases]: Add ‘patch-tracker3-command’.
Adjust ‘skip-gtk-update-icon-cache’ accordingly.
[inputs]: Remove gtk+ and libhandy.
Add gtk and libadwaita.
* gnu/packages/patches/nautilus-extension-search-path.patch: Adjust
accordingly.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
3ca62461a2
gnu: libadwaita: Update to 1.3.4.
* gnu/packages/gnome.scm (libadwaita): Update to 1.3.4.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
19bd2a7cff
gnu: tracker-miners: Update to 3.5.2.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.5.2.
[#:phases]<fix-tests>: Adjust accordingly.
[inputs]: Add gst-plugins-base.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
7894abde7d
gnu: tracker: Update to 3.5.3.
* gnu/packages/gnome.scm (tracker): Update to 3.5.3.
2023-09-06 22:17:38 +02:00
Liliana Marie Prikler
38bc8c1102
gnu: gnome-autoar: Update to 0.4.4.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.4.
2023-09-06 22:17:37 +02:00
Liliana Marie Prikler
b6a337acd7
gnu: gnome-initial-setup: Update to 44.0.
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 44.0.
[inputs]: Remove cheese and libhandy.
Add libadwaita.
Replace gnome-online-account-3.44 with gnome-online-accounts.
Replace libgweather4-with-libsoup2 with libgweather4.
Replace rest with rest-next.
Replace webkitgtk-with-libsoup2 with webkitgtk-next.
2023-09-06 22:17:37 +02:00
Liliana Marie Prikler
e72cbd4ab0
gnu: gnome-calendar: Update to 44.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 44.1.
[inputs]: Replace evolution-data-server-3.44 with evolution-data-server.
Replace geocode-glib-with-libsoup2 with geocode-glib.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace libgweather4-with-libsoup2 with libgweather.
2023-09-06 22:17:37 +02:00
Liliana Marie Prikler
4c2fc044d7
gnu: gnome-clocks: Update to 44.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 44.0.
[inputs]: Replace geocode-glib-with-libsoup2 with geocode-glib.
Replace libgweather4-with-libsoup2 with libgweather4.
2023-09-06 22:17:37 +02:00
Liliana Marie Prikler
12c3e3341d
gnu: gnome-shell: Update to 44.3.
* gnu/packages/gnome.scm (gnome-shell): Update to 44.3.
[arguments]<#:phases>: Add ‘unbreak-perf-tests’.
Adjust ‘pre-check’ accordingly.
[native-inputs]: Add python-dbus and python-dbusmock.
[inputs]: Remove caribou.  Replace gcr-3 with gcr.
2023-09-06 22:11:49 +02:00
Liliana Marie Prikler
9c28ee9daf
gnu: gdm: Update to 44.1.
* gnu/packages/gnome.scm (gdm): Update to 44.1.
[inputs]: Add egl-wayland.
* gnu/packages/patches/gdm-elogind-support.patch: Adjust accordingly.
2023-09-06 21:47:57 +02:00
Liliana Marie Prikler
4522022a41
gnu: gnome-settings-daemon: Update to 44.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 44.1.
[inputs]: Replace gcr-3 with gcr.
Replace geocode-glib-with-libsoup2 with geocode-glib.
Replace libgweather4-with-libsoup2 with libgweather4.
2023-09-06 21:47:57 +02:00
Liliana Marie Prikler
1aa94384b8
gnu: gnome-session: Update to 44.0.
* gnu/packages/gnome.scm (gnome-session): Update to 44.0.
2023-09-06 21:47:57 +02:00
Liliana Marie Prikler
b18f30d524
gnu: gnome-desktop: Update to 44.0.
* gnu/packages/gnome.scm (gnome-desktop): Update to 44.0.
2023-09-06 21:47:56 +02:00
Liliana Marie Prikler
f29be169fb
gnu: baobab: Update to 44.0.
* gnu/packages/gnome.scm (baobab): Update to 44.0.
[arguments]: Add ‘skip-gtk-update-icon-cache’ phase.
[native-inputs]: Remove gtk+:bin.
[inputs]: Remove libhandy.
2023-09-06 21:47:56 +02:00
Liliana Marie Prikler
f1c70ac025
gnu: mutter: Update to 44.3.
* gnu/packages/gnome.scm (mutter): Update to 44.3.
[arguments]: Adjust linker rpath accordingly.
[inputs]: Add colord.
2023-09-06 21:47:56 +02:00
Liliana Marie Prikler
69ed4f137d
gnu: gjs: Update to 1.76.2.
* gnu/packages/gnome.scm (gjs): Update to 1.76.2.
2023-09-06 21:47:56 +02:00
Liliana Marie Prikler
35a9ebf83e
gnu: gcr: Update to 4.0.0.
* gnu/packages/gnome.scm (gcr): Update to 4.0.0.
(gcr-3): New variable for current version.
(libgdata)[propagated-inputs]: Replace gcr with gcr-3.
(gnome-keyring)[inputs]: Likewise.
(seahorse)[inputs]: Likewise.
(gnome-settings-daemon)[inputs]: Likewise.
(gvfs)[inputs]: Likewise.
(epiphany)[inputs]: Likewise.
(gexiv2)[inputs]: Likewise.
(shotwell)[inputs]: Likewise.
(gnome-online-accounts)[inputs]: Likewise.
(evolution-data-server)[inputs]: Likewise.
(network-manager-openconnect)[inputs]: Likewise.
(network-manager-applet)[inputs]: Likewise.
(gnome-shell)[inputs]: Likewise.
(evolution)[inputs]: Likewise.
(geary)[inputs]: Likewise.
* gnu/packages/gnome-xyz.scm (gpaste)[native-inputs]: Likewise.
* gnu/packages/gnupg.scm (pinentry-gnome3)[inputs]: Likewise.
* gnu/packages/suckless.scm (surf)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (midori)[inputs]: Likewise.
2023-09-06 21:47:56 +02:00
Liliana Marie Prikler
8a0a5b4e62
gnu: vala: Update to 0.56.12.
* gnu/packages/gnome.scm (vala): Update to 0.56.12.
2023-08-20 13:13:08 +02:00
Liliana Marie Prikler
65cfbfd16e
gnu: evolution: Update to 3.48.4.
* gnu/packages/gnome.scm (evolution): Update to 3.48.4.
2023-08-20 08:24:13 +02:00
Liliana Marie Prikler
8ffeea8fa1
gnu: evolution-data-server: Update to 3.48.4.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.48.4.
2023-08-20 08:24:13 +02:00
Liliana Marie Prikler
1b3d824482
gnu: gnome-online-accounts: Update to 3.48.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.48.0.
[arguments]: Adjust ‘disable-gtk-update-icon-cache’ accordingly.
Move it after unpack.
2023-08-20 08:23:39 +02:00
Liliana Marie Prikler
f62efeff76
Merge branch 'master' into gnome-team 2023-08-19 20:15:57 +02:00
Efraim Flashner
0d70012efb
gnu: gnome-themes-extra: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-themes-extra)[inputs]: Replace librsvg
with librsvg-for-system.
2023-08-18 22:47:53 +03:00
Efraim Flashner
df66327818
gnu: totem: Build with librsvg-for-system.
* gnu/packages/gnome.scm (totem)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
8f7211cafe
gnu: aisleriot: Build with librsvg-for-system.
* gnu/packages/gnome.scm (aisleriot)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
2d8eea832b
gnu: gnome-sudoku: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-sudoku)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
cc07acea3f
gnu: gtg: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gtg)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
43501bc00b
gnu: gtg: Add missing input.
* gnu/packages/gnome.scm (gtg)[native-inputs]: Add itstool.
2023-08-18 22:47:52 +03:00