summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-10gnu: haveged: Mark up description....* gnu/packages/linux.scm (haveged)[description]: Use @dfn{} and split into two paragraphs. Tobias Geerinckx-Rice
2018-10-10gnu: haveged: Update to 1.9.4....* gnu/packages/linux.scm (haveged): Update to 1.9.4. [source]: Use GIT-FETCH and GIT-FILE-NAME from new (development) home. Tobias Geerinckx-Rice
2018-10-10gnu: python-pickleshare: Update to 0.7.5....* gnu/packages/databases.scm (python-pickleshare): Update to 0.7.5. Tobias Geerinckx-Rice
2018-10-10gnu: ranger: More test tweaks....There's no functional difference between 'make test_pytest' and running 'py.test' directly, but there may be in future. This follows up on commit 14173b3c6765bd8fcb2b12ea28fc27226645c7e1. * gnu/packages/disk.scm (ranger)[arguments]: Use #:test-target to run the (same) tests through 'make'. [native-inputs]: Remove left-over python-flake8 and python-pylint. Tobias Geerinckx-Rice
2018-10-10gnu: Add kicad-symbols....* gnu/packages/engineering.scm (kicad-symbols): New variable. Danny Milosavljevic
2018-10-10gnu: ranger: Update to 1.9.2....* gnu/packages/disk.scm (ranger): Update to 1.9.2. [native-inputs]: Order alphabetically. [arguments]: Actually run tests and remove useless #:test-target. Tobias Geerinckx-Rice
2018-10-10Order (gnu packages disk) module imports alphabetically....* gnu/packages/disk.scm (define-module): Order module imports alphabetically. Tobias Geerinckx-Rice
2018-10-10gnu: ndctl: Update to 63....* gnu/packages/disk.scm (ndctl): Update to 63. [source]: Use GIT-FILE-NAME. [native-inputs]: Add bash-completion. [arguments]: Add '--disable-asciidoctor' and '--without-systemd' #:configure-flags. Don't bother patching unused ./autogen.sh in 'patch-FHS-file-names' phase. Tobias Geerinckx-Rice
2018-10-10gnu: libblockdev: Update to 2.20....* gnu/packages/disk.scm (libblockdev): Update to 2.20. [license]: Update to match fixed licence headers. Tobias Geerinckx-Rice
2018-10-10gnu: volume-key: Update to 0.3.12....* gnu/packages/disk.scm (volume-key): Update to 0.3.12. Tobias Geerinckx-Rice
2018-10-10doc: Add recommendations for good origin URLs....* doc/contributing.texi (Submitting Patches): URL recommendations. Pierre Neidhardt
2018-10-10gnu: emacs-slime: Update to 2.22....* gnu/packages/emacs.scm (emacs-slime): Update to 2.22. Pierre Neidhardt
2018-10-10gnu: emacs-evil-collection: Update to 0.0.1....* gnu/packages/emacs.scm (emacs-evil-collection): Update to 0.0.1. Pierre Neidhardt
2018-10-10etc: Use git-file-name if origin is git-fetch....* etc/snippets/scheme-mode/guix-origin: Use git-file-name. Pierre Neidhardt
2018-10-10gnu: Add numlockx....* gnu/packages/xdisorg.scm (numlockx): New variable. Pierre Neidhardt
2018-10-10self: Use Guile 2.2 unconditionally for recent 'guix pull'....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. Ludovic Courtès
2018-10-10gnu: guile-next: Update to 2.9.1....* gnu/packages/guile.scm (guile-next): Update to 2.9.1. [native-inputs, arguments]: Remove. [properties]: New field. Ludovic Courtès
2018-10-10gnu: openal: Update source and home page URLs....Fixes <https://bugs.gnu.org/33000>. Reported by Nam Nguyen <namn@berkeley.edu>. * gnu/packages/audio.scm (openal)[source, home-page]: Update URLs. Ludovic Courtès
2018-10-10gnu: haunt: Make sure Guile-CommonMark and Guile-Reader are always visible....* gnu/packages/guile.scm (haunt)[arguments]: In 'wrap-haunt' phase, add Guile-Reader and Guile-CommonMark to the search paths. Ludovic Courtès
2018-10-10gnu: Add kdenlive....* 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> Mark Meyer
2018-10-10gnu: mlt: Prepare for kdenlive....* 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> Mark Meyer
2018-10-10gnu: lisp.scm: Arrange imported modules alphabetically....* gnu/packages/lisp.scm: Arrange imported modules alphabetically. Efraim Flashner
2018-10-10gnu: clisp: Update to 2.49.92....* 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. Efraim Flashner
2018-10-10gnu: vkd3d: Update to 1.1....* gnu/packages/vulkan.scm (vkd3d): Update to 1.1. Rutger Helling
2018-10-09gnu: java-w3c-svg: Update synopsis and description....* gnu/packages/batik.scm (java-w3c-svg-1.0)[synopsis]: Modify. [description]: Modify. (java-w3c-svg)[synopsis]: Modify. [description]: Modify. Danny Milosavljevic
2018-10-09gnu: java-w3c-svg: Fix build....Reported-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de> * gnu/packages/batik.scm (java-w3c-svg)[arguments]<#:phases>: Delete "patch-interface" phase. Danny Milosavljevic
2018-10-09guix build: '-f' accepts file-like objects....* 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. Ludovic Courtès
2018-10-09gnu: Add ttf2pt1....* gnu/packages/fontutils.scm (ttf2pt1): New variable. Ludovic Courtès
2018-10-09profiles: Make Geiser happy....* guix/profiles.scm (manual-database)[config.scm]: Use ungexp/quote trick to placate Geiser, which otherwise thinks it's in (guix config). Ludovic Courtès
2018-10-09pull: '-l' now honors '-p'....* guix/scripts/pull.scm (process-query): Add 'profile' parameter and remove 'profile' local variable. (guix-pull): Adjust caller. Ludovic Courtès
2018-10-09status: Gracefully handle invalid UTF-8 in build logs....* 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. Ludovic Courtès
2018-10-09tests: "make check-system" produces colored output....* build-aux/run-system-tests.scm (run-system-tests): Use 'with-status-report'. Ludovic Courtès
2018-10-09gnu: bs1770gain: Update to 0.5.0....* gnu/packages/audio.scm (bs1770gain): Update to 0.5.0. Efraim Flashner
2018-10-09gnu: augeas: Update to 1.11.0....* gnu/packages/augeas.scm (augeas): Update to 1.11.0. [source]: Remove snippet. Efraim Flashner
2018-10-09* gnu: agg: Replace bootstrap phase....* gnu/packages/graphics.scm (agg)[arguments]: Remove custom 'autoreconf phase and replace default 'bootstrap phase. Use INVOKE. [native-inputs]: Remove bash. Efraim Flashner
2018-10-09gnu: agg: Don't build examples....* gnu/packages/graphics.scm (agg)[arguments]: Disable building the examples. Efraim Flashner
2018-10-09gnu: abiword: Remove wmf support....* gnu/packages/abiword.scm (abiword)[arguments]: Remove 'wmf' from the list of enabled plugins. Efraim Flashner
2018-10-09gnu: zstd: Don't use unstable tarball....* gnu/packages/compression.scm (zstd)[source]: Use release archive. Tobias Geerinckx-Rice
2018-10-09gnu: unison: End all phases with #t....* gnu/packages/ocaml.scm (unison)[arguments]: End all phases with #t. Tobias Geerinckx-Rice
2018-10-09gnu: docx2txt: End phases with #t....* gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t. Tobias Geerinckx-Rice
2018-10-09gnu: zstd: Update to 1.3.6....* 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. Tobias Geerinckx-Rice
2018-10-08gnu: Add gimp-resynthesizer....* gnu/packages/gimp.scm (gimp-resynthesizer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thorsten Wilms
2018-10-08gnu: Add emacs-colum-marker....* gnu/packages/emacs.scm (emacs-colum-marker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thorsten Wilms
2018-10-08gnu: Add filtlong....* gnu/packages/bioinformatics.scm (filtlong): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> pimi
2018-10-08gnu: emacs-google-translate: Update to 0.11.15....* gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin
2018-10-08gnu: Add font-sil-charis....* gnu/packages/fonts.scm (font-sil-charis): New variable. Ludovic Courtès
2018-10-08gnu: Add font-sil-gentium....* gnu/packages/fonts.scm (font-sil-gentium): New variable. Ludovic Courtès
2018-10-08gnu: Add r-dnabarcodes....* gnu/packages/bioconductor.scm (r-dnabarcodes): New variable. Ricardo Wurmus
2018-10-08gnu: Add picard....* gnu/packages/music.scm (picard): New variable. Christopher Baines
2018-10-08gnu: python2-backports-functools-lru-cache: Update to 1.5....* gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5. Ben Woodcroft