Commit Graph

33807 Commits (2abd76e8afe64ef4f4041ff02e9b22debb9f0483)

Author SHA1 Message Date
Pierre Neidhardt d7d0c98977
gnu: emacs-mu4e-conversation: Update to 20180722.
* gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20180722.
2018-07-22 20:09:44 +02:00
Pierre Neidhardt 22c0bef67c
gnu: emacs-helm-exwm: Update to 20180703.
* gnu/packages/emacs.scm (emacs-helm-exwm): Update to 20180703.
2018-07-22 20:04:54 +02:00
Pierre Neidhardt 1ce4f55572
gnu: emacs-wgrep-helm: Deprecate in favor of emacs-wgrep.
* gnu/packages/emacs.scm (emacs-wgrep-helm): Deprecate.
2018-07-22 19:58:10 +02:00
Pierre Neidhardt 3ad4443f68
gnu: emacs-wgrep: Update to 20180711.
* gnu/packages/emacs.scm (emacs-wgrep): Update to 20180711.
2018-07-22 19:55:06 +02:00
Efraim Flashner 2338755afa
gnu: python-pyqt: Don't use private sip file.
* gnu/packages/qt.scm (python-sip)[arguments]: Don't use '--sip-module'
flag in custom 'configure phase.
(python-pyqt)[sources]: Add patch.
* gnu/packages/patches/pyqt-public-sip.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-07-22 20:43:01 +03:00
Efraim Flashner fac1447bf3
gnu: python-sip: Update to 4.19.12.
* gnu/packages/qt.scm (python-sip): Update to 4.19.12.
2018-07-22 20:42:55 +03:00
Efraim Flashner bba6069708
gnu: python-pyqt-4: Remove variable.
* gnu/packages/qt.scm (python-pyqt-4): Remove variable.
(python2-pyqt-4): Don't inherit from python-pyqt-4.
2018-07-22 20:42:48 +03:00
Efraim Flashner e1846928ee
gnu: python-poppler-qt4: Remove variable.
* gnu/packages/pdf.scm (python-poppler-qt4): Remove variable.
2018-07-22 20:42:42 +03:00
Pierre Neidhardt db4c03e249
gnu: emacs-helm-eww: Update to 20180511.
* gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180511.
2018-07-22 19:41:59 +02:00
Pierre Neidhardt b9231c5c0c
gnu: emacs-exwm: Update to 0.19.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.19.
2018-07-22 19:30:45 +02:00
Pierre Neidhardt 812929a42c
gnu: emacs-xelb: Update to 0.15.
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.15.
2018-07-22 19:30:25 +02:00
Pierre Neidhardt 0cfc168b37
gnu: Add ccrypt.
* gnu/packages/crypto.scm (ccrypt): New variable.
2018-07-22 19:17:49 +02:00
Marius Bakke df3f99af76
gnu: xf86-video-r128: Update to 6.11.0.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.11.0.
[source]: Use URL-FETCH.
[arguments]: Remove.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2018-07-22 18:14:34 +02:00
Marius Bakke e9be2c5409
Revert "guix: Compress and decompress xz archives in parallel."
Threaded compression makes archives non-deterministic: the result depends on
the number of threads used for compressing.  See <https://bugs.gnu.org/31015>.

This reverts commit 63102406f2.
2018-07-22 18:01:35 +02:00
Marius Bakke 3e95125e9b
Revert "packages: Enable threaded compression of source tarballs."
Threaded compression makes tarballs non-deterministic: the result depends on
the number of threads used for compressing.  See <https://bugs.gnu.org/31015>.

This reverts commit c8a3dea847.
2018-07-22 17:58:16 +02:00
Marius Bakke 08b87ab0df
gnu: pcre: Update to 8.42.
* gnu/packages/pcre.scm (pcre): Update to 8.42.
2018-07-22 17:54:54 +02:00
Pierre Neidhardt 5285192150
doc: Fix typo (missing period)
* HACKING (Commit Access): Fix typo.
2018-07-22 17:00:47 +02:00
Brendan Tildesley 4febfdd0f3
gnu: ffmpegthumbnailer: New variable.
* gnu/packages/video.scm (ffmpegthumbnailer): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22 16:44:53 +02:00
Stefan Stefanović 706a6ff154
gnu: sddm: Update to 0.18.0.
* gnu/packages/display-managers.scm (sddm): Update to 0.18.0.
* gnu/packages/patches/sddm-fix-build-with-qt-5.11-1024.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22 16:25:59 +02:00
Marius Bakke 0c468cb52d
gnu: chemistry.scm: Add missing import.
This is a follow-up to commit eb5ece73a8.

* gnu/packages/chemistry.scm: Import (gnu packages).
2018-07-22 16:19:22 +02:00
Julien Lepiller a7d5ce94ba
gnu: Add u-boot-cubietruck.
* gnu/packages/bootloaders.scm (u-boot-cubietruck): New variable.
2018-07-22 09:52:15 +02:00
Kei Kebreau 8eb49ec527
gnu: minetest: Update to 0.4.17.
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.17.
2018-07-21 23:00:57 -04:00
Kei Kebreau eb5ece73a8
gnu: openbabel: Fix crash when opening NWChem output files.
* gnu/packages/patches/openbabel-fix-crash-on-nwchem-output.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/chemistry.scm (openbabel)[source]: Use it.
2018-07-21 22:28:51 -04:00
Björn Höfling 889e7fab3c
gnu: youtube-dl: Update to 2018.07.10.
* gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-21 14:12:12 -04:00
Andreas Enge e4351015ec
gnu: calibre: Update to 3.28.0.
* gnu/packages/ebook.scm (calibre): Update to 3.28.0.
2018-07-21 19:24:14 +02:00
Marius Bakke 0d517c073d
gnu: util-linux: Update to 2.32.1.
* gnu/packages/linux.scm (util-linux): Update to 2.32.1.
2018-07-21 02:45:56 +02:00
Marius Bakke 7da8ba2eae
gnu: pango: Update to 1.42.2.
* gnu/packages/gtk.scm (pango): Update to 1.42.2.
2018-07-21 02:45:56 +02:00
Marius Bakke c956653413
gnu: harfbuzz: Update to 1.8.4.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.8.4.
2018-07-21 02:45:56 +02:00
Marius Bakke f2ca4fa5c3
gnu: cmake: Update to 3.12.0.
* gnu/packages/cmake.scm (cmake): Update to 3.12.0.
2018-07-21 02:45:55 +02:00
Marius Bakke d64edd2c81
gnu: libuv: Drop redundant 'autogen' phase.
* gnu/packages/libevent.scm (libuv)[arguments]: Remove #:phases.
2018-07-21 02:45:55 +02:00
Marius Bakke 56cd03d686
gnu: libuv: Update to 1.22.0.
* gnu/packages/libevent.scm (libuv): Update to 1.22.0.
2018-07-21 02:45:55 +02:00
Marius Bakke 78a9a2501d
gnu: texinfo: Fix FTBFS with Perl 5.28.
* gnu/packages/patches/texinfo-perl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/texinfo.scm (texinfo)[source](patches): New field.
2018-07-21 02:45:55 +02:00
Marius Bakke 463ad503b1
gnu: readline: Update to 7.0.5.
* gnu/packages/readline.scm (%patch-series-7.0): Add patch 4 and 5.
2018-07-21 02:13:45 +02:00
Marius Bakke f94a8654d6
gnu: perl: Update to 5.28.0.
* gnu/packages/patches/perl-deterministic-ordering.patch: Adjust path.
* gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch,
gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/perl.scm (perl): Update to 5.28.0.
[source](patches): Remove obsolete.
2018-07-21 02:12:33 +02:00
Brendan Tildesley 56e533929f
gnu: libgaiagraphics: Fix typo.
* gnu/packages/geo.scm: (libgaiagraphics)[inputs]: Fix typo.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-20 15:34:57 -04:00
Leo Famulari 5dc53092c6
gnu: vdirsyncer: Update to 0.16.7.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
2018-07-20 15:30:22 -04:00
Ludovic Courtès 264967c883
install: Add service for the loopback device.
Lack of a loopback device prevented the system from building starting
from commit 363c946b36.

* gnu/system/install.scm (%installation-services): Add
'static-networking-service-type' instance for 'lo'.
2018-07-20 18:03:11 +02:00
Marius Bakke eb9c0d20f9
gnu: ffmpeg: Update to 4.0.2.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.2.
2018-07-20 17:08:13 +02:00
Marius Bakke 0a08ea2a50
gnu: ffmpeg@3.4: Update to 3.4.4.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.4.
2018-07-20 17:08:12 +02:00
Marius Bakke 134189e26f
gnu: feh: Update to 2.27.1.
* gnu/packages/image-viewers.scm (feh): Update to 2.27.1.
2018-07-20 17:08:12 +02:00
Ludovic Courtès e475211869
database: Reset timestamps to one second after the Epoch.
Previously, store items registered in the database by this code (for
instance, store items retrieved by 'guix offload' and passed to
'restore-file-set') would have an mtime of 0 instead of 1.

This would cause problems for things like .go files: Guile would
consider them to be older than the corresponding .scm file, and
consequently it would ignore them and possibly use another (incorrect)
.go file.

Reported by Ricardo Wurmus.

* guix/store/database.scm (reset-timestamps): Pass 1, not 0, to
'utime'.
* tests/store-database.scm ("register-path"): Check the mtime of FILE
and REF.
2018-07-20 15:01:33 +02:00
Ludovic Courtès 4f89a8eec6
deduplication: Work around Guile bug in 'seek'.
Fixes <https://bugs.gnu.org/32161>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

This mostly reverts 83099892e0.

* guix/store/deduplication.scm (counting-wrapper-port): New procedure.
(nar-sha256): Use it.
2018-07-20 15:01:33 +02:00
Andreas Enge a2662bfe9c
gnu: gp2c: Update to 0.0.11.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
2018-07-20 10:45:54 +02:00
Andreas Enge 03d5f73e96
gnu: pari-gp: Update to 2.11.0.
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.0.
2018-07-20 10:44:21 +02:00
Leo Famulari 82549f2328
build-system/go: Use invoke instead of system*.
* guix/build/go-build-system.scm (unpack, build): Use invoke.
(install-source): Unconditionally return #t.
(check): Use invoke and unconditionally return #t.
2018-07-19 19:12:54 -04:00
Marius Bakke 1d3de97967
gnu: libgc: Update to 7.6.6.
* gnu/packages/bdw-gc.scm (libgc): Update to 7.6.6.
[source](uri): Change to the new download location, as noted on the home page.
2018-07-19 23:25:06 +02:00
Marius Bakke ebd551705c
gnu: fftw: Update to 3.3.8.
* gnu/packages/algebra.scm (fftw): Update to 3.3.8.
2018-07-19 23:25:05 +02:00
Andreas Enge 6f88285ab1
gnu: bitcoin-core: Update to 0.16.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.16.1.
2018-07-19 23:22:36 +02:00
Julien Lepiller fbf9274b94
gnu: php: Update to 7.2.8.
* gnu/packages/php.scm (php): Update to 7.2.8.
2018-07-19 21:29:41 +02:00
Efraim Flashner e9ab4b40a8
gnu: busybox: Update to 1.29.1.
* gnu/packages/busybox.scm (busybox): Update to 1.29.1.
[arguments]: Add custom phase to change the default value of TASKSET.
2018-07-19 21:29:14 +03:00