Commit graph

57519 commits

Author SHA1 Message Date
Maxim Cournoyer 092cdae90b
gnu: emacs-forge: Use the emacs-build-system.
This streamlines the package definition nicely and bring benefits, such as
having the Elisp files scanned for potential /bin/ programs and patched,
compressing the info manual, being able to compile the autoload file, and
installing the byte compiled files to the correct location (under site-lisp/).

* gnu/packages/emacs-xyz.scm (emacs-forge)[build-system]: Switch from the
gnu-build-system to the emacs-build-system.
[arguments]: Remove the #:modules and #:imported-modules arguments.  Delete
all the custom phases except the 'chdir-lisp one, and add a new
'build-info-manual phase.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer 93f606b343
gnu: emacs-guix: Remove unnecessary configure flags.
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer 06ab895e8c
gnu: emacs-magit-svn: Use the emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the
emacs-build-system.
[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Brendan Tildesley 5e78a87bb9
gnu: waybar: Update to 0.9.1.
* gnu/packages/wm.scm (waybar): Update to 0.9.1.
[inputs]: Add date and gtk-layer-shell dependencies.
[synopsis]:Remove period.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley d2793ed696
gnu: Add gtk-layer-shell.
* gnu/packages/gtk.scm (gtk-layer-shell): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley 5ea2058409
gnu: spdlog: Update to 1.5.0.
* gnu/packages/logging.scm (spdlog): Update to 1.5.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley 1afd98dc93
gnu: Add date.
* gnu/packages/wm.scm (date): New variable.
* gnu/packages/patches/date-output-pkg-config-files.patch: New file.
* gnu/local.mk: Add patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Ludovic Courtès 892ca1d92f
guix package: Remove unneeded import.
This is a followup to 55e1dfa4dd.

* guix/scripts/package.scm: Remove unneeded #:use-module.
2020-03-19 15:14:08 +01:00
Ludovic Courtès 1dca6aaafa
inferior: '&inferior-exception' includes a stack trace.
* guix/inferior.scm (port->inferior): Bump protocol to (0 1 1).
(&inferior-exception)[stack]: New field.
(read-repl-response): Recognize 'exception' form for protocol (0 1 1).
* tests/inferior.scm ("&inferior-exception"): Check the value returned
by 'inferior-exception-stack'.
2020-03-19 15:14:08 +01:00
Ludovic Courtès 2b0a370d00
repl: Return stack traces along with exceptions.
* guix/repl.scm (repl-prompt): New variable.
(stack->frames): New procedure.
(send-repl-response)[frame->sexp, handle-exception]: New procedure.
Pass HANDLE-EXCEPTION as a pre-unwind handler.
(machine-repl): Define 'tag'.  Bump protocol version to (0 1 1).
Wrap 'loop' call in 'call-with-prompt'.
2020-03-19 15:14:08 +01:00
Ludovic Courtès ec0a866172
inferior: Adjust to protocol (0 1).
* guix/inferior.scm (port->inferior): For protocol (0 x ...), where x >= 1,
send the (() repl-version ...) form.
2020-03-19 15:14:08 +01:00
Ludovic Courtès f06a26f5b5
repl: Allow clients to send their protocol version.
* guix/repl.scm (send-repl-response): Add #:version.
(machine-repl): Make 'loop' an internal define with a
'version' parameter.  Pass VERSION to 'send-repl-response'.
Send (0 1) as the protocol version.
If the first element read from INPUT matches (() repl-version _ ...),
interpret it as the client's protocol version.
2020-03-19 15:14:08 +01:00
Jan Nieuwenhuizen ac75bd0102
gnu: system: Remove guile-wm from skeleton.
* gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a
dependency).
2020-03-19 12:14:19 +01:00
Efraim Flashner afa3b4d191
gnu: Fix typo.
This is a follow-up to 83a4ab4e42.

* gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
2020-03-19 12:52:32 +02:00
Hartmut Goebel d3d8be5281
gnu: Add korganizer.
* gnu/packages/kde-pim.scm (korganizer): New variable.
2020-03-19 11:36:23 +01:00
Hartmut Goebel 992c6d29bb
gnu: Add kincidenceeditor.
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
2020-03-19 11:36:22 +01:00
Hartmut Goebel b3359b8598
gnu: Add keventviews.
* gnu/package/kde-pim.scm (keventviews): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel d9491d5053
gnu: Add kcalendarsupport.
* gnu/packages/kde-pim.scm (kcalendarsupport): New variable.
2020-03-19 11:36:21 +01:00
Hartmut Goebel 9d95d8bd12
gnu: Add kdiagram.
* gnu/packages/kde.scm (kdiagram): New variable.
* packages/patches/kdiagram-Fix-missing-link-libraries.patch: New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:21 +01:00
Hartmut Goebel 639b6ead0c
gnu: Add kmail.
* gnu/packages/kde-pim.scm (kmail): New variable.
* gnu/packages/patches/kmail-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:21 +01:00
Hartmut Goebel dd80d13bea
gnu: Add knotes.
* gnu/packages/kde-pim.scm (knotes): NEw variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel 86633b2218
gnu: Add kaddressbook.
* gnu/packages/kde-pim.scm (kaddressbook): New variable.
2020-03-19 11:36:20 +01:00
Hartmut Goebel de6b782204
gnu: Add kdepim-runtime.
* gnu/packages/kde-pim.scm (kdepim-runtime): New variable.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:20 +01:00
Hartmut Goebel 49e247efcc
gnu: Add kdav.
This is in kde-pim.scm since it explicitly offers the "KPimKDAV".

* gnu/package/kde-pim.scm (kdav): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel 7a0bb02db4
gnu: Add kblog.
* gnu/packages/kde-pim.scm (kblog): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel d3b543a1fd
gnu: Add kmailcommon.
* gnu/packages/kde-pim.scm (kmailcommon): New variable.
2020-03-19 11:36:19 +01:00
Hartmut Goebel a146c18ca4
gnu: Add kmessagelib.
* gnu/packages/kde-pim.scm (kmessagelib): New variable.
2020-03-19 11:36:18 +01:00
Hartmut Goebel 83a4ab4e42
gnu: Add libksieve.
* gnu/packages/kde-pim.scm (libksieve): New variable.
* gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch:
  New file.
* gnu/local.mk: Add it.
2020-03-19 11:36:18 +01:00
Brice Waegeneire ea2a180f68
gnu: gpa: Add phase wrap-program.
Fixes <https://bugs.gnu.org/36109>

* gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-19 10:48:27 +01:00
Ricardo Wurmus 2ceb2ed99f
gnu: r-modelmetrics: Update to 1.2.2.2.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
2020-03-19 10:06:29 +01:00
Ricardo Wurmus f3a64b9960
gnu: r-matrixstats: Update to 0.56.0.
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.56.0.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus ecf34a9101
gnu: r-quanteda: Update to 2.0.1.
* gnu/packages/cran.scm (r-quanteda): Update to 2.0.1.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 40e5102449
gnu: r-isocodes: Update to 2020.03.16.
* gnu/packages/cran.scm (r-isocodes): Update to 2020.03.16.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus c7eb52e64c
gnu: r-accept: Update to 0.7.1.
* gnu/packages/cran.scm (r-accept): Update to 0.7.1.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 69e260c542
gnu: r-uwot: Update to 0.1.8.
* gnu/packages/cran.scm (r-uwot): Update to 0.1.8.
[propagated-inputs]: Remove r-rcppparallel.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus ac9bdd4c68
gnu: r-ggraph: Update to 2.0.2.
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.2.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 999204f7f7
gnu: r-units: Update to 0.6-6.
* gnu/packages/cran.scm (r-units): Update to 0.6-6.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus dacebbf066
gnu: r-nonnest2: Update to 0.5-3.
* gnu/packages/cran.scm (r-nonnest2): Update to 0.5-3.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus ef1443928e
gnu: r-waveslim: Update to 1.8.2.
* gnu/packages/cran.scm (r-waveslim): Update to 1.8.2.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 49b68b64f7
gnu: r-ggeffects: Update to 0.14.2.
* gnu/packages/cran.scm (r-ggeffects): Update to 0.14.2.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus bd1a2cb2c4
gnu: r-glmmtmb: Update to 1.0.1.
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.1.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 5cef0ef018
gnu: r-pwr: Update to 1.3-0.
* gnu/packages/cran.scm (r-pwr): Update to 1.3-0.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus e6f4f314ba
gnu: r-officer: Update to 0.3.8.
* gnu/packages/cran.scm (r-officer): Update to 0.3.8.
[propagated-inputs]: Remove r-digest.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:28 +01:00
Ricardo Wurmus 99de0bd1dc
gnu: r-recipes: Update to 0.1.10.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.10.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus b8168e8945
gnu: r-rmysql: Update to 0.10.20.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.20.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus 1c7a4952ff
gnu: r-ffbase: Update to 0.12.8.
* gnu/packages/cran.scm (r-ffbase): Update to 0.12.8.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus cabdfeab76
gnu: r-rcpp: Update to 1.0.4.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.
[native-inputs]: Remove r-knitr.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus 0776498740
gnu: r-glue: Update to 1.3.2.
* gnu/packages/cran.scm (r-glue): Update to 1.3.2.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus 30c56e67f7
gnu: r-crosstalk: Update to 1.1.0.1.
* gnu/packages/cran.scm (r-crosstalk): Update to 1.1.0.1.
[propagated-inputs]: Remove r-ggplot2 and r-shiny.
2020-03-19 10:06:27 +01:00
Ricardo Wurmus 2d6a7bca9e
gnu: r-biocpkgtools: Update to 1.4.6.
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.4.6.
[propagated-inputs]: Add r-biocfilecache, r-rappdirs, r-rlang, and
r-tidyselect.
[native-inputs]: Add r-knitr.
2020-03-19 10:06:27 +01:00