Commit Graph

99163 Commits

Author SHA1 Message Date
Maxim Cournoyer dcf133587a
tests: build-emacs-utils: Allow test to pass on Emacs 27 too.
* tests/build-emacs-utils.scm
("emacs-batch-script: raise &emacs-batch-error on failure"): More loosely
match expected error string, which differs between Emacs 27 and Emacs 28.
2022-07-13 10:49:40 -04:00
Nicolas Goaziou e1a8100936
gnu: emacs-hyperbole: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Use G-expressions.
2022-07-13 16:06:22 +02:00
Nicolas Goaziou f6b18b5372
gnu: emacs-hyperbole: Update to 8.0.0.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 8.0.0.
[arguments]<#:include>: Use %default-include.
<#:phases>: Add build fix.
* gnu/packages/patches/emacs-hyperbole-toggle-messaging.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete reference to removed file.
2022-07-13 16:02:36 +02:00
Nicolas Goaziou e31f3e9d1c
gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.7.
2022-07-13 15:41:54 +02:00
Nicolas Goaziou 758e49a7ae
gnu: emacs-evil-matchit: Update to 3.0.0.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.0.
2022-07-13 15:40:37 +02:00
Nicolas Goaziou 0e87328f0b
gnu: emacs-dts-mode: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-dts-mode): Update to 1.0.
[source]<origin>: Switch to ELPA repository since GitHub repository does not
seem to be up to date anymore.
[home-page]: Update URL.
2022-07-13 15:31:33 +02:00
Nicolas Goaziou 9611664d87
gnu: emacs-fennel-mode: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode): Update to 0.5.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-13 15:28:36 +02:00
Nicolas Goaziou e98f363b13
gnu: emacs-meow: Update to 1.4.2.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.2.
2022-07-13 15:18:35 +02:00
Nicolas Goaziou 0a4827a96b
gnu: emacs-org-static-blog: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.6.0.
2022-07-13 15:17:04 +02:00
Nicolas Goaziou 1aecb0c574
gnu: emacs-prescient: Update to 5.2.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.1.
2022-07-13 15:14:37 +02:00
Nicolas Goaziou 1f8b50a60d
gnu: emacs-yaml: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.1.
2022-07-13 15:10:16 +02:00
Maxim Cournoyer 6d5b3df7af
gnu: sushi: Fix URI.
Fixes <https://issues.guix.gnu.org/56537>, introduced with ef82f34482.

* gnu/packages/gnome.scm (sushi)[source]: Adjust URI.

Reported-by: Christopher Howard <christopher@librehacker.com>
2022-07-13 08:38:56 -04:00
Maxim Cournoyer f516f33337
gnu: r-d3r: Update d3.js input hashes, mutated in place.
Fixes <https://issues.guix.gnu.org/46456>.

* gnu/packages/cran.scm (r-d3r)[native-inputs]: Update hashes for d3.v5.js,
d3.v6.js and d3.v7.js.

Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 08:36:04 -04:00
Jan (janneke) Nieuwenhuizen c93f83757a
gnu: dezyne: Update to 2.15.4.
* gnu/packages/dezyne.scm (dezyne): Update to 2.15.4.
2022-07-13 08:21:41 +02:00
Maxim Cournoyer 734f50c31d
gnu: elpa: Update source URL.
Fixes <https://issues.guix.gnu.org/46460>.

* gnu/packages/maths.scm (elpa): Update source URL.

Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 01:08:59 -04:00
Maxim Cournoyer 84eab6dc74
gnu: r-rda: Update hash.
Fixes <https://issues.guix.gnu.org/46475>.

* gnu/packages/cran.scm (r-rda): Update hash.

Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 00:53:29 -04:00
Maxim Cournoyer b729be989f
gnu: trilinos-serial-xyce: Fetch source from git.
Fixes <https://issues.guix.gnu.org/46480>.

* gnu/packages/engineering.scm (trilinos-serial-xyce)[source]: Fetch from git.
[phases]: Delete trailing #t.
[native-inputs, inputs]: Use new style.

Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 00:32:23 -04:00
Maxim Cournoyer c8f32406e8
gnu: deja-dup: Use new style inputs.
* gnu/packages/gnome.scm (deja-dup)[inputs, native-inputs]: Use new style.
2022-07-12 23:23:27 -04:00
Maxim Cournoyer cabfbcf6e0
gnu: deja-dup: Update to 43.4.
Fixes <https://issues.guix.gnu.org/55544>.

* gnu/packages/gnome.scm (deja-dup): Update to 43.4.
[phases]{patch-paths}: Adjust Duplicityinstance.vala path.
{skip-gtk-update-icon-cache}: Delete phase.
[inputs]: Replace gtk+ with gtk.  Add libadwaita.  Replace libsoup-minimal-2
with libsoup.
[native-inputs]: Add gtk:bin.

Reported-by: Michael Terry <mike@mterry.name>
2022-07-12 23:23:27 -04:00
Maxim Cournoyer 3f814d1878
gnu: gtk: Use new style inputs.
* gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style.
[propagated-inputs]: Likewise.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer 9819aac1d8
gnu: gtk: Update to 4.6.6.
* gnu/packages/gtk.scm (gtk): Update to 4.6.6.
[phases]{patch}: Disable 'unaligned-offscreen' test.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer ad7a2be415
gnu: inkscape: Add bash-minimal to inputs.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer b1523ffac5
gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE.
Fixes <https://issues.guix.gnu.org/55634>.

* gnu/packages/inkscape.scm (inkscape)
[phases]{wrap-program}: Override phase.

Reported-by: Maxime Devos <maximedevos@telenet.be>
2022-07-12 23:23:26 -04:00
Maxim Cournoyer 7dcba233a3
gnu: inkscape: Reintroduce variable, updated to 1.2.
* gnu/packages/inkscape.scm (inkscape): Update to 1.2.
[phases]{disable-problematic-tests}: New phase.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer 023259c4bd
gnu: inkscape: Rename variable to inkscape/stable and hide package.
This will allow introducing a new 'inkscape' package that can be more freely
upgraded on the main branch.

* gnu/packages/inkscape.scm (inkscape): Rename to...
(inkscape/stable): ... this, and make it a hidden package.
* gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape
input accordingly.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme): Likewise.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise.
(python-nbconvert): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer 73d7247aac
gnu: tracker-miners: Use new style inputs.
* gnu/packages/gnome.scm (tracker-miners)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer c13a258575
gnu: tracker-miners: Update to 3.3.1.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
[phases]{check}: Do not run the 'slow' tests, which fail.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer 5f52155549
gnu: tracker: Use new style inputs.
* gnu/packages/gnome.scm (tracker)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer d6556ba1bf
gnu: tracker: Propagate libraries 'required' by pkg-config.
* gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and
sqlite to...
[propagated-inputs]: ... here.  Add glib.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer d0f2441dac
gnu: tracker: Update to 3.3.1.
* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer fcd552d776
gnu: libadwaita: Propagate gtk.
* gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to...
[propagated-inputs]: ... here.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer 58dba446e3
gnu: sushi: Add bash-minimal to inputs.
* gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer 0fc3d5a6d4
gnu: sushi: Use new style inputs.
* gnu/packages/gnome.scm (sushi)[native-inputs, inputs]: Use new style.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer ef82f34482
gnu: sushi: Update to 42.0.
* gnu/packages/gnome.scm (sushi): Update to 42.0.
[inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
2022-07-12 23:23:24 -04:00
Ludovic Courtès 6cd6753218
doc: Prefer "guix show" over "guix package --show".
* doc/contributing.texi (Synopses and Descriptions): Use "guix show"
instead of "guix package --show".
2022-07-13 00:20:06 +02:00
Greg Hogan bfec24b118
gnu: faust-2: Update to 2.41.1.
* gnu/packages/audio.scm (faust-2): Update to 2.41.1.
[build-system]: Replace gnu-build-system with cmake-build-system.
[arguments]<#:phases>: Invoke cmake directly to build the main package
and invoke make directly to build ancillary tools.
[native-inputs]: Replace llvm-3.8 with llvm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:06 +02:00
Artyom V. Poptsov 74bbe09b1f
gnu: Add candle.
* gnu/packages/engineering.scm (candle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Samuel Fadel 20693769d6
gnu: Add breeze-gtk.
* gnu/packages/kde-plasma.scm (breeze-gtk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Greg Hogan 3bfd7eaaeb
gnu: git: Update to 2.37.0.
* gnu/packages/version-control.scm (git): Update to 2.37.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Ricardo Wurmus 82e7e05dea
gnu: lv2-mda-piano: Add missing native input.
* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 82de3b60b5
gnu: lvtk: Bump version number.
This is really version 2.x of the API.

* gnu/packages/audio.scm (lvtk): Rename this variable...
(lvtk-2): ...to this.
[version]: Bump major version to 2.
(lvtk): Alias to lvtk-1.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus d963e6d721
gnu: Add lvtk-1.
* gnu/packages/audio.scm (lvtk-1): New variable.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 2829fb4a83
gnu: Add ttl2c.
* gnu/packages/audio.scm (ttl2c): New variable.
2022-07-13 00:16:27 +02:00
Efraim Flashner c8045fa052
gnu: openmpi: Only build with valgrind on supported systems.
* gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported
macro.
[arguments]: Adjust configure-flags based on if valgrind is present.
2022-07-12 21:37:09 +03:00
Efraim Flashner 40095549f4
gnu: sbcl: Fix building on powerpc-linux.
* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
2022-07-12 21:37:09 +03:00
Maxim Cournoyer f0c8abe857
gnu: pokerth: Fix build and modernize package.
Fixes <https://issues.guix.gnu.org/51093>.

* gnu/packages/games.scm (pokerth) [source]: Apply patch
[inputs]: Use new style.
[phases]: Delete trailing #t.  Use gexps.
{fix-paths}: Remove the gsasl and libircclient related substitutions.
2022-07-12 11:18:13 -04:00
Maxim Cournoyer 07fdfb9e1e
gnu: protobuf-2: Fix build.
Partially fixes <https://issues.guix.gnu.org/51093>.

* gnu/packages/protobuf.scm (protobuf-2)
[phases]{disable-broken-tests}: Delete phase.
2022-07-12 11:18:13 -04:00
Efraim Flashner 094505d56c
gnu: numactl: Enable armhf-linux as a supported system.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
2022-07-12 17:39:57 +03:00
Efraim Flashner 706af6dfd7
gnu: numactl: Fix building on riscv64-linux.
* gnu/packages/linux.scm (numactl)[arguments]: When building for
riscv64-linux always link with libatomic.
2022-07-12 17:39:57 +03:00
Efraim Flashner 321bb9f0e9
gnu: libratbag: Only build with valgrind on supported systems.
* gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when
valgrind isn't present.
[native-inputs]: Only add valgrind on systems which support it.
2022-07-12 17:39:57 +03:00