summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-poppler-qt5: Fix building.Efraim Flashner2021-11-06
| | | | | | * gnu/packages/pdf.scm (python-poppler-qt5)[source]: Add patch. * gnu/packages/patches/python-poppler-qt5-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: RocksDB: Update to 6.25.3.Marius Bakke2021-11-06
| | | | | | | | | * gnu/packages/databases.scm (rocksdb): Update to 6.25.3. [inputs]: Change from PYTHON-2 to PYTHON. [arguments]: Adjust #:make-flags for upstream changes. Use a less arbitrary test subset. Move the disable-optimizations phase contents to #:make-flags. Introduce 'clean' phase. While here, fix cross-compilation and remove trailing #t's.
* gnu: snappy: Cross-compile.Marius Bakke2021-11-06
| | | | | | * gnu/packages/compression.scm (snappy)[arguments]: Adjust unpack-third_party-subprojects phase to look up inputs from NATIVE-INPUTS in addition to INPUTS.
* gnu: ceph: Update to 16.2.6.Marius Bakke2021-11-06
| | | | | | | | | | | | | | | * gnu/packages/storage.scm (ceph): Update to 16.2.6. [source](patches): Add two new patches. Remove one obsolete. [source](snippet): Unbundle fmt. [arguments]: Remove -DWITH_PYTHON3 from #:configure-flags. Add -DWITH_SYSTEMD. Adjust RUNPATH substitution, and the wrap-python-scripts phase, for upstream changes. Remove trailing #t's. [inputs]: Remove PYTHON-SIX and PYTHON-WRAPPER. Add FMT, ICU4C, PYTHON-PYYAML, PYTHON, and SQLITE. * gnu/packages/patches/ceph-fix-snappy-breaking-change.patch: Delete file. * gnu/packages/patches/ceph-boost-compat.patch, gnu/packages/patches/ceph-rocksdb-compat.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\
| * gnu: odamex: Update to 0.9.5.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/games.scm (odamex): Update to 0.9.5.
| * Revert "gnu: Add rust-libloading-0.7."Efraim Flashner2021-11-03
| | | | | | | | | | This reverts commit 4b0ef566fa16d57c6f43e3cefd686634c11e1e43. rust-libloading-0.7 is already in (gnu packages crates-io).
| * gnu: Add rust-tiny-http-0.8.phodina2021-11-03
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-tiny-http-0.8): New variable. (rust-tiny-http-0.6): Inherit from ‘rust-tiny-http-0.8’. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-chunked-tansfer-1.phodina2021-11-03
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-chunked-transfer-1): New variable. (rust-chunked-transfer-0.3): Inherit from ‘rust-chunked-transfer-1’. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-fdlimit-0.1.phodina2021-11-03
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-fdlimit-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-libloading-0.7.phodina2021-11-03
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-libloading-0.7): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-deflate-0.9.phodina2021-11-03
| | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-deflate-0.9): New variable. (rust-deflate-0.8): Inherit from ‘rust-deflate-0.9’. (rust-deflate-0.7): Inherit from ‘rust-deflate-0.8‘. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-noise-0.7.phodina2021-11-03
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-noise-0.7): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: rust-base64-0.13: Fix inputs.phodina2021-11-03
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm(rust-base64-0.13)[arguments]<#:phases>: Substitute rust-criterion version 0.3.2 to 0.3.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-multipart-0.18.phodina2021-11-03
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-multipart-0.18): New variable. (rust-multipart-0.17): Inherit from ‘rust-multipart-0.18’. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: rust-multipart-0.17: Fix inputs.phodina2021-11-03
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-multipart-0.17)[cargo-development-inputs]: Add rust-env-log-0.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: guile-gi: Fix a source code encoding error.Vivien Kraus2021-11-03
| | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-gi)[phases]: Remove the default dotted circle from the combining character that is tested in test/string.scm. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: pstoedit: Update to 3.77.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/graphics.scm (pstoedit): Update to 3.77.
| * gnu: kirc: Update to 0.2.9.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/irc.scm (kirc): Update to 0.2.9.
| * gnu: labelme: Update to 4.5.13.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/image-processing.scm (labelme): Update to 4.5.13.
| * gnu: inkscape@1.1: Update to 1.1.1.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | | | | | | | | | * gnu/packages/inkscape.scm (inkscape-1.1): Update to 1.1.1. [source]: Remove patch. Don't explicitly return #t from snippet. [arguments]: Don't explicitly return #t from phases. * gnu/packages/patches/inkscape-1.1-fix-build-witch-gcc7.5.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: qiv: Update to 2.3.2.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | | | * gnu/packages/image-viewers.scm (qiv): Update to 2.3.2. [source]: Add a snippet. [arguments]: Don't explicitly return #t from phases.
| * gnu: lesspipe: Update to 1.90.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/less.scm (lesspipe): Update to 1.90. [arguments]: Don't explicitly return #t from phases.
| * gnu: libmtp: Update to 1.1.19.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/libusb.scm (libmtp): Update to 1.1.19.
| * gnu: cpuid: This tool is not Linux-specific per se.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/linux.scm (cpuid)[synopsis]: Remove ‘Linux’.
| * gnu: cpuid: Update to 20211031.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/linux.scm (cpuid): Update to 20211031. [arguments]: Don't explicitly return #t from phases.
| * gnu: procenv: Update to 0.60.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/linux.scm (procenv): Update to 0.60.
| * gnu: mcelog: Update to 179.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/linux.scm (mcelog): Update to 179. [source]: Don't explicitly return #t from snippet.
| * gnu: mhonarc: Update to 2.6.24.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (mhonarc): Update to 2.6.24.
| * gnu: libgnt: Update to 2.14.3.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/messaging.scm (libgnt): Update to 2.14.3. [arguments]: Don't explicitly return #t from phases.
| * gnu: moreutils: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/moreutils.scm (moreutils)[arguments]: Use CC-FOR-TARGET.
| * gnu: moreutils: Update to 0.66.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/moreutils.scm (moreutils): Update to 0.66. [arguments]: Don't explicitly return #t from phases.
| * gnu: prosody: Update to 0.11.10.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.10. [arguments]: Don't explicitly return #t from phases.
| * gnu: openvswitch: Omit most static libraries.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags.
| * gnu: openvswitch: Update to 2.16.1.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/networking.scm (openvswitch): Update to 2.16.1.
| * gnu: webkitgtk: Fix the build.Mark H Weaver2021-11-03
| | | | | | | | | | | | | | | | | | | | This is a followup to commit 8797a07ac0c2f2cce93b6642942a2654eaec1c69. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add "-DUSE_SOUP2=ON" to the configure flags. Add the 'prepare-build-environment' phase, which arranges to use clang for compilation. [native-inputs]: Add clang-11. [inputs]: Add lcms.
| * gnu: proxychains-ng: Cross-compile.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (proxychains-ng)[arguments]: Use CC-FOR-TARGET.
| * gnu: proxychains-ng: Update to 4.15.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (proxychains-ng): Update to 4.15. [arguments]: Don't explicitly return #t from phases.
| * gnu: putty: Edit description.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
| * gnu: putty: Try the upstream download URL first.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty)[source]: Add greenend.org.uk URL to the list.
| * gnu: putty: Update to 0.76.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/networking.scm (putty): Update to 0.76. [arguments]: Don't explicitly return #t from phases.
| * gnu: neomutt: Update to 20211029.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20211029. [arguments]: Don't explicitly return #t from phases.
| * gnu: fetchmail: Update to 6.4.23.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
| * gnu: qtractor: Update to 0.9.24.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/music.scm (qtractor): Update to 0.9.24.
| * gnu: img2pdf: Update to 0.4.3.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.3.
| * gnu: poppler-data: Update to 0.4.11.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/pdf.scm (poppler-data): Update to 0.4.11.
| * gnu: purescript: Update to 0.14.5.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/purescript.scm (purescript): Update to 0.14.5.
| * gnu: ldb: Update to 2.4.1.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/samba.scm (ldb): Update to 2.4.1. [source]: Don't explicitly return #t from snippet.
| * gnu: pavucontrol: Update to 5.0.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/pulseaudio.scm (pavucontrol): Update to 5.0. [inputs]: Add json-glib.
| * gnu: pamixer: Update to 1.5.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/pulseaudio.scm (pamixer): Update to 1.5. [arguments]: Don't explicitly return #t from phases.