Commit graph

89395 commits

Author SHA1 Message Date
Guillaume Le Vaillant 8e14a7f809
gnu: qsstv: Update to 9.5.8.
* gnu/packages/radio.scm (qsstv): Update to 9.5.8.
  [arguments]: Remove 'fix-newer-hamlib-support' phase.
2021-12-17 15:20:11 +01:00
Guillaume Le Vaillant 8b5a22758a
gnu: dream: Update to 2.2.
* gnu/packages/radio.scm (dream): Update to 2.2.
2021-12-17 15:20:11 +01:00
Guillaume Le Vaillant 021a630676
gnu: wfview: Update to 1.2d.
* gnu/packages/radio.scm (wfview): Update to 1.2d.
  [inputs]: Add opus.
  [arguments]: Update 'configure' phase. Remove custom 'install' phase.
2021-12-17 15:20:11 +01:00
Guillaume Le Vaillant aec7ea3710
gnu: sdrangel: Update to 6.17.5.
* gnu/packages/radio.scm (sdrangel): Update to 6.17.5.
2021-12-17 15:20:11 +01:00
Raghav Gururajan 47bc8a514c
gnu: irssi: Enable true-color and unicode support.
* gnu/packages/irc.scm (irssi)[inputs]: Add utf8proc.
[configure-flags](enable-true-color): New flag.
2021-12-17 08:47:05 -05:00
Raghav Gururajan 50489e3941
gnu: weechat: Enable documentation and man-pages.
* gnu/packages/irc.scm (weechat)[outputs](doc): New output.
[configure-flags](ENABLE_MAN,ENABLE_DOC): New flags.
[phases](move-doc): New phase.
[native-inputs]: Add ruby-asciidoctor.
2021-12-17 08:08:00 -05:00
Raghav Gururajan 4fc9698def
gnu: weechat: Enable ruby support for scripting.
* gnu/packages/irc.scm (weechat)[configure-flags](ENABLE_RUBY): Remove flag.
[inputs]: Add ruby.
2021-12-17 08:07:31 -05:00
Aleksandr Vityazev a9abb75dc8
gnu: pinentry-bemenu: Update to 0.7.1.
* gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 11:11:55 +01:00
Mathieu Othacehe 4dd7cb90db
gnu: osinfo-db: Update to 20211216.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20211216.
(osinfo-db-next): Remove it.
(libosinfo): Adapt it.
2021-12-17 10:16:28 +01:00
Aleksandr Vityazev d29cf19bfb
gnu: ableton-link: Run tests conditionally.
* gnu/packages/audio.scm (ableton-link)[arguments]: Respect TESTS? option.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:35:43 +01:00
Nicolas Goaziou abd2a5a807
gnu: supercollider: Reformat package definition.
* gnu/packages/audio.scm (supercollider)[source]<origin>: Re-indent.
[arguments]<#:phases>: Remove trailing #T.
2021-12-17 09:34:39 +01:00
Aleksandr Vityazev 0745c8205a
gnu: supercollider: Update to 3.12.1.
* gnu/packages/audio.scm (supercollider): Update to 3.12.1.
[arguments]<#:configure-flags>: Change formatting.
[inputs]: Remove labels.
2021-12-17 09:32:42 +01:00
Aleksandr Vityazev d3fe88c6cd
gnu: boost-sync: Update to 1.55-1-e690de2d.
* gnu/packages/audio.scm (boost-sync): Update to 1.55-1-e690de2d.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:31:13 +01:00
Foo Chuan Wei 1014a5e4a6
gnu: Add cgdb.
* gnu/packages/debug.scm (cgdb): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:27:37 +01:00
Philippe SWARTVAGHER b46c92c579
gnu: hwloc: Update to 2.7.0.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:17:42 +01:00
Nikolay Korotkiy 96010ba902
gnu: Add sfeed.
* gnu/packages/suckless.scm (sfeed): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:15:57 +01:00
Michael Rohleder e1be742c59
gnu: ristretto: Update to 0.12.1.
* gnu/packages/xfce.scm (ristretto): Update to 0.12.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:09:57 +01:00
Michael Rohleder da0e7562bb
gnu: mousepad: Update to 0.5.8.
* gnu/packages/xfce.scm (mousepad): Update to 0.5.8.
[inputs]: Use gtksourceview.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:09:24 +01:00
Michael Rohleder ad6ab022c5
gnu: exo: Update to 4.16.3.
* gnu/packages/xfce.scm (exo): Update to 4.16.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:08:34 +01:00
Michael Rohleder 8afa00908b
gnu: hstr: Update to 2.5.
* gnu/packages/shellutils.scm (hstr): Update to 2.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:08:02 +01:00
Jaft 21d1bffb61
gnu: Add pnmixer.
* gnu/packages/gtk.scm (pnmixer): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 09:05:02 +01:00
Aleksandr Vityazev 1028b82530
gnu: emacs-telega-server: Fix build
* gnu/packages/emacs-xyz (emacs-telega-server)[arguments]:
use ungexp instead of unqoute.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-17 08:53:00 +01:00
Maxim Cournoyer a7c5df90a9
gnu: xf86-video-qxl: Fix build.
* gnu/packages/patches/xf86-video-qxl-fix-build.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xf86-video-qxl): Apply it.
2021-12-16 23:49:50 -05:00
Tobias Geerinckx-Rice 23f03b9edc
gnu: opensc: Update to 0.22.0.
* gnu/packages/security-token.scm (opensc): Update to 0.22.0.
2021-12-17 05:34:50 +01:00
Tobias Geerinckx-Rice 0091035d6d
gnu: oil: Update to 0.9.5.
* gnu/packages/shells.scm (oil): Update to 0.9.5.
2021-12-17 05:34:50 +01:00
Tobias Geerinckx-Rice cfee80cc91
gnu: diff-so-fancy: Update to 1.4.3.
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 05:34:50 +01:00
Tobias Geerinckx-Rice 6a3900e75b
gnu: inxi-minimal: Update to 3.3.10-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.10-1.
2021-12-17 05:34:50 +01:00
Tobias Geerinckx-Rice a672ecf1d2
gnu: celluloid: Update to 0.22.
* gnu/packages/video.scm (celluloid): Update to 0.22.
[inputs]: Replace gtk+ (3) with gtk (4).
2021-12-17 05:34:50 +01:00
Andy Tai 3debb27e7c
gnu: xpra: Update to 4.3.
gnu/packages/xorg.scm (xpra): Update to 4.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-16 23:24:51 -05:00
Liliana Marie Prikler b2ae164b21
gnu: polari: Use new style.
* gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
2021-12-17 04:43:09 +01:00
Liliana Marie Prikler 572cf0818c
gnu: polari: Fix Exec line.
This is a follow-up to commit b574ccc453.

* gnu/packages/gnome.scm (polari)[fix-desktop-file]: Use string-append as
was the intention behind the original patch.
2021-12-17 04:43:09 +01:00
Liliana Marie Prikler c9be5f1060
gnu: telepathy-mission-control: Update to 5.16.6.
* gnu/packages/freedesktop.scm (telepathy-mission-control): Update to 5.16.6.
2021-12-17 04:43:09 +01:00
Liliana Marie Prikler 47843a14a4
gnu: telepathy-glib: Update to 0.24.2.
* gnu/packages/glib.scm (telepathy-glib): Update to 0.24.2.
[source]: Drop upstreamed patches.
* gnu/packages/patches/telepathy-glib-channel-memory-leak.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-12-17 04:43:08 +01:00
Julien Lepiller eb4ce2de69
gnu: claws-mail: Fix build.
* gnu/packages/mail.scm (claws-mail)[arguments]: Use search-input-file
instead of search-input-directory.
2021-12-17 04:01:32 +01:00
Tobias Geerinckx-Rice 010a1ff55d
gnu: libjcat: Update to 0.1.9.
* gnu/packages/compression.scm (libjcat): Update to 0.1.9.
2021-12-17 03:07:55 +01:00
Tobias Geerinckx-Rice e915b6a150
gnu: cloc: Update to 1.92.
* gnu/packages/code.scm (cloc): Update to 1.92.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 03:07:55 +01:00
Tobias Geerinckx-Rice 4b6ce80a5e
gnu: audit: Tweak description.
* gnu/packages/admin.scm (audit)[description]: Edit slightly.
2021-12-17 03:07:55 +01:00
Tobias Geerinckx-Rice 6557476742
gnu: audit: Remove input labels.
* gnu/packages/admin.scm (audit)[inputs]:
Remove input labels.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice 27e5e38763
gnu: audit: Update to 3.0.6.
* gnu/packages/admin.scm (audit): Update to 3.0.6.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice d0985ee3c5
gnu: openvpn: Update to 2.5.5.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.5.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice 2e964d0d7d
gnu: agda: Update to 2.6.2.1.
* gnu/packages/agda.scm (agda): Update to 2.6.2.1.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice 1bada70d63
gnu: remmina: Remove input labels.
* gnu/packages/vnc.scm (remmina)[native-inputs, inputs]:
Remove input labels.
2021-12-17 03:07:53 +01:00
Tobias Geerinckx-Rice ae761e639a
gnu: remmina: Update to 1.4.22.
* gnu/packages/vnc.scm (remmina): Update to 1.4.22.
2021-12-17 03:07:53 +01:00
Tobias Geerinckx-Rice 42056e496c
gnu: bemenu: Update to 0.6.4.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.4.
2021-12-17 03:07:53 +01:00
Tobias Geerinckx-Rice 4a1f79da36
gnu: fasm: Update to 1.73.28.
* gnu/packages/assembly.scm (fasm): Update to 1.73.28.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 03:07:53 +01:00
Tobias Geerinckx-Rice 028bf93355
gnu: htop: Update to 3.1.2.
* gnu/packages/admin.scm (htop): Update to 3.1.2.
2021-12-17 03:07:52 +01:00
Tobias Geerinckx-Rice 87977e9e9e
gnu: bmake: Remove input labels.
* gnu/packages/build-tools.scm (bmake)[inputs]:
Remove input labels.
2021-12-17 03:07:52 +01:00
Tobias Geerinckx-Rice 0fb4cc7a2f
gnu: bmake: Update to 20211207.
* gnu/packages/build-tools.scm (bmake): Update to 20211207.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 03:07:52 +01:00
Tobias Geerinckx-Rice df8a93044c
gnu: Remove unreferenced nss/fixed.
* gnu/packages/nss.scm (nss/fixed): Remove variable.
* gnu/packages/patches/nss-CVE-2021-43527.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-12-17 03:07:52 +01:00
Nikolay Korotkiy 1ca2c6730b
gnu: josm: Update to 18303.
* gnu/packages/geo.scm (josm): Update to 18303.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-12-16 23:57:39 +01:00