summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2015-10-04Use "normalized codesets" everywhere.•••In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase. Ludovic Courtès
2015-10-04gnu: glibc-utf8-locales: Use the normalized codeset.•••* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the normalized codeset by default. Ludovic Courtès
2015-10-04gnu: commencement: Remove the tricky locale compatibility handling.•••This is made unnecessary by the use of 'GUIX_LOCPATH'. * gnu/packages/commencement.scm (locale-proof-package): Remove. (%boot5-inputs): Add on GLIBC-UTF8-LOCALES-FINAL. This reverts parts of commit 28cbc58. * gnu/packages/gawk.scm (gawk): Set 'GUIX_LOCPATH' instead of 'LOCPATH'. Ludovic Courtès
2015-10-03gnu: libqtxdg: Fix download location.•••* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location. Andreas Enge
2015-10-03gnu: liblxqt: Fix download location.•••* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo. Andreas Enge
2015-10-03gnu: Add lxqt-session.•••* gnu/packages/lxqt.scm (lxqt-session): New variable. Andreas Enge
2015-10-03gnu: glibc: Look for locale data in versioned sub-directories.•••* gnu/packages/base.scm (glibc)[native-search-paths]: Add 'lib/locale/VERSION' for 'GUIX_LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory. * guix/profiles.scm (ca-certificate-bundle): Adjust LOCPATH value accordingly. Ludovic Courtès
2015-10-03gnu: Add lxqt-common.•••* gnu/packages/lxqt.scm (lxqt-common): New variable. Andreas Enge
2015-10-03gnu: liblxqt: Fix download location.•••* gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release exclusively; drop the alternative URI for .tar.gz and correct the hash. Andreas Enge
2015-10-03gnu: glibc: Honor 'GUIX_LOCPATH'.•••* gnu/packages/patches/glibc-guix-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. * doc/guix.texi (Application Setup): Introduce the term "foreign distro". Document 'GUIX_LOCPATH'. Ludovic Courtès
2015-10-03gnu: Add file-roller.•••* gnu/packages/gnome.scm (file-roller): New variable. David Thompson
2015-10-03gnu: texinfo: Claim 'INFOPATH'.•••Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field. Ludovic Courtès
2015-10-03gnu: gettext: Upgrade to 0.19.6.•••* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6. Ludovic Courtès
2015-10-03gnu: coreutils: Use upstream's fix for 'tail'.•••* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (coreutils)[source]: Replace this patch with upstream's fix for 'tail'. Ludovic Courtès
2015-10-03gnu: glibc: Do not abort when incompatible locale data is found.•••* gnu/packages/patches/glibc-locale-incompatibility.patch: New file. * gnu/packages/base.scm (glibc)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2015-10-03gnu: vsearch: Restrict supported systems to x86_64-linux.•••* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict to x86_64-linux. Signed-off-by: Andreas Enge <andreas@enge.fr> Ben Woodcroft
2015-10-02gnu: libmicrohttpd: Update to 0.9.44.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44. Andreas Enge
2015-10-02gnu: eigen: Update to 3.2.6.•••* gnu/packages/algebra.scm (eigen): Update to 3.2.6. Andreas Enge
2015-10-02gnu: valgrind: Enable the arm architecture during configuration.•••* gnu/packages/patches/valgrind-enable-arm.patch: New file. * gnu/packages/valgrind.scm (valgrind)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Enable patch. Andreas Enge
2015-10-02gnu: valgrind: Update to 3.11.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0. [source]: Remove the patches * gnu/packages/patches/valgrind-glibc-2.22.patch, gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files. * gnu-system.am (dist_patch_DATA): Unregister the patches. Andreas Enge
2015-10-02gnu: glpk: Update to 4.56.•••* gnu/packages/maths.scm (glpk): Update to 4.56. Andreas Enge
2015-10-02gnu: freeimage: Add fix for CVE-2015-0852.•••* gnu/packages/patches/freeimage-CVE-2015-0852.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch. Mark H Weaver
2015-10-02gnu: freeimage: Update to 3.17.0.•••* gnu/packages/image.scm (freeimage): Update to 3.17.0. [source]: Use 'string-concatenate' in URI computation. Mark H Weaver
2015-10-02gnu: openjpeg-2.x: Add fix for use-after-free in opj_j2k_write_mco.•••* gnu/packages/patches/openjpeg-use-after-free-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch. [home-page]: Update. Mark H Weaver
2015-10-02gnu: clipper: Add 'file-name' field to source origin.•••* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name. Mark H Weaver
2015-10-02gnu: orc: Update to 0.4.24.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.24. Andreas Enge
2015-10-01gnu: Add python-xlrd.•••* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org> Ben Woodcroft
2015-10-01gnu: powertop: Fix url.•••* gnu/packages/linux.scm (powertop): Fixed incorrect url. Efraim Flashner
2015-10-01gnu: openblas: Fix configure flags on armhf and take target system into accou...•••* gnu/packages/maths.scm (openblas)[arguments]: Make package substitutable and enable runtime cpu detection only on x86 systems. Take the target system into account when cross compiling. Andreas Enge
2015-10-01gnu: powertop: Update to 2.7.•••* gnu/packages/linux.scm (powertop): Update to 2.7. [arguments]: Add "pciutils" to inputs. Efraim Flashner
2015-10-01gnu: graphviz: Add "doc" output.•••* gnu/packages/graphviz.scm (graphviz)[outputs, arguments]: New fields. Efraim Flashner
2015-10-01gnu: graphviz: Update to 2.38.0.•••* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0. Efraim Flashner
2015-10-01gnu: mpg123: Update to 1.22.4.•••* gnu/packages/mp3.scm (mpg123): Update to 1.22.4. Efraim Flashner
2015-10-01gnu: mpv: Update to 0.11.0.•••* gnu/packages/video.scm (mpv): Update to 0.11.0. Efraim Flashner
2015-10-01gnu: youtube-dl: Update to 2015.09.28.•••* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28. Efraim Flashner
2015-10-01gnu: terminology: Update to 0.9.1.•••* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1. Efraim Flashner
2015-10-01gnu: enlightenment: Update to 0.19.11.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11. Efraim Flashner
2015-10-01gnu: Add GNU Unifont.•••* gnu/packages/fonts.scm (font-gnu-unifont): New variable. 宋文武
2015-10-01gnu: shroud: Update to 0.1.1.•••* gnu/packages/password-utils.scm (shroud): Update to 0.1.1. David Thompson
2015-10-01gnu: Add shroud.•••* gnu/packages/password-utils.scm (shroud): New variable. David Thompson
2015-10-01gnu: xterm: Update to 320.•••* gnu/packages/xorg.scm (xterm): Update to 320. 宋文武
2015-10-01gnu: emacs: Claim 'INFOPATH'.•••Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/emacs.scm (emacs)[native-search-path]: New field. Ludovic Courtès
2015-10-01gnu: Add vsearch.•••* gnu/packages/bioinformatics.scm (vsearch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ben Woodcroft
2015-10-01gnu: Add cityhash.•••* gnu/packages/textutils.scm (cityhash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ben Woodcroft
2015-09-30gnu: linux-libre: Update to 4.2.2.•••* gnu/packages/linux.scm (linux-libre): Update to 4.2.2. Mark H Weaver
2015-09-30gnu: pixman: Update to 0.32.8.•••* gnu/packages/xdisorg.scm (pixman): Update to 0.32.8. * gnu/packages/patches/pixman-pointer-arithmetic.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2015-09-30gnu: libc: Look for locale data under /run/current-system/locale/X.Y.•••* gnu/packages/base.scm (glibc)[arguments]: Append VERSION to 'libc_cv_localedir'. * gnu/system/locale.scm (localedef-command): Write to the sub-directory called (package-version libc) in #$output. (locale-directory): Create said directory. * doc/guix.texi (Locales): Mention the per-version sub-directory. Ludovic Courtès
2015-09-29gnu: Add gzochi.•••* gnu/packages/game-development.scm (gzochi): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Julian Graham
2015-09-29gnu: Add pigz.•••* gnu/packages/compression.scm (pigz): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Jeff Mickey
2015-09-28gnu: lsh: 'lsh-authorize' uses the absolute file name of 'sexp-conv'.•••Fixes <http://bugs.gnu.org/21516>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages/lsh.scm (lsh)[arguments]: In 'pre-configure' phase, change 'src/lsh-authorize' to use the absolute file name of 'sexp-conv'. Ludovic Courtès