summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-18gnu: papi: Update to 6.0.0.Ludovic Courtès
* gnu/packages/profiling.scm (papi): Update to 6.0.0. [source]: Add 'modules' and 'snippet'. [inputs]: Add LIBPFM4. [native-inputs]: Remove AUTOCONF. [arguments]: Use gexps. Pass "--with-shlib-tools" and "--with-pfm-prefix=". Remove 'autoconf', 'patch-components', and 'components' phases. Add 'change-directory' phase. Adjust file name in 'extra-doc' phase'.
2022-01-18gnu: papi: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/profiling.scm (papi)[properties]: New field.
2022-01-18doc: Extract (localization) module.Ludovic Courtès
* doc/build.scm (localization-helper-module): New procedure. (html-manual-indexes)[build]: Use it. Remove use of GUILE-JSON-3.
2022-01-18gnu: gnome-control-center: Update to 41.2.Maxim Cournoyer
* gnu/packages/patches/gnome-control-center-libexecdir.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (gnome-control-center): Update to 41.2. [source]: Apply patch. [phases]{no-polkit-magic}: New phase. [native-inputs]: Use new style. Add python. [propagated-inputs]: Use new style. Replace gdk-pixbuf by librsvg.
2022-01-18gnu: gnome-boxes: Add python to native inputs.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-boxes)[native-inputs]: Use new style and add python. [inputs]: Use new style.
2022-01-18gnu: folks: Add python to native inputs.Maxim Cournoyer
Reported by ekaitz on #guix. * gnu/packages/gnome.scm (folks): Delete trailing #t. [native-inputs]: Use new style. Add python.
2022-01-18gnu: python-dbusmock: Update to 0.25.0 and reap terminated processes.Maxim Cournoyer
It was reported by abrenon and zimoun in #guix that python-dbusmock would fail to build on their systems. * gnu/packages/python-xyz.scm (python-dbusmock) [imported-modules, modules]: New arguments. [native-inputs]: Use new style. [phases]{check}: Override phase to run it via a dumb init that can handle signals and reap dead processes correctly. This prevents test suite failures in some cases (though it is still unknown why it was working on some systems and not on others before the change).
2022-01-18gnu: vte: Fix build.Mathieu Othacehe
* gnu/packages/gnome.scm (vte)[native-inputs]: Add python.
2022-01-18gnu: python-jose: Update to 3.3.0.Lars-Dominik Braun
Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0.
2022-01-18gnu: python-esptool-3.0: Add missing dependencies.Lars-Dominik Braun
Fixes: <https://issues.guix.gnu.org/52988> * gnu/packages/engineering.scm (python-esptool-3.0)[propagated-inputs]: Add python-reedsolo, python-cryptography and python-bitstring.
2022-01-18gnu: python-ecdsa: Update to 0.17.0.Lars-Dominik Braun
Required by python-esptool. * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.17.0. [arguments]: Ignore failing test.
2022-01-18gnu: Add python-reedsolo.Lars-Dominik Braun
Missing dependency of python-esptool. * gnu/packages/python-xyz.scm (python-reedsolo): New variable.
2022-01-18gnu: emacs-xclip: Update to 1.11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xclip): Update to 1.11. [source]: Use ".tar" extension.
2022-01-18gnu: gmni: Update to 1.0.Nicolas Goaziou
* gnu/packages/web-browsers.scm (gmni): Update to 1.0. [arguments]<#:make-flags>: Use G-expressions. [inputs]: Replace openssl with bearssl.
2022-01-18gnu: Add bearssl.Nicolas Goaziou
* gnu/packages/tls.scm (bearssl): New variable.
2022-01-18gnu: lagrange: Update to 1.10.0.Nicolas Goaziou
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.0.
2022-01-18gnu: emacs-svg-lib: Update to 0.2.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.2.5.
2022-01-18gnu: emacs-xr: Update to 1.22.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.22.
2022-01-18gnu: trash-cli: Update to 0.21.10.24.Brice Waegeneire
* gnu/packages/shellutils.scm (trash-cli): Update to 0.21.10.24. [source]: Use github repository instead of pypi. [arguments]<python>: Use python 3. <tests>: Enable tests. <phases>: Add "fix-setup.py" phase. [native-inputs]: Add python-pytest, python-mock and python-six. [propagated-inputs]: Add python-psutil.
2022-01-18gnu: igraph: Update to 0.9.9.Maxim Cournoyer
* gnu/packages/graph.scm (igraph): Update to 0.9.9.
2022-01-18gnu: igraph: Update to 0.9.6.Maxim Cournoyer
* gnu/packages/graph.scm (igraph): Update to 0.9.6. [snippet]: Simplify source snippet a bit, leveraging the new support for using an external plfit library.
2022-01-18Revert "gnu: python-aiohttp: Skip the tests."Maxim Cournoyer
This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite passes after the package update of e40dfcfcb1.
2022-01-17gnu: python-black: Relax tomli version requirement.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-black) [phases]{relax-version-requirements}: New phase.
2022-01-17gnu: python-aiohttp: Update to 3.8.1.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-6.1): Delete package. * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1. [source]: Adjust snippet and comment it out with a TODO comment. [phases]{cythonize}: Fix indentation. {check}: Use 'when' for the TESTS? condition. Delete the test_proxy_functional.py test file. Skip tests requiring networking. Run tests in parallel with xdist. [propagated-inputs]: Add python-aiosignal. Remove python-attrs. {python-chardet}: Replace by... {python-charset-normalizer}: ... this. Add python-frozenlist. [native-inputs]: Use the regular python-pytest package. Add python-pytest-xdist.
2022-01-17gnu: python-async-timeout: Update to 4.0.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-async-timeout): Update to 4.0.2. [home-page]: Remove trailing / to please 'guix lint'.
2022-01-17gnu: Add python-aiosignal.Maxim Cournoyer
* gnu/packages/python-web.scm (python-aiosignal): New variable.
2022-01-17gnu: Add python-frozenlist.Maxim Cournoyer
* gnu/packages/python-web.scm (python-frozenlist): New variable.
2022-01-17gnu: python-aiohttp: Skip the tests.Leo Famulari
The test suite is failing because it fails to handle a deprecation warning. Just skip it for now. * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Skip the test suite.
2022-01-18gnu: easyrpg-player: Update to 0.7.0.Nicolas Goaziou
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0. [inputs]: Add fluidsynth, fmt.
2022-01-18gnu: liblcf: Update to 0.7.0.Nicolas Goaziou
* gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
2022-01-17gnu: shotwell: Add python to native inputs.Leo Famulari
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
2022-01-16gnu: mtools: Update to 4.0.37.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (mtools): Update to 4.0.37.
2022-01-16gnu: freedroidrpg: Fix build with GCC 10.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freedroidrpg)[arguments]: Add ‘-fcommon’ to #:configure-flags' CFLAGS.
2022-01-17gnu: pitivi: Add python to native-inputs.Leo Famulari
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
2022-01-17gnu: Blanket: Add python to native-inputs.Leo Famulari
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/task-management.scm (blanket)[native-inputs]: Add python.
2022-01-18gnu: snap: Remove inputs labels.Nicolas Goaziou
* gnu/packages/education.scm (snap)[inputs]: Remove labels.
2022-01-18gnu: snap: Update to 7.0.5.Nicolas Goaziou
* gnu/packages/education.scm (snap): Update to 7.0.5.
2022-01-17gnu: deluge: Add explanation about wrap phase.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
2022-01-17gnu: deluge: Adjust style.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels.
2022-01-17gnu: deluge: Update to 2.0.5.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.
2022-01-17gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].Leo Famulari
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
2022-01-17gnu: linux-libre-lts: Update to 5.15.Leo Famulari
5.15 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-5.15.
2022-01-17gnu: linux-libre 5.4: Update to 5.4.172.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.172. (linux-libre-5.4-pristine-source): Update hash.
2022-01-17gnu: linux-libre 5.10: Update to 5.10.92.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.92. (linux-libre-5.10-pristine-source): Update hash.
2022-01-17gnu: linux-libre: Update to 5.15.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.15. (linux-libre-5.15-pristine-source): Update hash.
2022-01-17gnu: efl: Add python to native inputs.Maxim Cournoyer
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
2022-01-17gnu: python-pystache: Update to 0.6.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
2022-01-17gnu: Add xmonad-next and ghc-xmonad-contrib-next.John Kehayias
Fixes: <https://issues.guix.gnu.org/issue/52784>. * gnu/packages/wm.scm (xmonad-next): New variable. Compared to xmonad: Update to 0.17.0. [inputs]: Add GHC-DATA-DEFAULT-CLASS, remove GHC-EXTENSIBLE-EXCEPTIONS, GHC-DATA-DEFAULT, GHC-SEMIGROUPS, and GHC-UTF8-STRING. [native-inputs]: Add GHC-QUICKCHECK and GHC-QUICKCHECK-CLASSES. (ghc-xmonad-contrib-next): New variable. Compared to ghc-xmonad-contrib: Update to 0.17.0. [propagated-inputs]: Remove GHC-OLD-TIME, GHC-EXTENSIBLE-EXCEPTIONS, GHC-SEMIGROUPS. [native-inputs]: Add GHC-QUICKCHECK and GHC-HSPEC. (xmonad): Inherit from xmonad-next. (ghc-xmonad-contrib): Inherit from ghc-xmonad-contrib-next. * gnu/packages/patches/xmonad-next-dynamic-linking.patch: New patch. Update of xmonad-dynamic-linking.patch to apply to xmonad-next. * gnu/local.mk: Add it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: xmobar: Update to 0.40.John Kehayias via Guix-patches via
* gnu/packages/wm.scm (xmobar): Update to 0.40. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Add ghc-quickcheck-classes.John Kehayias via Guix-patches via
* gnu/packages/haskell-check.scm (ghc-quickcheck-classes): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>