summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2017-03-30
|\ | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * gnu: linux-libre: Update to 4.10.7.Mark H Weaver2017-03-30
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.7. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.19.Mark H Weaver2017-03-30
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.19.
| * gnu: linux-libre@4.4: Update to 4.4.58.Mark H Weaver2017-03-30
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.58.
| * gnu: kodi: Update to 18.0_alpha-1-ec5d53d.Marius Bakke2017-03-30
| | | | | | | | | | * gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-1-ec5d53d. [inputs]: Replace LIBYAJL with RAPIDJSON.
| * gnu: kodi: Remove silly wrapper script.Marius Bakke2017-03-30
| | | | | | | | | | * gnu/packages/kodi.scm (kodi)[arguments]: Add SYSTEM_LDFLAGS in configure-flags. Remove 'wrap' phase. Enable previously failing tests.
| * gnu: kodi: Embed full path to tzdata.Marius Bakke2017-03-30
| | | | | | | | | | | | * gnu/packages/kodi.scm (kodi)[arguments]: Add substitution for tzdata in 'patch-stuff' phase. [inputs]: Add TZDATA.
| * gnu: ceph: Update to 12.0.1.Marius Bakke2017-03-30
| | | | | | | | | | | | * gnu/packages/storage.scm (ceph): Update to 12.0.1. [arguments]: Disable one new test. * gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Adjust context.
| * gnu: xcb-util-cursor: Update to 0.1.3.Marius Bakke2017-03-30
| | | | | | | | | | * gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.3. [source]: Change to bz2 archive.
| * gnu: libevdev: Update to 1.5.6.Marius Bakke2017-03-30
| | | | | | | | * gnu/packages/xorg.scm (libevdev): Update to 1.5.6.
| * gnu: libinput: Update to 1.7.0.Marius Bakke2017-03-30
| | | | | | | | * gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.0.
| * gnu: exempi: Update to 2.4.2.Marius Bakke2017-03-30
| | | | | | | | * gnu/packages/freedesktop.scm (exempi): Update to 2.4.2.
| * gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH and others].Leo Famulari2017-03-30
| | | | | | | | | | | | | | See 'ChangeLog' in the source code distribution for more information about security-related bug fixes. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.4.2.
| * gnu: milkytracker: Update to 1.0.0.Kei Kebreau2017-03-30
| | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (milkytracker): Update to 1.0.0. [source]: Change uri; add file-name; add snippet to remove non-FSDG compliant data. [build-system]: Change from gnu-build-system to cmake-build-system. [arguments]: Remove #:make-flags; disable tests (which are no longer present). [inputs]: Change sdl to sdl2.
| * gnu: guix: Update development snapshot.Ludovic Courtès2017-03-30
| | | | | | | | | | | | | | | | The previous snapshot lacked the FTP download fix from commit 6dfd683dc742ebb80983137f80a457af38ca7d8d. Thus, the daemon's "download" built-in would fail to download over FTP. * gnu/packages/package-management.scm (guix-devel): Update to aabece2.
| * gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise.
| * gnu: guile-git: Update to latest Git snapshot.Ludovic Courtès2017-03-30
| | | | | | | | | | * gnu/packages/guile.scm (guile-git): Update to 96dfb3b. [arguments]: Remove #:parallel-tests?.
| * gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.Andy Patterson2017-03-30
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the CCL_DEFAULT_DIRECTORY environment variable in the wrapper script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ccl: Install included libraries.Andy Patterson2017-03-30
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (ccl)[arguments]: Add 'srfi-26' to '#:modules', and copy the included libraries to the output in the 'install' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-linum-relative.Arun Isaac2017-03-30
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-linum-relative): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-highlight-sexp.Vasile Dumitrascu2017-03-30
| | | | | | | | | | | | * gnu/packages/emacs (emacs-highlight-sexp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-ox-twbs.Vasile Dumitrascu2017-03-30
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-ox-twbs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-idle-highlight.Vasile Dumitrascu2017-03-30
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-idle-highlight): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * hydra: Include the localstatedir in the binary tarball.Ludovic Courtès2017-03-30
| | | | | | | | | | | | | | This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3. * build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t to 'self-contained-tarball'.
| * gnu: qutebrowser: Upgrade to 0.10.1.Eric Bavier2017-03-29
| | | | | | | | * gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.
| * gnu: thefuck: Upgrade to 3.15 and enable tests.Eric Bavier2017-03-29
| | | | | | | | | | | | | | | | * gnu/packages/patches/thefuck-test-environ.patch: New patch. * gnu/packages/admin.scm (thefuck): Upgrade to 3.15. [source]: Use patch. [arguments]: Remove '#:tests? #f'. Move 'check' phase after 'install'. * gnu/local.mk (dist_patch_DATA): Add patch.
| * gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | | | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
| * gnu: orc: Update home page.Tobias Geerinckx-Rice2017-03-30
| | | | | | | | * gnu/packages/gstreamer.scm (orc)[home-page]: Update.
| * gnu: icecat: Add fixes from mozilla-esr45; use skia by default.Mark H Weaver2017-03-29
| | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes from the upstream mozilla-esr45 repository. [arguments]: Add 'use-skia-by-default' phase.
| * gnu: python-enum34: Update to 1.1.6.Leo Famulari2017-03-29
| | | | | | | | | | * gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6. [arguments]: Remove custom test phase.
| * gnu: schismtracker: Update to 20160913.Kei Kebreau2017-03-29
| | | | | | | | | | * gnu/packages/music.scm (schismtracker): Update to 20160913. [source]: Update snippet for version 20160913.
| * gnu: games: Don't MKDIR before INSTALL-FILE.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/games.scm (glkterm, glulxe, grue-hunter)[arguments]: Remove spurious MKDIRs.
| * gnu: retroarch: Don't use %OUTPUT.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/games.scm (retroarch)[arguments]: Accept an OUTPUTS key in the configure phase. Add a comment about the script. Use LET*.
| * gnu: games: Use ‘modify-phases’.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/games.scm (pingus, cmatrix, freedink-data, xboing, irrlicht, glkterm, glulx, retroarch)[arguments]: Use ‘modify-phases’ syntax.
| * gnu: glulxe: Fix typo.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | * gnu/packages/games.scm (glulxe)[description]: Fix typo.
| * gnu: glkterm: Use @code in description.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | * gnu/packages/games.scm (glkterm)[description]: Use @code.
| * gnu: games: Use INSTALL-FILE.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/games.scm (glkterm, glulxe): Use INSTALL-FILE, return #t instead of an undefined value, and prefer using let bindings.
| * gnu: zstd: Update to 1.1.4.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | * gnu/packages/compression.scm (zstd): Update to 1.1.4.
| * gnu: hyperrogue: Improve description.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/games.scm (hyperrogue)[description]: Mainly fix a typo. Throw in a few tweaks as well.
| * gnu: Add httpfs2.Tobias Geerinckx-Rice2017-03-29
| | | | | | | | | | * gnu/packages/file-systems.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| * gnu: beets: Don't build with python-enum34.Leo Famulari2017-03-29
| | | | | | | | | | | | This package is unnecessary when using Python > 3.3. * gnu/packages/music.scm (beets)[inputs]: Remove python-enum34.
| * gnu: elfutils: Update to 0.168 [fixes CVE-2016-{10254,10255}].Leo Famulari2017-03-29
| | | | | | | | | | | | * gnu/packages/elf.scm (elfutils): Update to 0.168. [source]: Update URL. [home-page]: Update URL.
| * gnu: imagemagick: Update to 6.9.8-3.Leo Famulari2017-03-29
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-3.
| * gnu: lxsession: Build Vala code from source.Ludovic Courtès2017-03-29
| | | | | | | | * gnu/packages/lxde.scm (lxsession)[source](snippet): New field.
| * gnu: hyperrogue: Update to 9.4c.Kei Kebreau2017-03-28
| | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (hyperrogue): Update to 9.4c. [source]: Remove snippet. [arguments]: Remove #:make-flags; adjust configure and install phases; add install-data phase. [native-inputs]: Add hyperrogue-data and unzip. [license]: Add cc-by-sa4.0 and cc0 licenses for sounds.
| * gnu: libressl: Update to 2.5.2.Leo Famulari2017-03-28
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.2.
| * gnu: emacs-monroe: Don't use MELPA archive.Vasile Dumitrascu2017-03-29
| | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-monroe)[version]: Change to 0.3.1. [source]: Use github instead of melpa. Add (file-name). [home-page]: Use HTTPS. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python-pexpect: Add verbose test output.Marius Bakke2017-03-29
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/26286>. * gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add "-v" to "nosetests" command.
| * gnu: Add lxde.ng02017-03-28
| | | | | | | | | | | | * gnu/packages/lxde.scm (lxde): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add lxpanel.ng02017-03-28
| | | | | | | | | | | | * gnu/packages/lxde.scm (lxpanel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>