summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
AgeCommit message (Collapse)Author
2022-05-31gnu: gnome-keyring: Use Python 3.Maxim Cournoyer
* gnu/packages/gnome.scm (libgnome-keyring)[source]: Fix indentation. [arguments]: Use gexps. [phases]{fix-docbook}: Delete phase. [native-inputs]: Use new style. Replaec python-2 with python-wrapper. Use current docbook-xml. Add libxml2.
2022-05-31gnu: Remove gnome-doc-utils.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-doc-utils): Delete variable.
2022-05-31gnu: brasero: Remove obsolete gnome-doc-utils input.Maxim Cournoyer
* gnu/packages/gnome.scm (brasero)[inputs]: Delete gnome-doc-utils.
2022-05-31gnu: Remove python2-pygobject.Maxim Cournoyer
* gnu/packages/glib.scm (python2-pygobject, python2-pygobject-2): Delete variables. (python-pygobject)[properties]: Delete field. * gnu/packages/patches/python2-pygobject-2-deprecation.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/gnome.scm (libsecret): Remove commented Python 2 inputs.
2022-05-31gnu: Remove python2-rsvg.Maxim Cournoyer
* gnu/packages/gnome.scm (python2-rsvg): Delete variable.
2022-05-31gnu: Remove python2-pyatspi.Maxim Cournoyer
* gnu/packages/gnome.scm (python2-pyatspi): Delete variable.
2022-05-30gnu: xpad: Update to 5.8.0.Rene Saavedra
* gnu/packages/gnome.scm (xpad): Update to 5.8.0. [inputs]: Replace gtksourceview-3 with gtksourceview. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-29gnu: apostrophe: Build with correct webkitgtk.Rene Saavedra
* gnu/packages/gnome.scm (apostrophe)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-05-29gnu: ocrfeeder: Update to 0.8.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (ocrfeeder): Update to 0.8.5. [arguments]: Don't explicitly return #t from phases.
2022-05-26Merge branch 'master' into stagingLudovic Courtès
2022-05-16Merge branch 'master' into stagingEfraim Flashner
2022-05-16gnu: gcolor3: Remove input labels.Ludovic Courtès
* gnu/packages/gnome.scm (gcolor3)[native-inputs]: Remove input labels.
2022-05-16gnu: gcolor3: Fix build with libportal-0.5.Sughosha
* gnu/packages/patches/gcolor3-update-libportal-usage.patch: New file. * gnu/packages/gnome.scm (gcolor3)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-12gnu: setzer: Add python-wrapper to fix build.Maxim Cournoyer
* gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper.
2022-05-12gnu: libgrss: Use libsoup-minimal-2 to fix build.Maxim Cournoyer
* gnu/packages/gnome.scm (libgrss)[propagated-inputs]: Use libsoup-minimal-2.
2022-05-12gnu: seed: Use webkitgtk-with-libsoup2.Maxim Cournoyer
* gnu/packages/gnome.scm (seed)[propagated-inputs]: Use webkitgtk-with-libsoup2.
2022-04-28Merge branch 'master' into stagingLudovic Courtès
2022-04-19gnu: komikku: Update to 0.38.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.38.0.
2022-04-19gnu: geary: Remove input labels.Ludovic Courtès
* gnu/packages/gnome.scm (geary)[inputs, native-inputs]: Remove labels.
2022-04-19gnu: geary: Add missing input.Rene Saavedra
* gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05gnu: phodav: Use libsoup 2 instead of libsoup 3.Leo Nikkilä
Looks like phodav requires libsoup 2. Example of failing build logs, wanting libsoup 2.4: <https://ci.guix.gnu.org/build/584454/log/raw> After swapping the dependency, tests were failing due to HOME not being writable. I added a new build phase to account for this. I also removed the start-virtual-dir-server phase which no longer seems required, the tests pass without it. * gnu/packages/gnome.scm (phodav): Fix build, tests. [inputs]: Replace libsoup 3 with libsoup 2. [arguments]<#:phases>[set-temporary-home]: New phase. [arguments]<#:phases>[start-virtual-dir-server]: Remove phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-24gnu: cogl: Fix the home page.Zhu Zihao
[[PGP Signed Part:No public key for 66397F84F76693F9 created at 2022-03-23T11:08:49+0100 using EDDSA]] [[End of PGP Signed Part]] >From a133e9e91f189f873f86481c7d8c3b8b4c5f755d Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 23 Mar 2022 18:05:40 +0800 Subject: [PATCH] gnu: cogl: Fix the home page. The website https://www.cogl3d.org/ is not owned by Project Cogl now. Since Cogl is a part of Project Clutter, make Cogl use the same homepage as Clutter. * gnu/packages/gnome.scm (cogl): Fix the indentation. [homepage]: Use the same homepage as clutter. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-21Merge branch 'master' into staging.Maxim Cournoyer
2022-03-20gnu: system-config-printer: Use new style for arguments.Liliana Marie Prikler
* gnu/packages/gnome.scm (system-config-printer)[arguments]: Use G-Expressions. Delete trailing #ts.
2022-03-20gnu: system-config-printer: Update to 1.5.16.Liliana Marie Prikler
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.16. [#:phases]<patch-Makefile.am>: Rename to ... <patch-build-files>: ... this. Also patch configure.ac [inputs]: Replace intltool with gettext-minimal.
2022-03-20gnu: system-config-printer: Add install directories to pythonpath.Liliana Marie Prikler
* gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add ‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
2022-03-12gnu: eog-plugins: Symlink eog plugins into 'share/eog/plugins'.宋文武
Fixes <https://issues.guix.gnu.org/54283>. * gnu/packages/gnome.scm (eog-plugins)[arguments]: Add 'fix-plugins-path' phase.
2022-03-12gnu: eog: Wrap with gsettings schemas.宋文武
* gnu/packages/gnome.scm (eog)[arguments]: Add #:glib-or-gtk? #t.
2022-03-10gnu: gnome-sudoku: Remove input labels.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels.
2022-03-10gnu: gnome-sudoku: Add missing dependency on Python.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Add PYTHON.
2022-03-10gnu: gthumb: Fix build.Mathieu Othacehe
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
2022-03-08gnu: gitg: Update to 41.Liliana Marie Prikler
* gnu/packages/gnome.scm (gitg): Update to 41. [arguments]: Drop ‘harden’ phase. [inputs]: Replace gtkspell3 with gspell and gtksourceview-3 with gtksourceview. [native-inputs]: Add python.
2022-03-08gnu: gitg: Use new package style.Liliana Marie Prikler
* gnu/packages/gnome.scm (gitg)[arguments]: Use G-expressions. [native-inputs]: Drop labels.
2022-03-04gnu: komikku: Update to 0.37.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.37.0.
2022-02-13gnu: librsvg: Remove unused inputs.Marius Bakke
* gnu/packages/gnome.scm (librsvg)[native-inputs]: Remove PYTHON-WRAPPER and RUBY. [inputs]: Remove BZIP2, FONTCONFIG, LIBCROCO, and LIBGSF. (librsvg-2.40)[inputs]: Remove BZIP2 and LIBGSF.
2022-02-18gnu: upower: Remove obsolete phaseMaxime Devos
Now umockdev-wrapper refers to things by absolute path, this phase is no longer necessary. * gnu/packages/gnome.scm (upower)[arguments]<#:phases>{pre-check}: Remove. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18gnu: upower: Update to 0.99.15.Maxime Devos
Upstream has removed the Autotools build system and now only supports Meson, so the build system has been changed to 'meson-build-system'. The patch 'power-builddir.patch' has to be replaced to adjust to the switch to Meson. This has been done by adding an origin snippet. The origin snippet has been simplified, and for consistency, it has been made a gexp. Some dependencies were Autotools-only and could be removed. * gnu/packages/gnome.scm (upower): Update to 0.99.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18gnu: upower: Make it auto-updatable.Maxime Devos
* gnu/packages/gnome.scm (upower)[properties]: Set 'release-tag-prefix' and 'release-tag-delimiter'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-13gnu: zeitgeist: Update to 1.0.4.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.4. [arguments]: Don't explicitly return #t from phases.
2022-02-13gnu: dee: Build with older Vala version.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (dee)[native-inputs]: Substitute vala-0.52 for vala. Reported by florhizome[m] in #guix.
2022-02-13gnu: dee: Don't explicitly return #t from phasesTobias Geerinckx-Rice
* gnu/packages/gnome.scm (dee)[arguments]: Don't explicitly return #t from phases.
2022-02-13gnu: gnome-commander: Update to 1.14.0.Vinicius Monego
* gnu/packages/gnome.scm (gnome-commander): Update to 1.14.0. [native-inputs]: Add flex. [inputs]: Remove deprecated gnome-vfs. Add glib.
2022-02-11gnu: mutter: Disable timeline tests.Liliana Marie Prikler
* gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable timeline tests.
2022-02-08gnu: evolution-data-server: Build with libphonenumber.Liliana Marie Prikler
* gnu/packages/gnome.scm (evolution)[#:configure-flags]: Drop inexistent flags. Add "-DWITH_PHONENUMBER=ON". [native-inputs]: Add protobuf. [inputs]: Add boost and libphonenumber. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-02-03gnu: dia: Update to 0.97.3-3.0997887.Marius Bakke
* gnu/packages/gnome.scm (dia): Update to 0.97.3-3.0997887. [arguments]: Remove #:meson. Add #:parallel-build?. [inputs]: Remove PYTHON-2. Add PYTHON. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2022-01-27gnu: gnome-mines: Fix build.Michael Rohleder
* gnu/packages/web.scm (gnome-mines)[native-inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-23gnu: gnome-settings-daemon: Build with correct librsvg.Denis 'GNUtoo' Carikli
* gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-23gnu: gtk-vnc: Build with correct librsvg.Denis 'GNUtoo' Carikli
* gnu/packages/gnome.scm (gtk-vnc)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-23gnu: gtk-vnc: Remove dependency on GJS on non-x86_64.Denis 'GNUtoo' Carikli
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Provide GJS only when 'target-x86-64?'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-23gnu: gnome-builder: Adjust to new style.Liliana Marie Prikler
* gnu/packages/gnome.scm (gnome-builder)[arguments]: Convert to list of gexps. Drop trailing #t. [inputs,propagated-inputs,native-inputs]: Put on same line. [description]: Reformat.