Ludovic Courtès
f41bb8d107
gnu: libextractor: Update to 1.6.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
2017-10-16 15:47:39 +02:00
Adam Van Ymeren
a97bfa46cd
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>
2017-10-16 14:57:54 +02:00
Christopher Baines
8e2ae7ee29
gnu: Add emacs-org-contrib.
...
* gnu/packages/emacs.scm (emacs-org-contrib): New variable.
2017-10-16 08:39:50 +01:00
Leo Famulari
8de5ca0288
gnu: tmux: Update to 2.6.
...
* gnu/packages/tmux.scm (tmux): Update to 2.6.
2017-10-15 21:37:51 -04:00
Tobias Geerinckx-Rice
7732cca18d
gnu: youtube-dl: Update to 2017.10.15.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.15.1.
2017-10-15 22:51:09 +02:00
Tobias Geerinckx-Rice
0367c89dd4
gnu: baobab: Update to 3.26.1.
...
* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
2017-10-15 22:51:09 +02:00
ng0
96acbc2be8
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>
2017-10-15 20:29:31 +01:00
Christopher Baines
4cb036d604
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.
2017-10-15 19:02:44 +01:00
Christopher Baines
dd2de28423
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.
2017-10-15 19:02:43 +01:00
Ricardo Wurmus
791cfa672d
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.
2017-10-15 17:36:11 +02:00
Kei Kebreau
b3b2efc82d
gnu: maxima: Update to 5.41.0.
...
* gnu/packages/maths.scm (maxima): Update to 5.41.0.
2017-10-15 10:50:45 -04:00
Efraim Flashner
838b232e97
gnu: ruby-ffi: Move to libffi.scm.
...
* gnu/packages/ruby.scm (ruby-ffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
2017-10-15 11:57:15 +03:00
Efraim Flashner
0751fddd91
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.
2017-10-15 11:57:15 +03:00
Efraim Flashner
cca55d571c
gnu: python-cffi: Update to 1.11.2.
...
* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
2017-10-15 11:57:15 +03:00
Efraim Flashner
a1add5b7fb
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.
2017-10-15 11:57:15 +03:00
Ricardo Wurmus
dd46c16b12
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+.
2017-10-15 10:45:20 +02:00
Mark H Weaver
58381958cc
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.
2017-10-14 22:37:37 -04:00
Tobias Geerinckx-Rice
9ced103324
gnu: cups-minimal: Mark up description.
...
* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
2017-10-14 17:32:46 +02:00
Tobias Geerinckx-Rice
96b44a9456
gnu: cups-filters: Download over HTTPS.
...
* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
2017-10-14 17:32:46 +02:00
ng0
b35936880d
gnu: Add python-pyqrcode.
...
* gnu/packages/python.scm (python-pyqrcode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0
f0f6f9f6cf
gnu: Add python-pynacl.
...
* gnu/packages/crypto.scm (python-pynacl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0
3aa440caef
gnu: Add python-py-ubjson.
...
* gnu/packages/web.scm (python-py-ubjson): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0
7ae282fbea
gnu: Add python-cbor.
...
* gnu/packages/serialization.scm (python-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0
d43210f332
gnu: neomutt: Update to 20171013.
...
* gnu/packages/mail.scm (neomutt): Update to 20171013.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer
a209907ed6
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>
2017-10-14 17:07:36 +02:00
Kyle Meyer
db29e59865
gnu: Add emacs-julia-mode.
...
* gnu/packages/emacs.scm (emacs-julia-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer
d02c287390
gnu: Add emacs-easy-kill.
...
* gnu/packages/emacs.scm (emacs-easy-kill): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Rutger Helling
7aafb3b324
gnu: games: Add openrct2.
...
* gnu/packages/games.scm (openrct2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Ludovic Courtès
8380a18176
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.
2017-10-14 17:07:36 +02:00
Ludovic Courtès
44394ef917
gnu: guile-sly: Remove 2.0-specific bits.
...
* gnu/packages/guile.scm (guile-sly)[source](modules, snippet): New
fields.
2017-10-14 17:07:35 +02:00
Ludovic Courtès
4fa3f7967f
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.
2017-10-14 17:07:35 +02:00
Marius Bakke
31c70cce50
gnu: mesa: Disable svga driver for armhf.
...
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
2017-10-14 10:22:41 +02:00
ng0
a4593cc95b
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>
2017-10-14 07:18:19 +01:00
Cyril Roelandt
af6ce61088
gnu: python-biopython: Update to 1.70.
...
* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
2017-10-14 03:17:50 +02:00
Ricardo Wurmus
a47ed09624
gnu: meson: Update to 0.43.0.
...
* gnu/packages/build-tools.scm (meson): Update to 0.43.0.
2017-10-13 22:47:33 +02:00
Tobias Geerinckx-Rice
d24c69d866
gnu: file-roller: Update to 3.26.1.
...
* gnu/packages/gnome.scm (file-roller): Update to 3.26.1.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice
a3070d1b4f
gnu: gnome-backgrounds: Update to 3.26.2.
...
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice
ff21b07e0b
gnu: dconf-editor: Update to 3.26.1.
...
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice
3495e9412e
gnu: adwaita-icon-theme: Update to 3.26.0.
...
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.0.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice
6baabe9246
gnu: gnome-terminal: Update to 3.26.1.
...
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice
7b487df995
gnu: vte: Update to 0.50.1.
...
* gnu/packages/gnome.scm (vte): Update to 0.50.1.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice
ad9e03e918
gnu: youtube-dl: Update to 2017.10.12.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.12.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice
71d60b966d
gnu: mcelog: Use HTTPS home page.
...
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice
e03e9c86da
gnu: mcelog: Update to 154.
...
* gnu/packages/linux.scm (mcelog): Update to 154.
2017-10-13 21:52:26 +02:00
Christopher Baines
1f37465a66
gnu: Add emacs-graphviz-dot-mode.
...
* gnu/packages/emacs.scm (graphviz-dot-mode): New variable.
2017-10-13 20:41:46 +01:00
Alex Kost
0821e0672c
gnu: git-modes: Update to 1.2.6.
...
* gnu/packages/emacs.scm (git-modes): Update to 1.2.6.
2017-10-13 19:53:04 +03:00
Alex Kost
dca0718c29
gnu: emacs-with-editor: Update to 2.7.0.
...
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.0.
2017-10-13 19:53:04 +03:00
Alex Kost
d5e33910a9
gnu: magit: Update to 2.11.0.
...
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.11.0.
2017-10-13 19:53:04 +03:00
Ricardo Wurmus
d95f1041de
gnu: eolie: Update to 0.9.4.
...
* gnu/packages/gnome.scm (eolie): Update to 0.9.4.
[arguments]: Update build phases to use the meson build system.
[native-inputs]: Add meson-for-build, ninja, python, and gtk+:bin.
2017-10-13 17:03:51 +02:00
Hartmut Goebel
109461f919
gnu: kdelibs4support: Remove redundant inputs.
...
These are listed as propagated inputs already, no need
to list them as normal inputs again.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove
kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
2017-10-13 13:53:51 +02:00