gnu: calibre: Update qt dependancies.
* gnu/packages/ebook.scm (calibre)[native-inputs]: Remove qt, add
qtbase.
[inputs]: Remove qt, replace python2-pyqt@5.5 with python2-pyqt.
gnu: python-pyqt: Build with more qt modules.
* gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtbase, qtconnectivity,
qtdeclarative, qtlocation, qtmultimedia, qtsensors, qtserialport, qtsvg,
qttools, qtwebchannel, qtwebkit, qtwebsockets, qtx11extras,
qtxmlpatterns.
(python2-pyqt)[inputs]: Same.
(python-pyqt@4)[inputs]: Only use python.
gnu: orfm: Update to 0.6.0.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.6.0.
gnu: direnv: Update to 2.10.0.
* gnu/packages/shellutils.scm (direnv): Update to 2.10.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: sunxi-tools: Update to 1.4.2.
* gnu/packages/admin.scm (sunxi-tools): Update to 1.4.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: python-html5lib: Add dependency on python-webencodings.
* gnu/packages/python.scm (python-html5lib,
python2-html5lib)[propagated-inputs]: Add python-webencodings.
gnu: Add python-webencodings.
* gnu/packages/python.scm (python-webencodings, python2-webencodings): New
variables.
gnu: linux-libre: Update to 4.8.14.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.14. Remove patches.
(linux-libre-arm-generic): Remove patches.
gnu: linux-libre@4.4: Update to 4.4.38.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.38.
Remove patches.
gnu: fcgi: Disable parallel building.
* gnu/packages/web.scm (fcgi)[arguments]: Disable parallel building.
gnu: Add sshoot.
* gnu/packages/vpn.scm (sshoot): New variable.
gnu: Add python-argcomplete.
* gnu/packages/python.scm (python-argcomplete): New variable.
gnu: Add sshuttle.
* gnu/packages/vpn.scm (sshuttle): New variable.
services: Activate system prior to services.
* gnu/services.scm (activation-script): Move 'activation-current-system'
call before (for-each primitive-load …).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.
This is a followup to commit 0e8b7b1c351a2307bfc33211b4d76dbe7dfa01ef.
* gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful
file-name.
gnu: diffoscope: Update to 63.
* gnu/packages/package-management.scm (diffoscope): Update to 63.
[arguments]: Remove obsolete 'disable-failing-test' and 'disable-egg-zipping'
phases. The former was fixed upstream, and the latter is fixed by the new Python
build system.
gnu: openjpeg: Update replacement to 2.1.2 [fixes CVE-2016-{7445,8332}].
* gnu/packages/image.scm (openjpeg/fixed): Replace variable with ...
(openjpeg-2.1.2): ... this.
[patches]: Remove patches inherited from openjpeg.
(openjpeg)[replacement]: Replace with openjpeg-2.1.2.
Merge branch 'master' into staging