summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* etc: Use git-file-name if origin is git-fetch.Pierre Neidhardt2018-10-10
| | | | * etc/snippets/scheme-mode/guix-origin: Use git-file-name.
* gnu: Add numlockx.Pierre Neidhardt2018-10-10
| | | | * gnu/packages/xdisorg.scm (numlockx): New variable.
* self: Use Guile 2.2 unconditionally for recent 'guix pull'.Ludovic Courtès2018-10-10
| | | | | | | | Fixes <https://bugs.gnu.org/32929>. Reported by Michael Bowcutt <mwb71@case.edu>. * guix/self.scm (guix-derivation)[guile]: Use "2.2" when PULL-VERSION >= 1. Likewise for the #:guile-version argument.
* gnu: guile-next: Update to 2.9.1.Ludovic Courtès2018-10-10
| | | | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.1. [native-inputs, arguments]: Remove. [properties]: New field.
* gnu: openal: Update source and home page URLs.Ludovic Courtès2018-10-10
| | | | | | | Fixes <https://bugs.gnu.org/33000>. Reported by Nam Nguyen <namn@berkeley.edu>. * gnu/packages/audio.scm (openal)[source, home-page]: Update URLs.
* gnu: haunt: Make sure Guile-CommonMark and Guile-Reader are always visible.Ludovic Courtès2018-10-10
| | | | | * gnu/packages/guile.scm (haunt)[arguments]: In 'wrap-haunt' phase, add Guile-Reader and Guile-CommonMark to the search paths.
* gnu: Add kdenlive.Mark Meyer2018-10-10
| | | | | | | * gnu/packages/kde.scm (kdenlive): New variable. Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: mlt: Prepare for kdenlive.Mark Meyer2018-10-10
| | | | | | | | | * gnu/packages/video.scm (mlt): Update to 6.10.0. [inputs]: Add frei0r-plugins, gdk-pixbuf, gtk+-2, qtbase,qtsvg. [make-flags]: Add "CXX=g++ -std=gnu++11". Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: lisp.scm: Arrange imported modules alphabetically.Efraim Flashner2018-10-10
| | | | * gnu/packages/lisp.scm: Arrange imported modules alphabetically.
* gnu: clisp: Update to 2.49.92.Efraim Flashner2018-10-10
| | | | | | | | | | | * gnu/packages/lisp.scm (clisp): Update to 2.49.92. [source]: Switch to git-fetch. Remove unneeded patch. [arguments]: Remove '--enable-portability' flag, add CFLAGS for armhf-linux. Update list of files needing substitutions in custom 'patch-sh-and-pwd phase. [home-page]: Update to new home-page. * gnu/packages/patches/clisp-glibc-2.26.patch: Remove file. & gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: vkd3d: Update to 1.1.Rutger Helling2018-10-10
| | | | * gnu/packages/vulkan.scm (vkd3d): Update to 1.1.
* gnu: java-w3c-svg: Update synopsis and description.Danny Milosavljevic2018-10-09
| | | | | | | * gnu/packages/batik.scm (java-w3c-svg-1.0)[synopsis]: Modify. [description]: Modify. (java-w3c-svg)[synopsis]: Modify. [description]: Modify.
* gnu: java-w3c-svg: Fix build.Danny Milosavljevic2018-10-09
| | | | | | | Reported-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de> * gnu/packages/batik.scm (java-w3c-svg)[arguments]<#:phases>: Delete "patch-interface" phase.
* guix build: '-f' accepts file-like objects.Ludovic Courtès2018-10-09
| | | | | | | | * guix/scripts/build.scm (options->things-to-build)[validate-type]: Check for 'file-like?'. (options->derivations): Accept 'file-like?'. * tests/guix-build.sh: Add a test with 'computed-file'. * doc/guix.texi (Additional Build Options): Mention file-like objects.
* gnu: Add ttf2pt1.Ludovic Courtès2018-10-09
| | | | * gnu/packages/fontutils.scm (ttf2pt1): New variable.
* profiles: Make Geiser happy.Ludovic Courtès2018-10-09
| | | | | * guix/profiles.scm (manual-database)[config.scm]: Use ungexp/quote trick to placate Geiser, which otherwise thinks it's in (guix config).
* pull: '-l' now honors '-p'.Ludovic Courtès2018-10-09
| | | | | | * guix/scripts/pull.scm (process-query): Add 'profile' parameter and remove 'profile' local variable. (guix-pull): Adjust caller.
* status: Gracefully handle invalid UTF-8 in build logs.Ludovic Courtès2018-10-09
| | | | | | | * guix/status.scm (maybe-utf8->string): New procedure. (build-event-output-port): Use it in lieu of 'utf8->string'. * tests/status.scm ("build-output-port, UTF-8") ("current-build-output-port, UTF-8 + garbage"): New tests.
* tests: "make check-system" produces colored output.Ludovic Courtès2018-10-09
| | | | * build-aux/run-system-tests.scm (run-system-tests): Use 'with-status-report'.
* gnu: bs1770gain: Update to 0.5.0.Efraim Flashner2018-10-09
| | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.5.0.
* gnu: augeas: Update to 1.11.0.Efraim Flashner2018-10-09
| | | | | * gnu/packages/augeas.scm (augeas): Update to 1.11.0. [source]: Remove snippet.
* * gnu: agg: Replace bootstrap phase.Efraim Flashner2018-10-09
| | | | | | * gnu/packages/graphics.scm (agg)[arguments]: Remove custom 'autoreconf phase and replace default 'bootstrap phase. Use INVOKE. [native-inputs]: Remove bash.
* gnu: agg: Don't build examples.Efraim Flashner2018-10-09
| | | | | * gnu/packages/graphics.scm (agg)[arguments]: Disable building the examples.
* gnu: abiword: Remove wmf support.Efraim Flashner2018-10-09
| | | | | * gnu/packages/abiword.scm (abiword)[arguments]: Remove 'wmf' from the list of enabled plugins.
* gnu: zstd: Don't use unstable tarball.Tobias Geerinckx-Rice2018-10-09
| | | | * gnu/packages/compression.scm (zstd)[source]: Use release archive.
* gnu: unison: End all phases with #t.Tobias Geerinckx-Rice2018-10-09
| | | | * gnu/packages/ocaml.scm (unison)[arguments]: End all phases with #t.
* gnu: docx2txt: End phases with #t.Tobias Geerinckx-Rice2018-10-09
| | | | | * gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t.
* gnu: zstd: Update to 1.3.6.Tobias Geerinckx-Rice2018-10-09
| | | | | | | | * gnu/packages/compression.scm (zstd): Update to 1.3.6. [source]: Remove merged patches. * gnu/packages/patches/zstd-fix-stdin-list-test.patch, gnu/packages/patches/zstd-fix-stdin-list-without-tty.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: Add gimp-resynthesizer.Thorsten Wilms2018-10-08
| | | | | | * gnu/packages/gimp.scm (gimp-resynthesizer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-colum-marker.Thorsten Wilms2018-10-08
| | | | | | * gnu/packages/emacs.scm (emacs-colum-marker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add filtlong.pimi2018-10-08
| | | | | | * gnu/packages/bioinformatics.scm (filtlong): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-google-translate: Update to 0.11.15.Mathieu Lirzin2018-10-08
| | | | | | * gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-sil-charis.Ludovic Courtès2018-10-08
| | | | * gnu/packages/fonts.scm (font-sil-charis): New variable.
* gnu: Add font-sil-gentium.Ludovic Courtès2018-10-08
| | | | * gnu/packages/fonts.scm (font-sil-gentium): New variable.
* gnu: Add r-dnabarcodes.Ricardo Wurmus2018-10-08
| | | | * gnu/packages/bioconductor.scm (r-dnabarcodes): New variable.
* gnu: Add picard.Christopher Baines2018-10-08
| | | | * gnu/packages/music.scm (picard): New variable.
* gnu: python2-backports-functools-lru-cache: Update to 1.5.Ben Woodcroft2018-10-08
| | | | * gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
* gnu: c-toxcore: Update to 0.2.8.Rutger Helling2018-10-08
| | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.8.
* gnu: crawl, crawl-tiles: Update to 0.22.1.Kei Kebreau2018-10-07
| | | | | * gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.22.1. * gnu/packages/patches/crawl-upgrade-saves.patch: Update accordingly.
* gnu: Remove Go 1.10.Leo Famulari2018-10-07
| | | | | | * gnu/packages/golang.scm (go-1.10): Remove variable. (go-1.11)[arguments]: Remove unnecessary environment variable from 'set-bootstrap-variables' phase.
* build-system/glib-or-gtk: Build 'in-source' by default.Leo Famulari2018-10-07
| | | | | | | | * guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Change to 'out-of-source? #f'. * gnu/packages/audio.scm (audacity)[arguments]: Use the default 'out-of-source?' setting. * gnu/packages/libreoffice.scm (libreoffice): Likewise.
* gnu: ncmpc: Update to 0.32.Leo Famulari2018-10-07
| | | | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.32. [inputs]: Add boost, pcre, and python-sphinx. Remove glib. [arguments]: Install the man pages correctly. Remove unnecessary configure flag.
* gnu: borg: The backup client cannot override the server-side storage quota.Leo Famulari2018-10-07
| | | | | | * gnu/packages/patches/borg-respect-storage-quota.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/backup.scm (borg)[source]: Use it.
* gnu: mes: Update to 0.18.Jan Nieuwenhuizen2018-10-07
| | | | | | * gnu/packages/patches/mes-nyacc-0.86.0.patch: Removef file. * gnu/local.mk (dist_patch_DATA): Remove entry. * gnu/packages/mes.scm (mes): Update to 0.18.
* gnu: Add java-jakarta-regexp.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/java.scm (java-jakarta-regexp): New variable.
* gnu: java-xmlgraphics-commons: Add dependency to java-asm.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-asm.
* gnu: java-xmlgraphics-commons: Add dependency to java-cglib.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-cglib.
* gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[arguments]<#:test-target>: Use "junit" test target.
* gnu: java-xmlgraphics-commons: Remove bundled dependencies.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons): Remove bundled dependencies.
* gnu: Add java-xmlgraphics-commons.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/batik.scm (java-xmlgraphics-commons): New variable.