summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2019-02-14gnu: Add ruby-contracts.Christopher Baines
* gnu/packages/ruby.scm (ruby-contracts): New variable.
2019-02-14gnu: Add ruby-cucumber-wire.Christopher Baines
Package version 0.0.1 initially, as this is what's needed by Cucumber 3, and Cucumber 4 hasn't been released yet. * gnu/packages/ruby.scm (ruby-cucumber-wire): New variable.
2019-02-14gnu: ruby-safe-yaml: Add missing require 'time'.Christopher Baines
Patch ruby-safe-yaml to fix an issue that would lead to an error like this: uninitialized constant SafeYAML::Parse::Date::DateTime It's been reported upstream [1], and this patch was taken from the upstream Git repository. 1: https://github.com/dtao/safe_yaml/issues/80 * gnu/packages/ruby.scm (ruby-safe-yaml)[source]: Switch to the Git repository so that applying patches works and add a patch. [arguments]: Enable tests and add a phase to set the TZ environment variable, as one of the tests depends on a certian timezone. * gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch file.
2019-02-14gnu: bs1770gain: Adjust the usage text and home-page.Leo Famulari
* gnu/packages/audio.scm (bs1770gain)[source]: Add snippet. [home-page]: Update.
2019-02-14gnu: PostgreSQL 9.6: Update to 9.6.12.Leo Famulari
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.12.
2019-02-14gnu: PostgreSQL: Update to 10.7.Leo Famulari
* gnu/packages/databases.scm (postgresql): Update to 10.7.
2019-02-14gnu: perl-datetime-format-strptime: Update to 1.76.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.76.
2019-02-14gnu: perl-datetime-locale: Update to 1.23.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.23. [native-inputs]: Add perl-ipc-system-simple.
2019-02-14gnu: tmuxifier: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/tmux.scm (tmuxifier)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-14gnu: tmux-themepack: Use GIT-* helpers, not NAME.Tobias Geerinckx-Rice
* gnu/packages/tmux.scm (tmux-themepack)[version]: Use GIT-VERSION. [source]: Hard-code NAME. Use GIT-FILE-NAME.
2019-02-14gnu: Remove python2-pyquery.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python2-pyquery): Remove broken package.
2019-02-14gnu: python-paste: Update to 3.0.6.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
2019-02-14gnu: python-webtest: Update to 2.0.33.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-webtest, python2-webtest): Update to 2.0.33. Remove outdated comments.
2019-02-14gnu: python-sockjs-tornado: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-sockjs-tornado) (python2-sockjs-tornado): Update to 1.0.6.
2019-02-14gnu: python-scrypt: Update to 0.8.7.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.8.7.
2019-02-14gnu: python-base58: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-base58): Update to 1.0.3.
2019-02-14gnu: rust: Update to 1.29.2.Ivan Petkov
* gnu/packages/rust.scm (rust): Rename to... (rust-1.28): ...this. (rust): New variable.
2019-02-14gnu: conkey: Update to 1.11.2.Pierre Neidhardt
* gnu/packages/conky.scm (conkey): Update to 1.11.2.
2019-02-14gnu: inxi-minimal: Update inputs.Efraim Flashner
* gnu/packages/admin.scm (inxi-minimal)[inputs]: Replace bash with bash-minimal, add procps. (inxi)[inputs]: Inherit procps from inxi-minimal.
2019-02-13gnu: dealii: Upgrade to 9.0.1.Eric Bavier
* gnu/packages/patches/dealii-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (dealii)[source]: Upgrade to 9.0.1. Use patch. [arguments]: Use new MPI configuration flags.
2019-02-14gnu: libdvdread: Update to 6.0.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdvdread): Update to 6.0.1.
2019-02-14gnu: libdvdread: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
2019-02-14gnu: hiawatha: Update to 10.8.4.Tobias Geerinckx-Rice
* gnu/packages/web.scm (hiawatha): Update to 10.8.4.
2019-02-14gnu: rclone: Update to 1.46.Tobias Geerinckx-Rice
* gnu/packages/sync.scm (rclone): Update to 1.46. [arguments]: Remove 'set-home-directory' phase.
2019-02-14gnu: rrdtool: Update to 1.7.1.Tobias Geerinckx-Rice
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.1.
2019-02-14gnu: perl-xml-libxml: Update to 2.0134.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134.
2019-02-13gnu: Add trydiffoscope.Vagrant Cascadian
* gnu/packages/package-management (trydiffoscope): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2019-02-14gnu: qtbase: Restore compilation on linux kernels < 4.11.Andreas Enge
Fixes <https://bugs.gnu.org/34431>. * gnu/packages/patches/qtbase-old-kernel.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/qt.scm (qtbase): Add patch.
2019-02-14gnu: doxygen: Update home page and source URI.Marius Bakke
* gnu/packages/documentation.scm (doxygen)[home-page]: Change to <http://www.doxygen.nl>. [source](uri): Likewise. Add sourceforge mirror.
2019-02-14gnu: xapian: Update to 1.4.10.Marius Bakke
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.10.
2019-02-14gnu: msmtp: Update to 1.8.3.Marius Bakke
* gnu/packages/mail.scm (msmtp): Update to 1.8.3.
2019-02-14gnu: GnuPG: Update to 2.2.13.Marius Bakke
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.13.
2019-02-14gnu: libassuan: Update to 2.5.3.Marius Bakke
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.3.
2019-02-14gnu: Varnish: Update to 6.1.1.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 6.1.1. [native-inputs]: Add PYTHON-SPHINX. [arguments]: Add "--disable-pcre-jit" to #:configure-flags.
2019-02-14gnu: Open vSwitch: Update to 2.10.1.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 2.10.1.
2019-02-14gnu: KDE Plasma: Remove unused properties.Marius Bakke
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker)[properties]: Remove.
2019-02-14gnu: Restore copyright header.Marius Bakke
This was mistakenly removed in bec2a2e10e199d6ee671ec5713bd103242e91b62. * gnu/packages/kde.scm: Restore copyright header.
2019-02-13gnu: certbot, python-acme: Update to 0.31.0.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.31.0.
2019-02-13gnu: Add ocaml-timed.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-timed): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: Add ocaml-bindlib.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-bindlib): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: Add ocaml-earley.Gabriel Hondet
* gnu/packages/ocaml.scm (ocaml-earley): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: Add coq-equations.Dan Frumin
* gnu/packages/coq.scm (coq-equations): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: Add ELPA.Eric Bavier
* gnu/packages/maths.scm (elpa, elpa-openmpi): New variables.
2019-02-13gnu: petsc: Upgrade to 3.10.3.Eric Bavier
* gnu/packages/maths.scm (petsc): Upgrade to 3.10.3.
2019-02-13gnu: scalapack: Remove use of deprecated MPI1 symbols.Eric Bavier
* gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (scalapack)[source]: Use it.
2019-02-13gnu: khard: Enable tests.Efraim Flashner
* gnu/packages/mail.scm (khard)[arguments]: Enable test suite.
2019-02-13gnu: khard: Update to 0.13.0.Efraim Flashner
* gnu/packages/mail.scm (khard): Update to 0.13.0.
2019-02-13gnu: fluxbox: All phases return #t.Efraim Flashner
* gnu/packages/wm.scm (fluxbox)[arguments]: All phases return #t.
2019-02-13gnu: fluxbox: Install vim helper files.Efraim Flashner
* gnu/packages/wm.scm (fluxbox)[arguments]: Add custom phase to install vim files.
2019-02-13gnu: vim-airline: Update to 0.10.Efraim Flashner
* gnu/packages/vim.scm (vim-airline): Update to 0.10.