summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2023-02-05gnu: Rename 'samba/fixed' to 'samba/pinned'.Simon Tournier
* gnu/packages/samba.scm: Rename variable 'samba/fixed' to 'samba/pinned' and 'samba/fixed-patched' to 'samba/fixed'. * gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Replace 'samba/fixed' with 'samba/pinned'. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-02-05gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned'.Simon Tournier
* gnu/packages/version-control.scm: Rename variable 'git-minimal/fixed' to 'git-minimal/pinned', add depreciation. * gnu/packages/erlang.scm (erlang-erlware-commons)[native-inputs]: Replace 'git-minimal/fixed' with 'git-minimal/pinned'. (rebar3-git-vsn)[inputs]: Likewise. * gnu/packages/gnome.scm (gnome-photos)[native-inputs]: Likewise. * gnu/packages/gtk.scm (graphene)[native-inputs]: Likewise. * gnu/packages/haskell.scm (ghc-8.8, ghc-8.10)[native-inputs]: Likewise. * gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Likewise. * gnu/packages/ocaml.scm (opam, ocamlformat)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-check-manifest)[native-inputs]: Likewise. (python-scikit-build)[native-inputs]: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-02-05gnu: komikku: Update to 1.10.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.10.1.
2023-01-29gnu: komikku: Update to 1.9.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.9.0.
2023-01-29gnu: Add vte-with-gtk-4.Liliana Marie Prikler
* gnu/packages/gnome.scm (vte-with-gtk-4): New variable.
2023-01-29gnu: vte: Update to 0.70.2.Liliana Marie Prikler
* gnu/packages/gnome.scm (vte): Update to 0.70.2.
2023-01-29gnu: terminator: Update to 2.1.2.宋文武
From <https://issues.guix.gnu.org/59059> by Andy Tai. * gnu/packages/gnome.scm (terminator): Update to 2.1.2.
2023-01-22gnu: file-roller: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (file-roller)[home-page]: Use HTTPS.
2023-01-15gnu: gvfs: Update to 1.50.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
2023-01-22gnu: gnome-latex: Update to 3.44.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
2023-01-22gnu: devhelp: Update to 43.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (devhelp): Update to 43.0. [arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
2023-01-22gnu: gedit: Update to 44.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (gedit): Update to 44.1. [native-inputs]: Add gtk-doc. [inputs]: Add amtk and tepl.
2023-01-22gnu: amtk: Update to 5.6.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (amtk): Update to 5.6.1.
2023-01-22gnu: tepl: Update to 6.4.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
2023-01-22gnu: cheese: Move bash-minimal from propagated-inputs to inputs.Maxim Cournoyer
* gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to... [inputs]: ... here.
2023-01-22gnu: cheese: Wrap GST_PRESET_PATH to find GstVP8Enc.prs.Maxim Cournoyer
Before this fix, cheese would complain like so: (cheese:15094): cheese-WARNING **: Can't find vp8enc preset: "Profile Realtime", using alternate preset: "Cheese Realtime". If you see this, make a bug report! If you've run cheese before, make sure to run "rm -rf ~/.local/share/gstreamer-1.0" to make the fix effective. * gnu/packages/gnome.scm (cheese) [phases]: Set the GST_PRESET_PATH environment variable in the wrap phase.
2023-01-22gnu: cheese: Sort inputs.Maxim Cournoyer
* gnu/packages/gnome.scm (cheese): Sort inputs.
2023-01-21gnu: cheese: Use gexps.Maxim Cournoyer
* gnu/packages/gnome.scm (cheese) [arguments]: Use gexps. [phases] {wrap-cheese}: Delete extraneous INPUTS binding.
2023-01-21gnu: cheese: Update to 43.0.Maxim Cournoyer
* gnu/packages/gnome.scm (cheese): Update to 43.0.
2023-01-15gnu: komikku: Update to 1.8.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.8.0.
2023-01-08gnu: pipewire: Switch default to 0.3.Brendan Tildesley
* gnu/packages/linux.scm (pipewire): Switch to pipewire 0.3. (pipewire-0.3): Remove variable. (wireplumber): Replace all pipewire-0.3 by pipewire. * gnu/packages/audio.scm (qpwgraph): Ditto. * gnu/packages/chromium.scm (ungoogled-chromium): Ditto. * gnu/packages/freedesktop.scm (weston, xdg-desktop-portal, xdg-desktop-portal-wlr): Ditto. * gnu/packages/gnome.scm (mutter): Ditto. * gnu/packages/kde-systemtools.scm (krfb): Ditto. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Ditto. * gnu/packages/video.scm (obs): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-08gnu: tracker: Extend test timeout for riscv64-linux.Efraim Flashner
* gnu/packages/gnome.scm (tracker)[arguments]: Adjust test-options when building for riscv64-linux to add a timeout multiplier.
2023-01-08gnu: tracker: Honor #:test-options keyword.Efraim Flashner
* gnu/packages/gnome.scm (tracker)[arguments]: Adjust custom 'check phase to honor the #:test-options keyword.
2023-01-08gnu: Add d-spy.Liliana Marie Prikler
* gnu/packages/gnome.scm (d-spy): New variable.
2023-01-08gnu: komikku: Update to 1.7.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.7.0.
2023-01-01gnu: komikku: Update to 1.6.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.6.1. [inputs]: Add python-emoji.
2022-12-28gnu: zeitgeist: Remove input labels.Marius Bakke
* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label. [native-inputs, inputs]: Remove labels.
2022-12-24gnu: gnome-photos: Depend on 'git-minimal/fixed'.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass #:disallowed-references. [native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
2022-12-12gnu: tracker-miners: Remove obsolete input.Marius Bakke
* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2022-12-05gnu: Add network-manager-fortisslvpn.Arjan Adriaanse
* gnu/packages/gnome.scm (network-manager-fortisslvpn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-01gnu: eolie: Build with webkitgtk-with-libsoup2.Efraim Flashner
* gnu/packages/gnome.scm (eolie)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
2022-11-25gnu: Add raider.Ahriman
* gnu/packages/gnome.scm (raider): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-22gnu: gnome-keyring: Mark as 64-bit-only.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field.
2022-11-20gnu: nautilus: Fix crash due to loading extensions twice.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58221>. Reported by Tobias Kortkamp <tobias.kortkamp@gmail.com>. Previously, if NAUTILUS_EXTENSION_PATH contained the same directory several times, Nautilus could end up loading the same extension a second time and crash. This patch ensures that each extension cannot be loaded more than once. * gnu/packages/patches/nautilus-extension-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (nautilus)[source]: Use it. [arguments]: Remove 'make-extensible' phase.
2022-11-13gnu: komikku: Update to 1.4.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
2022-11-08gnu: geary: Fix inputs.florhizome
* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-05gnu: endeavour: Use git-file-name.Liliana Marie Prikler
* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
2022-11-05gnu: endeavour: Update to 43.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (endeavour): Update to 43.0. [#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
2022-11-05gnu: komikku: Update to 1.3.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.3.0.
2022-11-03gnu: gnome: Include aarch64 in librsvg-for-system.Christopher Baines
As the current librsvg currently builds for aarch64-linux as well as x86_64-linux. * gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64.
2022-10-23gnu: goffice: Update to 0.10.53.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (goffice): Update to 0.10.53.
2022-10-29gnu: gnome-control-center: Update to 42.4.Christopher Baines
* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
2022-10-26gnu: komikku: Update to 1.2.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.2.0. [inputs]: Add ‘python-rarfile’.
2022-10-26gnu: five-or-more: Fix build.Efraim Flashner
* gnu/packages/gnome.scm (five-or-more)[inputs]: Replace libgnome-games-support with libgnome-games-support-1.
2022-10-26gnu: xpad: Fix build.Efraim Flashner
* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview with gtksourceview-4.
2022-10-16Merge branch 'staging'Marius Bakke
2022-10-12Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
Conflicts: gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/kde-frameworks.scm gnu/packages/video.scm
2022-10-10gnu: endeavour: Propagate evolution-data-server.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/36869>. * gnu/packages/gnome.scm (endeavour) [inputs]: Move evolution-data-server... [propagated-inputs]: ... here. Reported-by: Jesse Gibbons <jgibbons2357+guix@gmail.com>
2022-10-13gnu: epiphany: Use 'librsvg-for-system'.Denis 'GNUtoo' Carikli
This adds support for non x86_64 architectures. * gnu/packages/gnome.scm (epiphany)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-08gnu: upower: Fix test failure on i686-linux.Ludovic Courtès
* gnu/packages/gnome.scm (upower)[arguments]: Add 'adjust-test-for-excess-precision' when 'target-x86-32?' returns true.