aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-02-14Merge branch 'master' into stagingMarius Bakke
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.
2019-02-13gnu: urlscan: Update to 0.9.2.Efraim Flashner
* gnu/packages/mail.scm (urlscan): Update to 0.9.2.
2019-02-13gnu: linux-libre: Update to 4.20.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.8. (%linux-libre-hash): Update hash.
2019-02-13gnu: linux-libre@4.19: Update to 4.19.21.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.21. (%linux-libre-4.19-hash): Update hash.
2019-02-13gnu: linux-libre@4.14: Update to 4.14.99.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.99. (%linux-libre-4.14-hash): Update hash.
2019-02-13gnu: linux-libre@4.9: Update to 4.9.156.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.156.
2019-02-13gnu: Add burp.Ricardo Wurmus
* gnu/packages/backup.scm (burp): New variable.
2019-02-13gnu: mrustc: Fix deserialization bug in communication with the proceduralDanny Milosavljevic
macro compiler plugin. * gnu/packages/patches/mrustc-0.8.0-fix-variable-length-integer-receiving.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/rust.scm (mrustc)[source]: Use it. Co-authored-by: Chris Marusich <cmmarusich@gmail.com>
2019-02-13gnu: Add emacs-ledger-mode.Ricardo Wurmus
* gnu/packages/finance.scm (emacs-ledger-mode): New variable.
2019-02-13gnu: ledger: Update to 3.1.2 [security fixes].Ricardo Wurmus
* gnu/packages/finance.scm (ledger): Update to 3.1.2. [arguments]: Remove #:modules; remove obsolete configure flags; remove make flags; remove phase "boost-compat"; remove custom check phase; remove "relocate-elisp" phase; disable broken test in "check-setup" phase. [native-inputs]: Remove emacs-minimal. [license]: Remove gpl2+. * gnu/packages/patches/ledger-revert-boost-python-fix.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-13gnu: Fix aegisub.Björn Höfling
* gnu/packages/video.scm (aegisub)[arguments]: Add phase to fix boost headers.
2019-02-13gnu: gnome: Include system-config-printer.Christopher Baines
This package enables some functionality for printers within the gnome-control-center as well as providing a standalone configuration tool. At the moment, due to the lack of PackageKit support within Guix, the gnome-control-center can't help users through the process of installing this, so make it a default package. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add system-config-printer.
2019-02-13gnu: Add system-config-printer.Christopher Baines
* gnu/packages/gnome.scm (system-config-printer): New variable.
2019-02-13gnu: Add python-pycups.Christopher Baines
* gnu/packages/cups.scm (python-pycups): New variable.
2019-02-13gnu: Add cups-pk-helper.Christopher Baines
* gnu/packages/cups.scm (cups-pk-helper): New variable.
2019-02-13gnu: red-eclipse: Fix build.Christopher Baines
Add a patch from the upstream repository [1] that resolves some errors that prevent the package from building [2]. 1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49 2: error: ‘____gammal_r_finite’ was not declared in this scope * gnu/packages/games.scm (red-eclipse)[source] Add patch. * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file * gnu/local.mk (dist_patch_DATA): Add new patch.
2019-02-13gnu: bs1770gain: Update to 0.5.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (bs1770gain): Update to 0.5.2.
2019-02-13gnu: libdmtx: Edit description.Tobias Geerinckx-Rice
* gnu/package/aidc.scm (libdmtx)[description]: Replace redundant OS information with fascinating barcode facts.
2019-02-13gnu: libdmtx: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/aidc.scm (libdmtx): Update to 0.7.5. [source]: Update. Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Disable broken test suite. [native-inputs]: Add autoconf, automake, and libtool. [home-page]: Update.
2019-02-13gnu: s6: Update to 2.7.2.2.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6): Update to 2.7.2.2.
2019-02-13gnu: dwm: Update to 6.2.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (dwm): Update to 6.2.
2019-02-13gnu: coq-mathcomp: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/coq.scm (coq-mathcomp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-13gnu: coq: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/coq.scm (coq)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add 'make-git-checkout-writable' phase.
2019-02-13gnu: console-setup: Update to 1.189.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup): Update to 1.189.
2019-02-13gnu: knot: Update to 2.7.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.7.6.
2019-02-13gnu: knot: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot)[source]: Hard-code NAME.
2019-02-13gnu: nsd: Update to 4.1.26.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.1.26.
2019-02-13gnu: yadifa: Update to 2.3.9.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.3.9.