summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2023-08-01gnu: vte-ng: Remove package.宋文武
It fails to build and is not used anymore. * gnu/packages/gnome.scm (vte-ng): Remove package.
2023-07-23gnu: libxml++: Update to 5.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libxml++): Update to 5.0.3.
2023-07-30gnu: mutter: Fix build.John Kehayias
With newer versions of Mesa, a test in ensure_bits_initialized fails. Fixed upstream in newer versions of mutter. See <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>. * gnu/packages/gnome.scm (mutter)[source]: Add patch. * gnu/packages/patches/mutter-fix-inverted-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2023-07-23gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
2023-07-16gnu: gnome-multi-writer: Fix build.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
2023-07-16gnu: gnome-multi-writer: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Remove input labels.
2023-07-16gnu: evince: Update to 44.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (evince): Update to 44.3.
2023-07-16gnu: evince: Parameterise source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (evince)[source]: Use VERSION.
2023-07-17gnu: gnome: Hide devhelp-with-libsoup2.Christopher Baines
To avoid the ambiguous package specification. * gnu/packages/gnome.scm (devhelp-with-libsoup2): Hide package.
2023-07-02gnu: cambalache: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (cambalache)[description]: Use @acronym{} for buzzwords.
2023-07-02gnu: cambalache: Update to 0.12.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (cambalache): Update to 0.12.1.
2023-07-09gnu: rest-next: Don't set #:tests? to #:true.Efraim Flashner
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests? argument from the inherited package.
2023-07-07gnu: gnome: Remove gnome-boxes from default GNOME apps.Josselin Poiret
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs, since it is no longer a Core App in 42.
2023-06-25gnu: cambalache: Update to 0.12.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (cambalache): Update to 0.12.0. [arguments]<#:tests?>: Disable. <#:phases>: Adjust ‘patch-build’ accordingly. Add ‘fake-cc’. [inputs]: Add gtksourceview-4 and python-pycairo. Replace webkitgtk-with-libsoup2 with webkitgtk and webkitgtk-next. [native-inputs]: Add weston.
2023-06-25gnu: tracker-miners: Add search path for TRACKER_CLI_SUBCOMMANDS_DIR.Sughosha
* gnu/packages/gnome.scm (tracker-miners)[native-search-paths]: New field. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-19gnu: gnumeric: Use librsvg-for-system.Efraim Flashner
* gnu/packages/gnome.scm (gnumeric)[inputs]: Replace librsvg with librsvg-for-system.
2023-06-04gnu: gsettings-desktop-schemas: Fix cross-compiling.Zheng Junjie
* gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-04gnu: d-feet: Fix build errors when using Meson 1.1.0.Zhu Zihao
Fix the build error: data/meson.build:15:0: ERROR: Function does not take positional arguments. data/meson.build:27:0: ERROR: Function does not take positional arguments. * gnu/packages/patches/d-feet-drop-unused-meson-argument.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/gnome.scm (d-feet)[source]: Use it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-01gnu: zenity: Update to 3.44.1.Greg Hogan
* gnu/packages/gnome.scm (zenity): Update to 3.44.1. [native-inputs]: Add gtk+:bin. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-25gnu: Add dialect.Dominik Delgado Steuter
* gnu/packages/gnome.scm (dialect): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21gnu: dia: Update to 0.97.3-4.b903dd8Giovanni Biscuolo
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21gnu: geary: Update to 43.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (geary): Update to 43.0. [arguments]<#:phases>: Drop ‘disable-failing-tests’ and ‘generate-vapis’. Rename ‘disable-postinstall-script’ to ‘skip-gtk-update-icon-cache’ and adjust accordingly. [inputs]: Replace folks-with-libsoup2 with folks. Replace gnome-online-accounts-3.44 with gnome-online-accounts. Replace webkitgtk-with-libsoup2 with webkitgtk. [native-inputs]: Replace vala-0.52 with vala. Add gnutls.
2023-05-21gnu: geary: Remove redundant native-inputs.Juliana Sims
* gnu/packages/gnome.scm (geary)[native-inputs]: Remove glib, gmime, and gsettings-desktop-schemas. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21gnu: geary: Use G-Expressions.Juliana Sims
* gnu/packages/gnome.scm (geary)[arguments]: Convert to list of G-Expressions. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21gnu: geary: Fix build failure.Juliana Sims
* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test. [native-inputs]: Use vala-0.52 instead of vala. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-07gnu: librsvg-for-system: Choose librsvg based on package support.Efraim Flashner
* gnu/packages/gnome.scm (librsvg-for-system): Adjust the logic to choose which librsvg based on which version is supported.
2023-05-07gnu: librsvg: Update to 2.54.5.Efraim Flashner
* gnu/packages/gnome.scm (librsvg): Update to 2.54.5.
2023-05-07gnu: librsvg: Adjust test suite.Efraim Flashner
* gnu/packages/gnome.scm (librsvg)[arguments]: Add a custom phase 'loosen-test-boundaries to allow more tests to pass.
2023-05-06gnu: network-manager: Update to 1.42.6.Maxim Cournoyer
* gnu/packages/gnome.scm (network-manager): Update to 1.42.6.
2023-05-06gnu: network-manager-applet: Update to 1.32.0.Josselin Poiret
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.32.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-06libnma: Update to 1.10.6.Josselin Poiret
Fixes <https://issues.guix.gnu.org/62496> and <https://issues.guix.gnu.org/63154>. * gnu/packages/gnome.scm (libnma): Update to 1.10.6. Also remove general schema that belongs to network-manager-applet. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-30gnu: httpd: Update to 2.4.57 [security fixes].Leo Famulari
Fixes CVE-2023-27522, CVE-2023-25690, CVE-2022-37436, CVE-2022-36760, CVE-2006-20001, CVE-2022-31813, CVE-2022-30556, CVE-2022-30522, CVE-2022-29404, CVE-2022-28615, CVE-2022-28614, CVE-2022-28330, CVE-2022-26377, CVE-2022-23943, CVE-2022-22721, CVE-2022-22720, and CVE-2022-22719. * gnu/packages/web.scm (httpd): Update to 2.4.57. (httpd/pinned): New variable. * gnu/packages/gnome.scm (libsoup-minimal): Replace httpd with httpd/pinned.
2023-04-29gnu: rust: Disable support for aarch64-linux, riscv64-linux.Efraim Flashner
Support is currently broken and blocks too many other packages. * gnu/packages/gnome.scm (librsvg-for-system): Only use librsvg on x86_64-linux. * gnu/packages/rust.scm (rust-bootstrap)[supported-systems]: Remove aarch64-linux, riscv64-linux.
2023-04-26gnu: gitg: Fix build.Liliana Marie Prikler
* gnu/packages/patches/gitg-fix-positional-argument.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gnome.scm (gitg)[source]<patches>: Use it here.
2023-04-25gnu: evolution: Update to 3.46.4.Liliana Marie Prikler
* gnu/packages/gnome.scm (evolution): Update to 3.46.4.
2023-04-25gnu: evolution-data-server: Update to 3.46.4.Liliana Marie Prikler
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.4.
2023-04-23gnu: shotwell: Fix build.Leo Famulari
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add vala.
2023-04-22Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-21gnu: libxml++: Remove fix-documentation phase.Maxim Cournoyer
* gnu/packages/gnome.scm (libxml++) [arguments]: Delete field.
2023-04-21gnu: terminator: Update to 2.1.3Andy Tai
* gnu/packages/gnome.scm (terminator): Update to 2.1.3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: komikku: Update to 1.17.0.Liliana Marie Prikler
This fixes a version incompatibility with WebkitGTK. * gnu/packages/gnome.scm (komikku): Update to 1.17.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: libnotify: Use gexps and remove input labels.Maxim Cournoyer
* gnu/packages/gnome.scm (libnotify) [arguments]: Delete trailing #t. [native-inputs]: Delete input labels.
2023-04-21gnu: libhandy: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (libhandy) [arguments]: Remove patch-docbook-xml phase. Use gexps.
2023-04-21gnu: network-manager: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (network-manager) [arguments]: Remove patch-docbook-xml phase.
2023-04-21gnu: json-glib: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (json-glib) [arguments]: Remove patch-docbook-xml phase. Use gexps. [native-inputs]: Use modify-inputs. Remove labels.
2023-04-21gnu: vala: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (vala) [arguments]: Remove patch-docbook-xml phase.
2023-04-21gnu: libgsf: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (libgsf) [arguments]: Remove patch-docbook-xml phase.
2023-04-21gnu: system-config-printer: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (system-config-printer) [arguments]: Remove patch-docbook-xml phase.
2023-04-21gnu: libnma: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (libnma) [arguments]: Remove patch-docbook-xml phase. Use gexps. [native-inputs]: Add libxml2.
2023-04-21gnu: zeitgeist: Remove patch-docbook-xml phase.Maxim Cournoyer
* gnu/packages/gnome.scm (zeitgeist) [arguments]: Remove patch-docbook-xml phase. Use gexps. [native-inputs]: Add libxml2.