Age | Commit message (Expand) | Author |
2017-10-19 | gnu: psutils: Use 'modify-phases'....* gnu/packages/ghostscript.scm (psutils)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner |
2017-10-19 | gnu: libltdl: Use 'modify-phases'....* gnu/packages/autotools.scm (libltdl)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner |
2017-10-19 | gnu: automake: Update to 1.15.1....* gnu/packages/autotools.scm (automake): Update to 1.15.1.
[source]: Remove patches.
(automake/latest): Remove package.
* gnu/packages/patches/automake-regexp-syntax.patch,
gnu/packages/patches/automake-test-gzip-warning.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Efraim Flashner |
2017-10-19 | gnu: automake: Use 'modify-phases'....* gnu/packages/autotools.scm (automake)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner |
2017-10-19 | gnu: acl: Use 'modify-phases' syntax....* gnu/packages/acl.scm (acl)[arguments]: Use 'modify-phases' syntax.
| Efraim Flashner |
2017-10-16 | gnu: bluez: Skip non-deterministic test on all architectures....* gnu/packages/linux.scm (bluez): [arguments]: Skip unit/test-gatt regardless
of architecture.
| Thomas Danckaert |
2017-10-16 | Merge 'master' into core-updates | Thomas Danckaert |
2017-10-16 | gnu: emacs-org, emacs-org-contrib: Update to 20171016....* gnu/packages/emacs.scm (emacs-org, emacs-org-contrib): Update to
20171016.
| Ludovic Courtès |
2017-10-16 | gnu: emacs-tiny: Update to 0.2.1....* gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.
| Ludovic Courtès |
2017-10-16 | gnu: emacs-adaptive-wrap: Update to 0.5.1....* gnu/packages/emacs.scm (emacs-adaptive-wrap): Update to 0.5.1.
| Ludovic Courtès |
2017-10-16 | gnu: emacs-queue: Update to 0.2....* gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
| Ludovic Courtès |
2017-10-16 | gnu: emacs-ahungry-theme: Update to 1.6.0....* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
| Ludovic Courtès |
2017-10-16 | gnu: libextractor: Update to 1.6....* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
| Ludovic Courtès |
2017-10-16 | gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813...Fixes <http://bugs.gnu.org/28813>.
* gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Adam Van Ymeren |
2017-10-16 | gnu: Add emacs-org-contrib....* gnu/packages/emacs.scm (emacs-org-contrib): New variable.
| Christopher Baines |
2017-10-15 | gnu: tmux: Update to 2.6....* gnu/packages/tmux.scm (tmux): Update to 2.6.
| Leo Famulari |
2017-10-15 | gnu: youtube-dl: Update to 2017.10.15.1....* gnu/packages/video.scm (youtube-dl): Update to 2017.10.15.1.
| Tobias Geerinckx-Rice |
2017-10-15 | gnu: baobab: Update to 3.26.1....* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
| Tobias Geerinckx-Rice |
2017-10-15 | gnu: Add cinnamon-desktop....* gnu/packages/cinnamon.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| ng0 |
2017-10-15 | emacs-build-system: Change how patch-el-files substitutes commands....Previously the regex would match from /bin/ to a closing quote. However, this
is greedy, so will match up until the last ". This causes problems when there
are several quotes on the same line, for example:
org-effectiveness.el:
196: (call-process "/bin/bash" nil t nil "-c" strplot)
Therefore, change . to \S so that it doesn't include whitespace
characters. Changing to a lazy quantifier would be an option, if that were
supported.
* guix/build/emacs-build-system.scm (patch-el-files): Change the regular
expression used.
| Christopher Baines |
2017-10-15 | emacs-build-system: Handle missing programs when patching....Previously the string-append here would error, which isn't useful as it
doesn't tell you which command couldn't be found. To make the error
actionable, catch it earlier, and explicitly error.
* guix/build/emacs-build-system.scm (patch-el-files): Handle (which cmd)
returning #f.
| Christopher Baines |
2017-10-15 | gnu: propeller-development-suite: Use stable release....* gnu/packages/embedded.scm (propeller-binutils): Take sources from
release_1_0 branch.
[arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable
Werror flag.
(propeller-gcc-4): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
(proplib): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile"
phase; do not build and install tiny library.
[home-page]: Change to official home page.
(propeller-load): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
| Ricardo Wurmus |
2017-10-15 | gnu: maxima: Update to 5.41.0....* gnu/packages/maths.scm (maxima): Update to 5.41.0.
| Kei Kebreau |
2017-10-15 | gnu: ruby-ffi: Move to libffi.scm....* gnu/packages/ruby.scm (ruby-ffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
| Efraim Flashner |
2017-10-15 | gnu: python-cffi: Move to libffi.scm...* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
| Efraim Flashner |
2017-10-15 | gnu: python-cffi: Update to 1.11.2....* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
| Efraim Flashner |
2017-10-15 | gnu: python-cffi: Disable test that fails on aarch64....* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
is known to fail on aarch64.
| Efraim Flashner |
2017-10-15 | gnu: fluidsynth: Update to 1.1.8....* gnu/packages/audio.scm (fluidsynth): Update to 1.1.8.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests; add phase "fix-libdir"; remove build phase
"remove-broken-symlinks".
[license]: Change to lpgl2.1+.
| Ricardo Wurmus |
2017-10-14 | gnu: linux-libre: Update to 4.13.7....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2017-10-14 | gnu: cups-minimal: Mark up description....* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
| Tobias Geerinckx-Rice |
2017-10-14 | gnu: cups-filters: Download over HTTPS....* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
| Tobias Geerinckx-Rice |
2017-10-14 | gnu: Add python-pyqrcode....* gnu/packages/python.scm (python-pyqrcode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-14 | gnu: Add python-pynacl....* gnu/packages/crypto.scm (python-pynacl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-14 | gnu: Add python-py-ubjson....* gnu/packages/web.scm (python-py-ubjson): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-14 | gnu: Add python-cbor....* gnu/packages/serialization.scm (python-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-14 | gnu: neomutt: Update to 20171013....* gnu/packages/mail.scm (neomutt): Update to 20171013.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-14 | gnu: emacs-ess: Update to 16.10....* gnu/packages/emacs.scm (emacs-ess): Update to 16.10.
[arguments]: Enable tests.
[source]: Add snippet to prevent build process from trying to download
external julia-mode.el.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2017-10-14 | gnu: Add emacs-julia-mode....* gnu/packages/emacs.scm (emacs-julia-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2017-10-14 | gnu: Add emacs-easy-kill....* gnu/packages/emacs.scm (emacs-easy-kill): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2017-10-14 | gnu: games: Add openrct2....* gnu/packages/games.scm (openrct2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rutger Helling |
2017-10-14 | gnu: guile-sdl, guile-sly: Switch to Guile 2.2....* gnu/packages/sdl.scm (guile-sdl)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
[arguments]: Add 'skip-cursor-test' phase.
* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Switch to
GUILE-2.2.
| Ludovic Courtès |
2017-10-14 | gnu: guile-sly: Remove 2.0-specific bits....* gnu/packages/guile.scm (guile-sly)[source](modules, snippet): New
fields.
| Ludovic Courtès |
2017-10-14 | gnu: guile-sdl: Remove 2.0-specific bits....* gnu/packages/sdl.scm (guile-sdl)[arguments]: Add #:modules.
In 'fix-env-and-patch' phase, use 'open-pipe*' to determine the
effective version; use it in makefiles.
| Ludovic Courtès |
2017-10-14 | gnu: mesa: Disable svga driver for armhf....* gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
| Marius Bakke |
2017-10-14 | gnu: python-fonttools: Update to 3.15.1....* gnu/packages/python.scm (python-fonttools): Update to 3.15.1.
(source)[uri]: Use 'pypi-uri'.
(native-inputs): Add unzip.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| ng0 |
2017-10-14 | gnu: python-biopython: Update to 1.70....* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
| Cyril Roelandt |
2017-10-13 | gnu: meson: Update to 0.43.0....* gnu/packages/build-tools.scm (meson): Update to 0.43.0.
| Ricardo Wurmus |
2017-10-13 | gnu: file-roller: Update to 3.26.1....* gnu/packages/gnome.scm (file-roller): Update to 3.26.1.
| Tobias Geerinckx-Rice |
2017-10-13 | gnu: gnome-backgrounds: Update to 3.26.2....* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
| Tobias Geerinckx-Rice |
2017-10-13 | gnu: dconf-editor: Update to 3.26.1....* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.1.
| Tobias Geerinckx-Rice |