summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* publish: Improve performance by increasing buffer size.Ricardo Wurmus2020-05-19
| | | | * guix/scripts/publish.scm (http-write): Increase socket send buffer.
* gnu: docker: Remove references to go.Danny Milosavljevic2020-05-19
| | | | | | | Fixes <https://bugs.gnu.org/41406>. * gnu/packages/docker.scm (docker)[arguments]<#:phases>[remove-go-references]: New phase.
* gnu: cwm: Update to 6.6.nikita2020-05-19
| | | | | | | * gnu/packages/wm.scm (cwm): Update to 6.6. [source, home-page]: Update URLs. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-ujson: Update to 2.0.3.Efraim Flashner2020-05-19
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ujson): Update to 2.0.3. [source]: Remove bundled source. [arguments]: Add phase to link to system double-conversion. Add custom 'check phase. [native-inputs]: Add double-conversion, python-setuptools-scm, python-pytest. [home-page]: Update to new home-page. [description]: Drop reference to python-2 support. (python-ujson-1): New variable. (python2-ujson): Rename to python2-ujson-1. (python-jsonrpc-server)[propagated-inputs]: Replace python-ujson with python-ujson-1.
* gnu: python-falcon: Update to 2.0.0.Efraim Flashner2020-05-19
| | | | | | | | | | | * gnu/packages/python-web.scm (python-falcon): Update to 2.0.0. [source]: Add snippet to remove bundled code. [arguments]: Update custom 'check phase. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-jsonschema. Add python-mujson, python-pytest-runner, python-rapidjson, python-ujson. [properties]: New field. (python2-falcon)[native-inputs]: Don't add python-rapidjson.
* gnu: Add python-rapidjson.Efraim Flashner2020-05-19
| | | | * gnu/packages/python-web.scm (python-rapidjson): New variable.
* gnu: python-jsonrpc-server: Update to 0.3.4.Efraim Flashner2020-05-19
| | | | | * gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.3.4. [propagated-inputs]: Remove python-future.
* gnu: Add python-mujson.Efraim Flashner2020-05-19
| | | | * gnu/packages/python-xyz.scm (python-mujson): New variable.
* gnu: opensmtpd: Update to 6.7.0p1 [security fixes].Tobias Geerinckx-Rice2020-05-19
| | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.7.0p1.
* gnu: Add wofi.Alex McGrath2020-05-19
| | | | | | * gnu/packages/xdisorg.scm (wofi): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: vte: Remove obsolete input.Marius Bakke2020-05-19
| | | | | * gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: Add hitch.Marius Bakke2020-05-19
| | | | * gnu/packages/web.scm (hitch): New public variable.
* gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].Marius Bakke2020-05-19
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.4.9.
* gnu: granite: Fix cross-compilation.Danny Milosavljevic2020-05-19
| | | | | * gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee. [inputs]: Add glib, libgee.
* gnu: Add pantheon-calculator.Ryan Prior2020-05-19
| | | | | | * gnu/packages/pantheon.scm (pantheon-calculator): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: vte: Enable vala bindings.Danny Milosavljevic2020-05-19
| | | | | * gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add "-Dvapi=true".
* gnu: vte: Update to 0.60.2.Ryan Prior via Guix-patches via2020-05-19
| | | | | | | * gnu/packages/gnome.scm (vte): Update to 0.60.2. [arguments]<#:configure-flags>: Disable systemd. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & CVE-2020-8617].Tobias Geerinckx-Rice2020-05-19
| | | | * gnu/packages/dns.scm (bind): Update to 9.16.3.
* gnu: sra-tools: Update to 2.10.6.Ricardo Wurmus2020-05-19
| | | | | | * gnu/packages/bioinformatics.scm (sra-tools): Update to 2.10.6. [arguments]: Replace CC variable in utf8proc Makefile. [inputs]: Replace hdf5 with hdf5-1.10; add python-wrapper.
* gnu: ncbi-vdb: Update to 2.10.6.Ricardo Wurmus2020-05-19
| | | | * gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.10.6.
* gnu: ngs-sdk: Update to 2.10.5.Ricardo Wurmus2020-05-19
| | | | * gnu/packages/bioinformatics.scm (ngs-sdk): Update to 2.10.5.
* gnu: Add emacs-plantuml-mode.Clément Lassieur2020-05-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-plantuml-mode): New variable.
* gnu: Add granite.Ryan Prior2020-05-19
| | | | | | | * gnu/packages/pantheon.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution".Stefan2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/bootloaders/grub.scm (<grub-image>): Remove this record and replace it by ... (<grub-theme>)[image]: ... this field with the default from %background-image, (<grub-theme>)[resolution]: ... this field with the defaults from 'width' and 'height' of 'grub-background-image'. (<grub-theme>)[images]: Remove this field. (svg->png): Rename to ... (image->png): ... and use 'copy-file' instead of 'svg->png', if the suffix of the image file is not ".svg". (grub-background-image): Remove the arguments 'width' and 'height'. (grub-theme-image): Add function. (grub-theme-resolution): Add function. (grub-theme-gfxmode): Add function. (grub-image): Remove function. (grub-image?): Remove function. (grub-image-aspect-ratio): Remove function. (grub-image-file): Remove function. (grub-theme-images): Remove function. (%default-theme): Remove variable. (%background-image): Remove variable. Using image formats different to SVG was not possible. For a <grub-image> to be chosen, the 'aspect-ratio' of it had to be 4/3, as the resolution of any image was defaulting to 1024 x 768. There was no code to determine the proper boot-resolution to make any use of a list of images with different aspect-ratios. It seems to be a better solution to only define a single image with any format, and use a given resolution only for the conversion from a SVG file. This also makes the use of a special <grub-image> record unnecessary. Moving the default values from '%background-image' and '%default-theme' into <grub-theme> makes a customisation easier without (inherit) and allows to remove the undocumented variables %background-image' and '%default-theme'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: svt-av1: Update to 0.8.3.Leo Famulari2020-05-18
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.3.
* gnu: emacs-elpher: Update to 2.7.4.Simon South2020-05-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.4. [home-page, source]: Use new upstream URIs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-mpsse: Update to 1.4.1.Danny Milosavljevic2020-05-18
| | | | | | Follow-up to a7b20226b2bf1a73b8f0f6536e7fa43326f35e33. * gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1.
* gnu: Add superstarfighter.Timotej Lazar2020-05-18
| | | | | | * gnu/packages/games.scm (superstarfighter): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: godot: Install provided .desktop file and icons.Timotej Lazar2020-05-18
| | | | | | | | * gnu/packages/game-development.scm (godot)[arguments]: Install the provided godot.desktop instead of creating a new one. Copy icons to the correct location in share/icons/hicolor as per XDG. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: godot: Build and install the headless version.Timotej Lazar2020-05-18
| | | | | | | | | | * gnu/packages/game-development.scm (godot): Build the headless (server) binary. This is needed to package games using Godot without depending on X. [outputs]: Add "headless". [arguments]<#:phases>[build-headless]: New phase. [arguments]<#:phases>[install]: Install headless version to separate output. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: godot: Remove obsolete workaround for aarch64.Timotej Lazar2020-05-18
| | | | | | | * gnu/packages/game-development.scm (godot)[arguments]: Remove -DNO_THREADS from scons-flags as Godot now builds and runs without it on aarch64. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: godot: Enable release build.Timotej Lazar2020-05-18
| | | | | | | * gnu/packages/game-development.scm (godot)[arguments]: Set release_debug target in #:scons-flags to enable optimized build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* build-system/guile: Expose #:scheme-file-regexp.Alex Sassmannshausen2020-05-18
| | | | | * guix/build-system/guile.scm (%scheme-file-regexp): New variable. (guile-build): Accept #:scheme-file-regexp and pass it on to builder.
* gnu: guile-config: Update to 0.4.1.Alex Sassmannshausen2020-05-18
| | | | * gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.1.
* guix describe: Add '--list-formats'Ekaitz Zarraga2020-05-18
| | | | | | | | | * guix/scripts/describe.scm (%available-formats): New variable. (list-formats): New procedure. (%options, show-help): Add --list-formats * doc/guix.texi: Add --list-formats Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Inherit md5.scm fix in custom 'guile-lib' variant.Ludovic Courtès2020-05-18
| | | | | * doc/build.scm (guile-lib/htmlprag-fixed)[source]: Remove. [arguments]: Add 'fix-htmlprag' phase.
* gnu: dovecot: Update to 2.3.10.1 [security fixes].Tobias Geerinckx-Rice2020-05-18
| | | | | | Fixes CVE-2020-10957, CVE-2020-10958, and CVE-2020-10967. * gnu/packages/mail.scm (dovecot): Update to 2.3.10.1.
* gnu: guile-studio: Update to 0.0.2-1.d24d59a.Ricardo Wurmus2020-05-18
| | | | * gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.2-1.d24d59a.
* gnu: guile-studio: Build with Guile 3.0.Ricardo Wurmus2020-05-18
| | | | | * gnu/packages/guile-xyz.scm (guile-studio)[inputs]: Replace guile-2.2 with guile-3.0.
* gnu: ikiwiki: Add missing input.Paul Garlick2020-05-18
| | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-lwpx-paranoidagent.
* gnu: Add perl-lwpx-paranoidagent.Paul Garlick2020-05-18
| | | | * gnu/packages/web.scm (perl-lwpx-paranoidagent): New variable.
* build: minify-build-system: Fail to install empty files.Efraim Flashner2020-05-18
| | | | | * guix/build/minify-build-system.scm (install): Produce an error if the minified file is zero bytes.
* gnu: kcachegrind: Update to 19.08.3.Marius Bakke2020-05-18
| | | | * gnu/packages/kde.scm (kcachegrind): Update to 19.08.3.
* gnu: kqtquickcharts: Update to 19.08.3.Marius Bakke2020-05-18
| | | | * gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.3.
* gnu: kpmcore: Update to 4.1.0.Marius Bakke2020-05-18
| | | | | | | | * gnu/packages/patches/kpmcore-fix-tests.patch, gnu/packages/patches/kpmcore-remove-broken-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kde.scm (kpmcore): Update to 4.1.0. [source](patches): Remove.
* gnu: qca: Update to 2.3.0.Marius Bakke2020-05-18
| | | | * gnu/packages/kde.scm (qca): Update to 2.3.0.
* gnu: libkomparediff2: Update to 19.08.3.Marius Bakke2020-05-18
| | | | * gnu/packages/kde.scm (libkomparediff2): Update to 19.08.3.
* gnu: krita: Update to 4.2.9.Marius Bakke2020-05-18
| | | | | * gnu/packages/kde.scm (krita): Update to 4.2.9. [arguments]: Add special configure flag for OPENEXR instead of ILMBASE.
* gnu: kdiagram: Update to 2.7.0.Marius Bakke2020-05-18
| | | | * gnu/packages/kde.scm (kdiagram): Update to 2.7.0.
* gnu: CUPS: Inherit replacement from cups-minimal.Marius Bakke2020-05-18
| | | | | | * gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT. [replacement]: Remove. (cups-2.3.3): Remove variable.