summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-04-10gnu: Fix typo in (gnu packages gtk)....* gnu/packages/gtk.scm: Fix typo in copyright header. Tobias Geerinckx-Rice
2021-04-10gnu: go-github-com-charmbracelet-glamour: Fix typo in description....* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour) [description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: nimf: Fix typo in description....* gnu/packages/language.scm (nimf)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: sbcl-claw-utils: Fix typo in description....* gnu/packages/lisp-xyz.scm (sbcl-claw-utils)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: guile-eris: Fix typo in description....* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: libime: Fix typo in description....* gnu/packages/fcitx5.scm (libime)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: python-dpath: Fix typo in synopsis & description....* gnu/packages/python-xyz.scm (python-dpath) [synopsis, description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: popt: Fix typo in description....* gnu/packages/popt.scm (popt)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: rust-filesize: Fix typo in description....* gnu/packages/crates-io.scm (rust-filesize-0.2)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: camlboot: Fix typo in synopsis....* gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: sortmerna: Mark up description....* gnu/packages/bioinformatics.scm (sortmerna)[description]: Use @acronym{}. Tobias Geerinckx-Rice
2021-04-10gnu: tmsu: Fix typo in synopsis & description....* gnu/packages/file-systems.scm (tmsu)[synopsis, description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: davfs2: Fix typo in description....* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo. Tobias Geerinckx-Rice
2021-04-10gnu: erfa: Mark up description....* gnu/packages/astronomy.scm (erfa)[description]: Add all the @acronym{}s. Tobias Geerinckx-Rice
2021-04-10gnu: erfa: Update to 1.7.3....* gnu/packages/astronomy.scm (erfa): Update to 1.7.3. Tobias Geerinckx-Rice
2021-04-10gnu: airspyhf: Fix udev rules....* gnu/packages/radio.scm (airspyhf)[arguments]: Add 'fix-udev-rules' phase. Guillaume Le Vaillant
2021-04-10gnu: gnuradio-osmosdr: Add Airspy HF+ support....* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add airspyhf. Guillaume Le Vaillant
2021-04-10gnu: Add airspyhf....* gnu/packages/radio.scm (airspyhf): New variable. Guillaume Le Vaillant
2021-04-10gnu: jami-qt: Remove the custom wrap phase....Commit 06eb21856f made it necessary, since it is now handled by the Qt build system itself. * gnu/packages/jami.scm (jami-qt)[phases]{wrap}: Remove phase. Maxim Cournoyer
2021-04-10gnu: Fix build of python2-feedparser....This is a followup to commit 506eb97de7041f6bcb6e841201c01e88bedfc9d9. Feedparser dropped support for Python 2 in version 6.0.0. The latest release that works with Python 2 is 5.2.1. * gnu/packages/web.scm (python2-feedparser): Revert back to version 5.2.1. Leo Famulari
2021-04-09gnu: python2-sip: Remove package....* gnu/packages/qt.scm (python2-sip): Delete variable. Brendan Tildesley
2021-04-09gnu: Remove python2-pyqt....* gnu/packages/qt.scm (python2-pyqt): Remove variable. Brendan Tildesley
2021-04-09gnu: Remove python2-pyqtwebengine....* gnu/packages/qt.scm (python2-pyqtwebengine): Remove variable. Brendan Tildesley
2021-04-09gnu: calibre: Update to 5.14.0....* gnu/packages/ebook.scm (calibre): Update to 5.14.0. [source]: Adjust the snippet to preserve some files used by the HTML reader. [native-inputs]: Add python-pyqt-builder. Replace python2-flake8 with python-flake8. [inputs]: Remove chmlib, js-mathjax, python-chardet, and python-sip. Add python-cchardet, python-speechd, python-zeroconf, python-py7zr, python-pychm, python-pycryptodome, libjpeg, and libjxr. Replace all Python 2 dependencies with their Python 3 equivalents. [arguments]: Build with the default Python and adjust custom phases accordingly. Adjust the 'configure' phase to changes in how Calibre uses SIP, and patch lookup paths for libjpeg and libjxr. Rename the 'build-extra' phase to 'install-rapydscript', and run it after the 'install' phase. Adjust it for Calibre 5.14.0. * gnu/packages/patches/calibre-no-updates-dialog.patch, gnu/packages/patches/calibre-remove-test-sqlite.patch, gnu/packages/patches/calibre-remove-test-unrar.patch: Adjust patches for Calibre 5.14.0. Brendan Tildesley
2021-04-09gnu: python-html5lib: Depend on python-chardet....* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add python-chardet. Brendan Tildesley
2021-04-09gnu: Add python-cchardet....* gnu/packages/freedesktop.scm (python-cchardet): New variable. Brendan Tildesley
2021-04-09gnu: Add python-pychm....* gnu/packages/ebook.scm (python-pychm): New variable. Brendan Tildesley
2021-04-09gnu: python-feedparser: Update to 6.0.2....* gnu/packages/web.scm (python-feedparser): Update to 6.0.2. Brendan Tildesley
2021-04-09gnu: python-markdown: Update to 3.3.4....* gnu/packages/python-xyz.scm (python-markdown): Update to 3.3.4. Brendan Tildesley
2021-04-09gnu: Add python-py7zr....* gnu/packages/python-compression.scm (python-py7zr): New variable. Brendan Tildesley
2021-04-09gnu: Add python-bcj-cffi....* gnu/packages/python-compression.scm (python-bcj-cffi): New variable. Brendan Tildesley
2021-04-09gnu: Add python-pyzstd...* gnu/packages/python-compression.scm (python-pyzstd): New variable. Brendan Tildesley
2021-04-09gnu: python-zstandard: Update to 0.15.2....* gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2. Brendan Tildesley
2021-04-09gnu: Add python-ppmd-cffi....* gnu/packages/python-compression.scm (python-ppmd-cffi): New variable. Brendan Tildesley
2021-04-09gnu: Add python-multivolumefile....* gnu/packages/python-compression.scm (python-multivolumefile): New variable. Brendan Tildesley
2021-04-09gnu: Add python-pyannotate....* gnu/packages/python-check.scm (python-pyannotate): New variable. Brendan Tildesley
2021-04-09gnu: Add python-zeroconf....* gnu/packages/python-xyz.scm (python-zeroconf): New variable. Brendan Tildesley
2021-04-09gnu: Add python-ifaddr....* gnu/packages/python-xyz.scm (python-ifaddr): New variable. Brendan Tildesley
2021-04-09gnu: python-pyqt: Fix build for new python-sip....* gnu/packages/qt.scm (python-pyqt) [source]: Remove pyqt-public-sip.patch. [propagated-inputs]: Add python-pyqt5-sip. * gnu/packages/patches/pyqt-public-sip.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Brendan Tildesley
2021-04-09gnu: Add python-pyqt5-sip....* gnu/packages/qt.scm (python-pyqt5-sip): New variable. Brendan Tildesley
2021-04-09gnu: Add python-pyqt-builder....* gnu/packages/qt.scm (python-pyqt-builder): New variable. Brendan Tildesley
2021-04-09gnu: python-sip: Update to 5.5.0. Add python-sip-4...* gnu/packages/qt.scm (python-sip): Update to 5.5.0. (python-sip-4): New variable. Rename the old python-sip to python-sip-4. (python2-sip): Inherit from python-sip-4. * gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4. * gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4. * gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5. Brendan Tildesley
2021-04-09gnu: freeciv: Update to 2.6.4....* gnu/packages/games.scm (freeciv): Update to 2.6.4. Kei Kebreau
2021-04-09gnu: pidgin: Update to 2.14.3....* gnu/packages/messaging.scm (pidgin): Update to 2.14.3. [arguments]: Add an 'eat-leftovers phase. Tobias Geerinckx-Rice
2021-04-09gnu: stellarium: Update to 0.21.0....* gnu/packages/astronomy.scm (stellarium): Update to 0.21.0. Tobias Geerinckx-Rice
2021-04-09gnu: ruby-rexml: Update to 3.2.5....* gnu/packages/ruby.scm (ruby-rexml): Update to 3.2.5. Tobias Geerinckx-Rice
2021-04-09gnu: libmwaw: Update to 0.3.18....* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.18. Tobias Geerinckx-Rice
2021-04-09gnu: python-yamllint: Update to 1.26.1....* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.26.1. Tobias Geerinckx-Rice
2021-04-09gnu: guix: Update to 2d73086....* gnu/packages/package-management.scm (guix): Update to 2d73086. Ludovic Courtès
2021-04-09gnu: Add boost-mpi....* gnu/packages/boost.scm (boost-mpi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Franck Pérignon