Commit Graph

24825 Commits (67836c5956a11de28881416bbb28dc5da97bcc7b)

Author SHA1 Message Date
Rouby Pierre-Antoine 67836c5956
gnu: Add go-github-com-blang-semver.
* gnu/packages/golang.scm (go-github-com-blang-semver): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine 7c2ebbd4a6
gnu: Add go-github-com-urfave-cli.
* gnu/packages/golang.scm (go-github-com-urfave-cli): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:05 -04:00
Kei Kebreau 5a14e81e41
gnu: Update shogun to 6.1.3.
* gnu/packages/machine-learning.scm (shogun): Update to 6.1.3.
[source]: Update snippet to remove proprietary software.
[arguments]: Rewrite list of symlinks in 'delete-broken-symlinks' phase.
Rewrite file lists given to substitute* in 'change-R-target-path' and
'fix-octave-modules' phases.  Adjust 'fix-octave-modules' for the update.
Add 'move-rxcpp' phase.  Rewrite configure-flags for the update.
[inputs]: Add eigen.
[native-inputs]: Add rxcpp.
2018-05-29 18:20:38 -04:00
Kei Kebreau 3771000f89
gnu: swig: Patch for Octave 4.4.
* gnu/packages/swig.scm (swig)[source]: Add patch.
* gnu/packages/patches/swig-octave-patches.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-05-29 18:20:38 -04:00
Ricardo Wurmus 44884a9df8
gnu: eigen: Include unsupported features.
* gnu/packages/algebra.scm (eigen)[source]: Do not build the tests for
unsupported features, but include the files.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-05-29 18:20:38 -04:00
Kei Kebreau 3a354e104a
gnu: Add rxcpp.
* gnu/packages/machine-learning.scm (rxcpp): New variable.
2018-05-29 18:20:37 -04:00
Kei Kebreau de658cc2f8
gnu: octave: Update to 4.4.0.
* gnu/packages/maths.scm (octave): Update to 4.4.0.
2018-05-29 18:20:37 -04:00
Leo Famulari f0dd127d0a
gnu: mpd: Update to 0.20.20.
* gnu/packages/mpd.scm (mpd): Update to 0.20.20.
2018-05-29 18:00:34 -04:00
Leo Famulari b50196c3a4
gnu: Git: Update to 2.17.1 [fixes CVE 2018-{11234,11235}].
* gnu/packages/version-control.scm (git): Update to 2.17.1.
2018-05-29 16:00:02 -04:00
Tobias Geerinckx-Rice 0eeade9b53
gnu: pan: Update to 0.145.
* gnu/packages/mail.scm (pan): Update to 0.145.
2018-05-29 20:43:38 +02:00
Tobias Geerinckx-Rice 3b68a9b66e
gnu: disorderfs: Update to 0.5.3.
* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.3.
[source]: Update upstream URI and re-use VERSION.
2018-05-29 20:43:37 +02:00
Tobias Geerinckx-Rice e5ab03b51d
gnu: thefuck: Update to 3.27.
* gnu/packages/admin.scm (thefuck): Update to 3.27.
2018-05-29 20:43:37 +02:00
Leo Famulari e3d779cc93
gnu: Wireshark: Update to 2.6.1.
* gnu/packages/networking.scm (wireshark): Update to 2.6.1.
2018-05-29 14:39:22 -04:00
Leo Famulari 4d0f463d6b
gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].
* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.3.
2018-05-29 14:39:22 -04:00
Clément Lassieur 7c1445f86a
gnu: Add missing copyright line.
* gnu/packages/engineering.scm: Add missing copyright line for commit 6cedd61.
2018-05-29 15:43:13 +02:00
Clément Lassieur 6cedd61177
gnu: librecad: Fix build against Qt 5.11.
* gnu/packages/engineering.scm (librecad)[arguments]: Add missing headers.
2018-05-29 15:25:23 +02:00
Ricardo Wurmus 80e99aa467
gnu: emacs-s: Fix tests.
* gnu/packages/emacs.scm (emacs-s)[arguments]: Use full emacs package to fix
tests.
2018-05-29 14:05:11 +02:00
Ricardo Wurmus 06f863791a
gnu: emacs-dash: Update to 2.14.1.
* gnu/packages/emacs.scm (emacs-dash): Update to 2.14.1.
[source]: Fetch from git.
2018-05-29 14:05:11 +02:00
Ricardo Wurmus bd6a699d73
gnu: emacs-minimal: Fix build by disabling gnutls support.
This is a follow-up to bb82c3d42b.

* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Pass configure flag to
indicate that gnutls support has intentionally been disabled.
2018-05-29 14:05:11 +02:00
Mathieu Othacehe 2206c7ad93
gnu: emacs: Update to 26.1.
* gnu/packages/emacs.scm (emacs): Update to 26.1,
[arguments]: disable tests as they do not exist in release.
* gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch
indentation and line numbers.
2018-05-29 14:05:11 +02:00
Vagrant Cascadian 6fe1657705
system: Add u-boot-puma-rk3399.
* gnu/packages/bootloaders.scm (u-boot-puma-rk3399): New variable.
(make-u-boot-package)[arguments]: Add '.rksd' files to the files installed
during custom 'install phase.
* gnu/bootloader/u-boot.scm (u-boot-puma-rk3399-bootloader):
New exported variable.
* gnu/system/install.scm (rk3399-puma-installation-os):
New exported variable.
* gnu/packages/firmware.scm (arm-trusted-firmware-puma-rk3399): New variable.
(rk3399-cortex-m0): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-29 10:46:13 +02:00
Leo Famulari 2a49aee4d1
gnu: khal: Update to 0.9.9.
* gnu/packages/calendar.scm (khal): Update to 0.9.9.
2018-05-29 00:41:32 -04:00
Danny Milosavljevic ee3c8fbee2
gnu: make-u-boot-package: Sort printed configurations case-insensitively.
* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed
configurations case-insensitively.
2018-05-29 00:37:10 +02:00
Danny Milosavljevic 65212c42cd
gnu: u-boot-tools: Enable tests.
* gnu/packages/bootloaders.scm (u-boot-tools)[native-inputs]: Add openssl,
python2-coverage, python2-pytest, sdl.
[arguments]<#:make-flags>: Remove NO_SDL.
[arguments]<#:test-target>: Change to "tests".
[arguments]<#:phases>[patch]: New phase.
[arguments]<#:phases>[check]: Replace and move.
2018-05-28 23:52:07 +02:00
Clément Lassieur a234ae38ba
gnu: wireshark: Fix build against Qt 5.11.
* gnu/packages/networking.scm (wireshark)[arguments]: Add a 'patch-source'
phase that includes missing headers.
2018-05-28 23:45:50 +02:00
Clément Lassieur 77cc8778a3
gnu: supercollider: Remove broken Qt dependency.
As suggested by Ricardo Wurmus.

This also removes IDE support.

* gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to
configure flags.
[native-inputs]: Remove QTTOOLS.
[inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
2018-05-28 22:49:55 +02:00
Clément Lassieur c7d901c130
gnu: vlc: Fix build against Qt 5.11.
* gnu/packages/video.scm (vlc)[arguments]: Add missing headers.
2018-05-28 22:40:53 +02:00
Mathieu Othacehe a338b6f51d
Revert "gnu: emacs: Update to 26.1."
This reverts commit bb82c3d42b. This commit
needs probably to be done on core-updates.
2018-05-28 19:10:17 +02:00
Mathieu Othacehe bb82c3d42b
gnu: emacs: Update to 26.1.
* gnu/packages/emacs.scm (emacs): Update to 26.1,
[arguments]: disable tests as they do not exist in release.
* gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch
indentation and line numbers.
2018-05-28 18:40:21 +02:00
Ricardo Wurmus 3ec07ced8a
gnu: Add singularity.
* gnu/packages/linux.scm (singularity): New variable.
2018-05-28 17:36:09 +02:00
Ricardo Wurmus e580597d25
gnu: Add squashfs-tools-next.
* gnu/packages/compression.scm (squashfs-tools-next): New variable.
2018-05-28 17:36:08 +02:00
Clément Lassieur fdb85546dd
gnu: gajim: Update to 1.0.3.
* gnu/packages/messaging.scm (gajim): Update to 1.0.3.
2018-05-28 16:44:05 +02:00
Clément Lassieur 135745939d
gnu: python-nbxmpp: Update to 0.6.6.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.6.
2018-05-28 16:43:55 +02:00
Fis Trivial 70770b9381
gnu: Add xtensor.
* gnu/packages/algebra.scm (xtensor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 14:20:50 +02:00
Fis Trivial 6f3c850618
gnu: Add xtl.
* gnu/packages/cpp.scm (xtl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 14:19:29 +02:00
Fis Trivial e3c0676adf
gnu: Add json-modern-cxx.
* gnu/packages/cpp.scm (json-modern-cxx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 14:18:51 +02:00
Fis Trivial 385357c0d7
gnu: Add fifo-map.
* gnu/packages/cpp.scm (fifo-map): New variable.
* gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch: New file.
* gnu/packages/patches/fifo-map-remove-catch.hpp.patch: New file.
* gnu/local.mk: Add new patch files.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 13:48:52 +02:00
Fis Trivial ad8a4d6dc8
gnu: Add amalgamate.
This commit also re-orders some module statements.

* gnu/packages/code.scm (amalgamate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 13:45:39 +02:00
Fis Trivial 56e72c0084
gnu: Add catch-framework2.
* gnu/packages/check.scm (catch-framework2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-28 13:39:57 +02:00
Mark H Weaver 25816c4306
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
2018-05-27 17:39:29 -04:00
Pierre Langlois 8a6d16b897
gnu: clementine: Update snapshot.
* gnu/package/music.scm (clementine): Update snapshot to 4619a4c1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:06 +03:00
Pierre Langlois 1222a64c02
gnu: libechonest: Remove package.
It appears the "EchoNest" service isn't available anymore which makes this
package obsolete.

* gnu/packages/music.scm (libechonest): Remove variable.
(clementine)[inputs]: Remove libechonest.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:05 +03:00
Pierre Langlois 01c4869003
gnu: libmygpo-qt: Fix Qt 5.11 build.
The update to Qt 5.11.0 broke libmygpo-qt. It turned it was using a deprecated
CMake function (qt5_use_moduldes).  Let's pick up two upstream patches that
fix the issue: https://github.com/gpodder/libmygpo-qt/pull/15

As mentioned in the the pull request, there is now a test failure but it looks
harmless.

* gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch,
gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/music.scm (libmygpo-qt)[source]: Add patches.
[arguments]: Build tests but do not run them.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-05-27 22:33:01 +03:00
Julien Lepiller 3a69f5f2d3
gnu: Add java-logback-classic.
* gnu/packages/java.scm (java-logback-classic): New variable.
2018-05-27 18:47:15 +02:00
Julien Lepiller 7d8207a4c1
gnu: Add java-logback-core.
* gnu/packages/java.scm (java-logback-core): New variable.
2018-05-27 18:47:09 +02:00
Julien Lepiller 3402e651c8
gnu: Add java-janino.
* gnu/packages/java.scm (java-janino): New variable.
2018-05-27 18:47:07 +02:00
Julien Lepiller 3fa18fe796
gnu: Add java-commons-compiler.
* gnu/packages/java.scm (java-commons-compiler): New variable.
2018-05-27 18:47:05 +02:00
Julien Lepiller 66006fe526
gnu: Add java-commons-jxpath.
* gnu/packages/java.scm (java-commons-jxpath): New variable.
2018-05-27 18:47:03 +02:00
Julien Lepiller 7049dea185
gnu: Add java-eclipse-sisu-plexus.
* gnu/packages/java.scm (java-eclipse-sisu-plexus): New variable.
2018-05-27 18:47:01 +02:00
Julien Lepiller 1a1810f534
gnu: Add java-eclipse-sisu-inject.
* gnu/packages/java.scm (java-eclipse-sisu-inject): New variable.
2018-05-27 18:46:58 +02:00