aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01Merge branch 'master' into core-updatesMark H Weaver
Conflicts: gnu/packages/gnupg.scm
2015-03-01gnu: gnupg: Update to 2.0.27.Mark H Weaver
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.27.
2015-03-01gnu: libgcrypt: Update to 1.6.3.Mark H Weaver
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.3.
2015-03-01gnu: wget: Update to 1.16.2.Ludovic Courtès
* gnu/packages/wget.scm (wget): Update to 1.16.2. [inputs]: Add PKG-CONFIG.
2015-03-01gnu: libpsl: Fix link flag in 'libpsl.pc'.Ludovic Courtès
* gnu/packages/web.scm (libpsl)[source]: Add 'snippet' and 'modules' fields.
2015-03-01gnu: gnupg-1: Update to 1.4.19.Ludovic Courtès
* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.19.
2015-03-01gnu: ecl: Update to version 15.2.21.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/lisp.scm (ecl): Update to version 15.2.21, and disable the test suite because ECL now fails to initialize during 'make check'.
2015-03-01gnu: Add xbindkeys.Mathieu Lirzin
* gnu/packages/xdisorg.scm (xbindkeys): New variable.
2015-03-01gnu: Add AlsaModularSynth.Ricardo Wurmus
* gnu/packages/audio.scm (alsa-modular-synth): New variable.
2015-03-01gnu: Add clalsadrv.Ricardo Wurmus
* gnu/packages/audio.scm (clalsadrv): New variable.
2015-03-01Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."Ludovic Courtès
This reverts commit b479c3ddaf85c831e34888229849bc1ce34419de. This commit was the result of an incorrect characterization of the problem; see the log of commit 87c8b92 for details.
2015-03-01gnu: commencement: Make UTF-8 locales available right after 'guile-final'.Ludovic Courtès
In <http://hydra.gnu.org/build/263170>, we see: 153: 12 [patch-usr-bin-file #:native-inputs #f ...] [...] ?: 1 [regexp-exec # ...] In ice-9/boot-9.scm: 106: 0 [#<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> encoding-error ...] ice-9/boot-9.scm:106:20: In procedure #<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: Throw to key `encoding-error' with args `("scm_to_stringn" "cannot convert narrow string to output locale" 84 #f #f)'. This is due to that fact that 'patch-/usr/bin/file' read a line containing a byte sequence with bytes > 127 (namely a copyright sign.) But this build was running with a C locale, and so those bytes cannot be represented in that locale, hence this error. This commit makes the UTF-8 locales available earlier such that everything can be represented in locale encoding. * gnu/packages/commencement.scm (glibc-utf8-locales-final): Move earlier; change "gzip" input to GZIP built with %BOOT4-INPUTS. (%boot5-inputs): Define to %BOOT4-INPUTS plus GLIBC-UTF8-LOCALES-FINAL. (gnu-make-final, coreutils-final, grep-final): Use it instead of %BOOT4-INPUTS. (gzip-final): Remove. (%boot6-inputs): New variable. (%final-inputs): Use it instead of %BOOT5-INPUTS. Don't rely on GZIP-FINAL.
2015-03-01gnu: xfwm4: Add inputs libdrm and libxdamage.宋文武
* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
2015-03-01gnu: xfwm4: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfwm4): Update 4.12.0.
2015-03-01gnu: xfdesktop: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.0.
2015-03-01gnu: thunar-volman: Update to 0.8.1.宋文武
* gnu/packages/xfce.scm (thunar-volman): Update to 0.8.1.
2015-03-01gnu: thunar: Update to 1.6.6.宋文武
* gnu/packages/xfce.scm (thunar): Update to 1.6.6.
2015-03-01gnu: xfce4-settings: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.0.
2015-03-01gnu: xfce4-session: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.0.
2015-03-01gnu: xfce4-appfinder: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.12.0.
2015-03-01gnu: xfce4-panel: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.0.
2015-03-01gnu: tumbler: Update to 0.1.31.宋文武
* gnu/packages/xfce.scm (tumbler): Update to 0.1.31.
2015-03-01gnu: garcon: Update to 0.4.0.宋文武
* gnu/packages/xfce.scm (garcon): Update to 0.4.0.
2015-03-01gnu: exo: Update to 0.10.3.宋文武
* gnu/packages/xfce.scm (exo): Update to 0.10.3.
2015-03-01gnu: libxfce4ui: Update to 4.12.0.宋文武
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.0.
2015-03-01gnu: libxfce4util: Update to 4.12.1.宋文武
* gnu/packages/xfce.scm (libxfce4util): Update to 4.12.1.
2015-03-01services: xorg: Fix file descriptor leak from SLiM/xinitrc.Ludovic Courtès
Previously processes started from the window manager would have a couple of leaked file descriptors: writable /var/log/slim.log and readable /gnu/store/…-xinitrc. * gnu/services/xorg.scm (xinitrc)[builder]: Add 'close-all-fdes'. Use it in 'exec-from-login-shell'.
2015-03-01build-system/gnu: Keep the sloppy conversion strategy during bootstrap.Ludovic Courtès
* guix/build/gnu-build-system.scm (gnu-build): Leave %DEFAULT-PORT-CONVERSION-STRATEGY unchanged when 'string->bytevector' fails to convert to ISO-8859-1. This is an attempt to work around the build failures at <http://hydra.gnu.org/build/263002>.
2015-02-28gnu: Add zita-alsa-pcmi.Ricardo Wurmus
* gnu/packages/audio.scm (zita-alsa-pcmi): New variable.
2015-02-28gnu: Add LV2 mda EPiano plugin.Ricardo Wurmus
* gnu/packages/audio.scm (lv2-mdaepiano): New variable.
2015-02-28gnu: Add LV2 mda Piano plugin.Ricardo Wurmus
* gnu/packages/audio.scm (lv2-mdapiano): New variable.
2015-02-28gnu: Add txt2man.Ricardo Wurmus
* gnu/packages/man.scm (txt2man): New variable.
2015-02-28gnu: mpd: Export package variables using define-public.David Thompson
* gnu/packages/mpd.scm: Use define-public for package variables. Remove #:exports from module declaration.
2015-02-28gnu: Add mpd-mpc.Paul van der Walt
* gnu/packages/mpd.scm (mpd-mpc): New variable.
2015-02-28gnu: ncmpcpp: Update to 0.6.2Paul van der Walt
* gnu/packages/mpd.scm (ncmpcpp): Update to version 0.6.2. Add boost, readline, autotools inputs.
2015-02-28gnu: Add 'file-name' fields for github source tarballs without a name.Mark H Weaver
* gnu/packages/aarddict.scm (aarddict), gnu/packages/algebra.scm (arb), gnu/packages/audio.scm (jack-2, lvtk), gnu/packages/bioinformatics.scm (bedops, bedtools, bowtie), gnu/packages/game-development.scm (tiled), gnu/packages/games.scm (minetest-data, minetest, retroarch), gnu/packages/jrnl.scm (jrnl), gnu/packages/kde.scm (qjson), gnu/packages/libevent.scm (libuv), gnu/packages/linux.scm (pflask), gnu/packages/mail.scm (offlineimap, libetpan), gnu/packages/maths.scm (arpack-ng), gnu/packages/ninja.scm (ninja), gnu/packages/nutrition.scm (gourmet), gnu/packages/python.scm (python-cairocffi), gnu/packages/rdf.scm (lrdf), gnu/packages/ruby.scm (ruby-i18n), gnu/packages/sxiv.scm (sxiv): Add 'file-name' field to origin.
2015-02-28gnu: Move autoconf-style phases after the unpack phase.Mark H Weaver
* gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap' after 'unpack'. Remove custom /usr/bin/file patching, which will now be handled by the 'patch-usr-bin-file' phase. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure' phase to 'autoconf' and move it after 'unpack'. * gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv "NOCONFIGURE" before running autogen.sh. * gnu/packages/package-management.scm (guix-devel)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after 'remove-out-of-tree-references' phase. * gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after 'unpack'. * gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove 'fix-autogen-shebang' phase.
2015-02-28gnu: mail: Add copyright line.Paul van der Walt
* gnu/packages/mail.scm (mu): Add forgotten copyright line.
2015-02-28utils: Treat 'configure' and Makefiles with an 8-bit encoding.Ludovic Courtès
* guix/build/utils.scm (patch-makefile-SHELL, patch-/usr/bin/file): Wrap 'substitute*' in 'with-fluids'. Fixes <http://hydra.gnu.org/build/262895>.
2015-02-28gnu: Add font-adobe-source-han-sans.宋文武
* gnu/packages/fonts.scm (font-adobe-source-han-sans): New variable.
2015-02-28gnu: python: Drop special handling of python2-numpydoc as input.Andreas Enge
* gnu/packages/python.scm (python2-numpy, python2-matplotlib, python2-ipython): Keep input python2-numpydoc created by package-with-python2.
2015-02-28packages: Set the port conversion strategy to 'error'.Ludovic Courtès
Suggested by Mark H Weaver. * guix/build/gnu-build-system.scm (gnu-build): Set %DEFAULT-PORT-CONVERSION-STRATEGY to 'error. * guix/packages.scm (patch-and-repack)[builder]: Likewise.
2015-02-28gnu: python-numpydoc: Drop one test.Andreas Enge
* gnu/packages/python.scm (python-numpydoc): Drop one test for all Python versions. (python2-numpydoc): Define it by package-with-python2 without modifications.
2015-02-28utils: Change 'patch-shebangs' to use binary input.Ludovic Courtès
* guix/build/utils.scm (get-char*): New procedure. (patch-shebang): Use it instead of 'read-char'. (fold-port-matches): Remove local 'get-char' and use 'get-char*' instead.
2015-02-27gnu: python2-py2cairo: Rename to python2-pycairo.Andreas Enge
* gnu/packages/gtk.scm (python2-py2cairo): Rename to ... (python2-pycairo): ... this (python2-pygtk): Adapt input. * gnu/packages/glib.scm (python2-pygobject-2): Adapt input. * gnu/packages/python.scm (package-with-python2): Adapt input.
2015-02-27gexp: Aggregate outputs of compound gexps.Ludovic Courtès
* guix/gexp.scm (gexp-outputs)[add-reference-output]: Recurse into lists. * tests/gexp.scm ("output list + ungexp-splicing list, combined gexps"): New test.
2015-02-27gexp: Add tests for 'gexp-outputs'.Ludovic Courtès
* tests/gexp.scm (gexp-outputs): New procedure. ("output list", "output list, combined gexps"): New tests.
2015-02-27download: Comment on lack of progress report with chunked encoding.Ludovic Courtès
* guix/build/download.scm (progress-proc): Add comment.
2015-02-27download: Measure and display the throughput.Ludovic Courtès
* guix/build/download.scm (duration->seconds, throughput->string): New procedures. (progress-proc): Measure and display the throughput.
2015-02-27download: Abstract the receive buffer size.Ludovic Courtès
* guix/build/download.scm (%http-receive-buffer-size): New variable. (progress-proc, tls-wrap, http-fetch): Use it.