summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-07-24gnu: Add texlive-hyphen-armenian.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyphen-armenian): New variable.
2019-07-24gnu: Add texlive-hyphen-ancientgreek.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyphen-ancientgreek): New variable.
2019-07-24gnu: Add texlive-hyphen-afrikaans.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyphen-afrikaans): New variable.
2019-07-24gnu: Add texlive-tex-ini-files.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-tex-ini-files): New variable. (texlive-generic-tex-ini-files): Deprecate it.
2019-07-24gnu: texlive-fonts-cm: Use simple-texlive-package.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-fonts-cm): Implement with simple-texlive-package. [arguments]: Adjust.
2019-07-24gnu: texlive-fonts-cm: Remove cm-type1.Ricardo Wurmus
These fonts should actually be part of the amsfonts package. * gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Do not install cm-type1 fonts. [native-inputs]: Remove cm-type1 fonts.
2019-07-24gnu: texlive-dvips: Implement with simple-texlive-package.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-dvips): Use simple-texlive-package.
2019-07-24gnu: Add texlive-dehyph-exptl.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-dehyph-exptl): New variable. (texlive-generic-dehyph-exptl): Deprecate.
2019-07-24gnu: Add texlive-hyph-utf8.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyph-utf8): New variable. (texlive-generic-hyph-utf8): Deprecate in favour of texlive-hyph-utf8.
2019-07-24gnu: Add texlive-hyphen-base.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyphen-base): New variable.
2019-07-24gnu: Add texlive-unicode-data.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-unicode-data): New variable. (texlive-generic-unicode-data): Deprecate package.
2019-07-23gnu: Add texlive-hyphen-package.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-hyphen-package): New procedure.
2019-07-23gnu: Add hyph-utf8-scripts.Ricardo Wurmus
* gnu/packages/tex.scm (hyph-utf8-scripts): New variable.
2019-07-23gnu: Add simple-texlive-package.Ricardo Wurmus
* gnu/packages/tex.scm (simple-texlive-package): New procedure.
2019-07-23build-system/texlive: Add texlive-origin.Ricardo Wurmus
* guix/build-system/texlive.scm (texlive-origin): New procedure.
2019-07-23guix: Add svn-multi-reference.Ricardo Wurmus
* guix/svn-download.scm (<svn-multi-reference>): New record type. (svn-multi-reference-url, svn-multi-reference-revision, svn-multi-reference-locations, svn-multi-reference-user-name, svn-multi-reference-password, svn-multi-fetch): New procedures.
2019-07-23build: svn-fetch: Use "svn export".Ricardo Wurmus
* guix/build/svn.scm (svn-fetch): Use "svn export" instead of "svn checkout" because it does not include the .svn directory and allows us to fetch single files.
2019-07-23gnu: texlive-union: Build font maps.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-union)[arguments]: Execute updmap to generate missing font maps. [native-inputs]: Add coreutils, sed, and updmap.cfg.
2019-07-23doc: Add example for generating a secret key with knot DNS.Julien Lepiller
* doc/guix.texi (DNS Services): Add an example and more context to the includes field of the knot-configuration record.
2019-07-23gnu: terminology: Update to 1.5.0.Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 1.5.0.
2019-07-23gnu: emacs-request: Update to 0.3.1.Mathieu Lirzin
* gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-07-23gnu: emacs-google-translate: Update to 0.11.18.Mathieu Lirzin
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-07-23Makefile: Sort scheme tests alphabetically.Robert Vollmert
* Makefile.am (SCM_TESTS): Sort. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-07-23gnu: mallard-ducktype: Update to 1.0.2.Jack Hill
* gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-07-22gnu: harmonist: Update to 0.2.Julien Lepiller
* gnu/packages/games.scm (harmonist): Update to 0.2.
2019-07-22gnu: vlc: Build against libvpx@1.8.Marius Bakke
* gnu/packages/video.scm (vlc)[inputs]: Change LIBVPX-1.7 to LIBVPX.
2019-07-22gnu: libvpx: Update to 1.8.1.Marius Bakke
* gnu/packages/video.scm (libvpx): Update to 1.8.1.
2019-07-22gnu: zstd: Update to 1.4.1.Marius Bakke
* gnu/packages/compression.scm (zstd): Update to 1.4.1.
2019-07-22gnu: zstd: Move libraries to separate outputs.Marius Bakke
* gnu/packages/compression.scm (zstd)[outputs]: New field. [arguments]: Add phase 'adjust-libary-locations'. Pass LIBDIR and INCLUDEDIR in <#:make-flags>. * gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB. * gnu/packages/sync.scm (casync)[inputs]: Likewise. * gnu/packages/tor.scm (tor)[inputs]: Likewise. * gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise. Add ZSTD:STATIC.
2019-07-22gnu: whois: Update to 5.5.0.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.5.0.
2019-07-22gnu: jsoncpp: Update to 1.9.1.Marius Bakke
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.1.
2019-07-22gnu: ffmpeg: Update to 4.1.4.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.1.4.
2019-07-22gnu: x265: Update to 3.1.1.Marius Bakke
* gnu/packages/video.scm (x265): Update to 3.1.1.
2019-07-22gnu: ungoogled-chromium: Enable parallel build.Marius Bakke
...but limit the memory usage. Tested with --cores=8 on a 16 GiB RAM machine. * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove <#:parallel-build?>. Add "jumbo_file_merge_limit=8" in <#:configure-flags>.
2019-07-22gnu: htslib: Propagate zlib.Ricardo Wurmus
Reported by Vedran Franke <Vedran.Franke@mdc-berlin.de>. * gnu/packages/bioinformatics.scm (htslib)[inputs]: Move zlib from here... [propagated-inputs]: ...to here.
2019-07-22pack: Pass a list as the entry point for 'build-docker-image'.Ludovic Courtès
* guix/scripts/pack.scm (docker-image)[build]: Pass a list as #:entry-point, not a string.
2019-07-22swh: Add basic tests.Ludovic Courtès
* guix/swh.scm (%swh-base-url): Turn into a parameter and export it. * tests/swh.scm: New file. * Makefile.am (SCM_TESTS): Add it.
2019-07-22doc: Update 'guix import json' example.Ludovic Courtès
This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db. * doc/guix.texi (Invoking guix import): Change 'guix import json' example to refer to "gettext", not "gcc".
2019-07-22gnu: perl-net-http: Update to 6.19.Efraim Flashner
* gnu/packages/web.scm (perl-net-httpd): Update to 6.19.
2019-07-22gnu: perl-test-simple: Update to 1.302164.Efraim Flashner
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302164.
2019-07-22gnu: perl-cpan-meta: Update to 2.150010.Efraim Flashner
* gnu/packages/perl.scm (perl-cpan-meta): Update to 2.150010.
2019-07-22gnu: perl-clone: Update to 0.42.Efraim Flashner
* gnu/packages/perl.scm (perl-clone): Update to 0.42.
2019-07-22gnu: perl-hash-merge: Update to 0.300.Efraim Flashner
* gnu/packages/perl.scm (perl-hash-merge): Update to 0.300. [inputs]: Add perl-clone-choose.
2019-07-22gnu: mallard-ducktype: Run tests.Efraim Flashner
* gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace 'check phase to run test suite.
2019-07-22gnu: oil-shell: Update to 0.6.0Robert Vollmert
* gnu/packages/shells.scm (oil-shell): Update to 0.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-07-21gnu: libreoffice: Fix xdg-open absolute paths.Chris Marusich
Fixes: <https://bugs.gnu.org/36728>. * gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add xdg-utils. [arguments][#:phases][prepare-src]: Replace hard-coded absolute paths to xdg-open in the source with the path to xdg-open in the xdg-utils input.
2019-07-21gnu: libosinfo: Update to 1.5.0.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (libosinfo): Update to 1.5.0. [arguments]: Remove ‘disable-broken-test’ phase. [native-inputs]: Remove check.
2019-07-21gnu: linux-libre: Update to 5.2.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.2. (linux-libre-5.2-pristine-source): Update hash.
2019-07-21gnu: linux-libre@4.19: Update to 4.19.60.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.60. (linux-libre-4.19-pristine-source): Update hash.
2019-07-21gnu: linux-libre@4.14: Update to 4.14.134.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.134. (linux-libre-4.14-pristine-source): Update hash.