Commit graph

60565 commits

Author SHA1 Message Date
Marius Bakke a709af5853
gnu: lvm2: Update to 2.03.09.
* gnu/packages/linux.scm (lvm2): Update to 2.03.09.
2020-05-11 21:55:02 +02:00
Marius Bakke b05a2f62d4
gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
2020-05-11 21:55:02 +02:00
Marius Bakke 28b55a5191
gnu: oniguruma: Do not build the static library.
* gnu/packages/textutils.scm (oniguruma)[arguments]: New field.
2020-05-11 21:55:02 +02:00
Marius Bakke 7eb823c6f2
gnu: oniguruma: Update to 6.9.5-rev1.
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.5-rev1.
[source](uri): Adjust for inconsistent URI when dashes are involved.
2020-05-11 21:55:01 +02:00
Marius Bakke 3cfbeebb7c
gnu: wxwidgets: Update to 3.0.5.1.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.5.1.
2020-05-11 21:55:01 +02:00
Marius Bakke a5d67ba782
gnu: i3-wm: Update to 4.18.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.18.1.
2020-05-11 21:55:01 +02:00
Marius Bakke 46bbdef247
gnu: bitcoin: Fix test failure with Python 3.8.
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
2020-05-11 21:55:01 +02:00
Marius Bakke 16fbbf6a85
gnu: re2: Update to 2020-05-01.
* gnu/packages/regex.scm (re2): Update to 2020-05-01.
[source](modules, snippet): New fields.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add substitution
to adjust for re2 API change.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Likewise.
2020-05-11 21:55:01 +02:00
Marius Bakke b8bb2f0793
gnu: OpenEXR: Update to 2.5.0.
* gnu/packages/patches/ilmbase-openexr-pkg-config.patch: Delete file.
* gnu/packages/patches/ilmbase-fix-test-arm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.0.
2020-05-11 21:55:01 +02:00
Tobias Geerinckx-Rice fef052b1b8
gnu: samba: Update to 4.11.9.
* gnu/packages/samba.scm (samba): Update to 4.11.9.
2020-05-11 19:53:27 +02:00
Ricardo Wurmus ac68fb3b29
gnu: flatpak: Update to 1.6.3.
* gnu/packages/package-management.scm (flatpak): Update to 1.6.3.
[arguments]: Enable tests; add --with-system-dbus-proxy to configure flags;
add "fix-tests" phase and replace "check" phase.
[native-inputs]: Add socat, dbus, python, which, and glibc-utf8-locales.
[inputs]: Add xdg-dbus-proxy.
2020-05-11 17:21:44 +02:00
Efraim Flashner 5de2246f40
gnu: git-annex: Add support for v4 of S3 support.
* gnu/packages/haskell-apps.scm (git-annex)[source]: Add patch.
* gnu/packages/patches/git-annex-S3v4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-05-11 14:35:24 +03:00
Guillaume Le Vaillant 232f2d2634
gnu: Add rtl-443.
* gnu/packages/radio.scm (rtl-433): New variable.
2020-05-11 13:33:25 +02:00
Ludovic Courtès cef0e08c23
gnu: proot: Fix test failures.
The upgrade to Make 4.3 and Coreutils 8.30 introduced test failures that
this commit addresses.

* gnu/packages/base.scm (coreutils-8.30): New variable.
* gnu/packages/linux.scm (proot)[native-inputs]: Add COREUTILS-8.30 and
GNU-MAKE-4.2.
2020-05-11 13:03:23 +02:00
Ludovic Courtès f69cf40741
gnu: 'define-deprecated-guile3.0-package' actually exports <package> objects.
Until now, that macro would expand to something like:

  (export guile3.0-git)

where 'guile3.0-git' is actually a macro (produced by
'define-deprecated'), which would thus be skipped by 'fold-packages'.
Consequently, "guix install guile3.0-git" would say that no such package
exists.

* gnu/packages/guile.scm (define-deprecated-guile3.0-package): Add
'old-name' and export it.
2020-05-11 13:01:11 +02:00
Hartmut Goebel fbe17e242b
gnu: sequoia: Fix pkgconfig files.
The pkgconfig files defines the wrong prefix: It is the build directory, while
it should be the installation prefix. This is caused by Makefiles replacing
`PREFIX` by `$(shell pwd)`.

See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details.

* gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New
  phase.
2020-05-11 12:05:38 +02:00
Oleg Pykhalov d58c9574b3
gnu: tigervnc-server: Update to 1.10.1-1.920d9c4.
* gnu/packages/vnc.scm (tigervnc-client): Update to 1.10.1-1.920d9c4.
(tigervnc-server)[version]: Update to 1.10.1-1.920d9c4.
[arguments]<#:phases>[patch-xserver]: Fix format procedure call.
[native-inputs]: Use tigervnc-client package source.
2020-05-11 11:54:36 +03:00
Raghav Gururajan 705a5dcb87
gnu: xfe: Fix few more FHS directories.
* gnu/packages/disk.scm (xfe): Fix /bin and /share paths in
st/config.h and src/xfedefs.h, respectively.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-11 08:54:05 +02:00
Maxim Cournoyer d8ccff833d
gnu: lcov: Update to commit 40580cd659.
* gnu/packages/code.scm (lcov): Update to commit 40580cd659.
(arguments): Enable tests and specify the test target.
[phases]{patch-pwd, wrap}: Add phases.
[inputs]: Add perl-json and perl-perlio-gzip.
2020-05-11 00:18:17 -04:00
Maxim Cournoyer e23e5db39b
gnu: Add perl-perlio-gzip.
* gnu/packages/perl-compression.scm (perl-perlio-gzip): New variable.
2020-05-11 00:18:17 -04:00
Mark H Weaver 2320bc27cf
gnu: linux-libre: Update to 5.4.40.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.40.
(linux-libre-5.4-pristine-source): Update hash.
2020-05-10 21:37:38 -04:00
Mark H Weaver c855299ed8
gnu: linux-libre@5.6: Update to 5.6.12.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.12.
(linux-libre-5.6-pristine-source): Update hash.
2020-05-10 21:36:54 -04:00
Mark H Weaver 72bbae65f9
gnu: linux-libre@4.19: Update to 4.19.122.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122.
(linux-libre-4.19-pristine-source): Update hash.
2020-05-10 21:36:18 -04:00
Mark H Weaver f59cfae39a
gnu: linux-libre@4.14: Update to 4.14.180.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180.
(linux-libre-4.14-pristine-source): Update hash.
2020-05-10 21:35:44 -04:00
Mark H Weaver 195f8c9c97
gnu: linux-libre@4.9: Update to 4.9.223.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.223.
(linux-libre-4.9-pristine-source): Update hash.
2020-05-10 21:35:10 -04:00
Mark H Weaver ced11dbbbc
gnu: linux-libre@4.4: Update to 4.4.223.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.223.
(linux-libre-4.4-pristine-source): Update hash.
2020-05-10 21:33:53 -04:00
Vagrant Cascadian b76b1d3fb6
gnu: python-trezor: Update to 0.12.0.
* gnu/packages/finance (python-trezor): Update to 0.12.0.
  [arguments] Remove custom 'check phase.
  [propagated-inputs] Remove python-pyblake2.
2020-05-10 14:43:00 -07:00
Boris A. Dekshteyn 72099cb0f2
gnu: freecad: Fix build with python-3.8
* gnu/packages/engineering.scm (freecad)[source](modules, snippet): New fields.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-10 23:05:12 +02:00
Boris A. Dekshteyn 38b46a3e32
gnu: scribus: Fix build against poppler-0.86.
* gnu/packages/scribus.scm (scribus)[source](patches): New field.
* gnu/packages/patches/scribus-1.5.5-poppler-0.86-build-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-10 22:59:29 +02:00
Marius Bakke fe5a4f579b
gnu: gnubg: Build with Pango 1.42.
* gnu/packages/games.scm (gnubg)[inputs]: Add PANGO-1.42.
2020-05-10 22:29:09 +02:00
Marius Bakke 6266a48db1
gnu: fbreader: Fix build failure.
* gnu/packages/ebook.scm (fbreader)[native-inputs]: Distinguish GCC-5.
[arguments]: Add phase 'augment-CPLUS_INCLUDE_PATH'.
2020-05-10 22:24:38 +02:00
Marius Bakke 1abfb4d4e4
gnu: gnubik: Fix build failure.
* gnu/packages/games.scm (gnubik)[arguments]: New field.
2020-05-10 22:16:13 +02:00
Marius Bakke 179e6c524a
gnu: Register 'glibc-bootstrap-system-2.2.5.patch'.
This is a follow-up to commit f6b911fb5f.

* gnu/local.mk (dist_patch_DATA): Add it.
2020-05-10 22:07:12 +02:00
Ron Nazarov f1a83356a7
gnu: Add python-vf-1.
* gnu/packages/python-web.scm (python-vf-1): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-05-10 16:31:26 +02:00
Ludovic Courtès ba40ce5b2c
gnu: flann: Update to 1.9.1.
* gnu/packages/maths.scm (flann): Update to 1.9.1.
[source]: Use 'git-fetch'.
[home-page]: Change to github.com.
2020-05-10 16:08:37 +02:00
Ludovic Courtès f8bb53caad
gnu: flann: Remove "octave" output.
Octave support currently fails to build and is not used by any other
package in Guix.

* gnu/packages/maths.scm (flann)[outputs]: Remove "octave" output.
[inputs]: Remove OCTAVE-CLI.
[arguments]: Remove 'set-octave-directory' phase.
2020-05-10 16:08:37 +02:00
Ludovic Courtès 22bff285b4
gnu: emacs-mmm-mode: Fix build failure of the manual.
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[native-inputs]: Replace
TEXINFO with TEXINFO-5.
2020-05-10 16:08:37 +02:00
Ludovic Courtès 933fdd558b
gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.
* gnu/packages/guile-xyz.scm (guile-ac-d-bus): Update to 1.0.0-beta.0.
2020-05-10 16:08:37 +02:00
Ludovic Courtès 0e8b05175d
gnu: guile-next: Mark as deprecated alias for "guile".
* gnu/packages/guile.scm (guile-next): Mark as 'deprecated-package' for
GUILE-3.0.
2020-05-10 16:08:37 +02:00
Ludovic Courtès 93989aedfd
gnu: guile-xapian: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-xapian)[inputs]: Switch to GUILE-3.0.
(guile2.2-xapian): New variable.
(guile3.0-xapian): Define as 'deprecated-package'.
2020-05-10 16:08:37 +02:00
Ludovic Courtès b141e1d5dd
gnu: guile-websocket: Rename from "guile3.0-websocket".
* gnu/packages/guile-xyz.scm (guile3.0-websocket): Rename to...
(guile-websocket): ... this.
[inputs]: Use GUILE-3.0.
(guile3.0-websocket): Define as 'deprecated-package'.
2020-05-10 16:08:37 +02:00
Ludovic Courtès 318e1a9336
gnu: guile2.2-newt, guile2.2-parted, guile2.2-hashing: Depend on Guile 2.2.
* gnu/packages/guile-xyz.scm (guile2.2-newt): Switch to GUILE-2.2.
(guile2.2-parted): Likewise.
(guile2.2-hashing): Likewise.
2020-05-10 16:08:36 +02:00
Ludovic Courtès ca6c150900
gnu: guile-email: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-email)[inputs]: Switch to GUILE-3.0.
(guile2.2-email): New variable.
(guile3.0-email): Define in terms of 'deprecated-package'.
2020-05-10 16:08:36 +02:00
Ludovic Courtès ca03dca59d
gnu: guile-squee: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-squee)[native-inputs]: Switch to GUILE-3.0.
(guile2.2-squee): New variable.
(guile3.0-squee): Define as 'deprecated-package'.
2020-05-10 16:08:36 +02:00
Ludovic Courtès 7829fc779b
gnu: emacs: Remove unneeded import.
This is a followup to ef0cb0dd1d.
Suggested by Jack Hill <jackhill@jackhill.us>.

* gnu/packages/emacs.scm: Remove unneeded (ice-9 match) import.
2020-05-10 16:08:36 +02:00
Guillaume Le Vaillant 4fca1bc5af
gnu: Add dump1090.
* gnu/packages/radio.scm (dump1090): New variable.
2020-05-10 13:36:50 +02:00
Efraim Flashner 3d867fea42
gnu: guile-git: Prevent guild build warnings.
* gnu/packages/guile.scm (guile-git)[arguments]: Add
GUILE_AUTO_COMPILE=0 to make-flags.
2020-05-10 14:09:48 +03:00
Efraim Flashner 279569ca82
Revert "gnu: efl: Update to 1.24.0."
There is a bug where with efl-1.24 no user input is accepted with any
efl-based pop-up dialogs. Revert until we can find a fix.

This reverts commit b34793c143.
2020-05-10 11:15:09 +03:00
Efraim Flashner 628030e4c8
Revert "gnu: python-efl: Update to 1.24.0."
This reverts commit 67c8f879c5.
2020-05-10 11:15:05 +03:00
Guillaume Le Vaillant bfffe6d229
gnu: postgis: Add missing input.
* gnu/packages/geo.scm (postgis)[inputs]: Add giflib.
2020-05-10 10:08:30 +02:00