summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix hash: Add git serializer.zimoun2021-12-17
| | | | | | | | | * guix/scripts/hash.scm (git-hash): New procedure. (%options): Use it. * tests/guix-hash.sh: Test it. * doc/guix.texi: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix hash: Add 'serializer' option.zimoun2021-12-17
| | | | | | | | | | | | | * guix/scripts/hash.scm (%options): Deprecate 'recursive', add 'serializer'. (%default-options): Add 'serializer'. (nar-hash): New procedure. (default-hash): New procedure. (guix-hash)[file-hash]: Use them. (show-help): Adjust. * tests/guix-hash.scm: Adjust. * doc/guix.texi: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix hash: Support several files.zimoun2021-12-17
| | | | | | | | | | * guix/scripts/hash.scm (guix-hash): Allow several files. [file-hash]: Catch system-error. [formatted-hash]: New procedure. * tests/guix-hash.sh: Add test. * doc/guix.texi (Invoking guix hash): Mention "one or more files". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* import: Beautify descriptions when appropriate.Xinglu Chen2021-12-17
| | | | | | | | | | | * guix/import/elpa.scm (elpa-package->sexp) * guix/import/gnu.scm (gnu-package->sexp) * guix/import/hackage.scm (hackage-module->sexp) * guix/import/minetest.scm (make-minetest-sexp) * guix/import/opam.scm (opam->guix-package) * guix/import/pypi.scm (make-pypi-sexp): Beautify descriptions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: utils: Wrap lines in description.Xinglu Chen2021-12-17
| | | | | | | * guix/import/utils.scm (beautify-description): Use ‘fill-paragraph’; add optional ‘length’ argument. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-nbxmpp: Correct libsoup dependency.Raghav Gururajan2021-12-17
| | | | | | | This packages uses ABI of libsoup v2. * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup with libsoup-minimal-2.
* gnu: python-precis-i18n: Update to 1.0.3.Raghav Gururajan2021-12-17
| | | | * gnu/packages/python-xyz (python-precis-i18n)[version]: Update to 1.0.3.
* gnu: video-contact-sheet: Tweak the synopsis and description.Leo Famulari2021-12-17
| | | | * gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: Improve.
* gnu: Add video-contact-sheet.Pradana AUMARS2021-12-17
| | | | * gnu/packages/video.scm (video-contact-sheet): New variable.
* gnu: js8call: Remove workaround.Guillaume Le Vaillant2021-12-17
| | | | | * gnu/packages/radio.scm (js8call)[arguments]: Remove 'work-around-runtime-bug' phase.
* gnu: wsjtx: Update to 2.5.2.Guillaume Le Vaillant2021-12-17
| | | | | * gnu/packages/radio.scm (wsjtx-hamlib, wsjtx): Update to 2.5.2. [arguments]: Remove 'work-around-runtime-bug' phase.
* gnu: xnec2c: Update to 4.2.Guillaume Le Vaillant2021-12-17
| | | | | * gnu/packages/radio.scm (xnec2c): Update to 4.2. [arguments]: Remove 'fix-makefile' and 'fix-paths' phases.
* gnu: dump1090: Update to 6.1.Guillaume Le Vaillant2021-12-17
| | | | * gnu/packages/radio.scm (dump1090): Update to 6.1.
* gnu: rtl-433: Update to 21.12.Guillaume Le Vaillant2021-12-17
| | | | * gnu/packages/radio.scm (rtl-433): Update to 21.12.
* gnu: qsstv: Update to 9.5.8.Guillaume Le Vaillant2021-12-17
| | | | | * gnu/packages/radio.scm (qsstv): Update to 9.5.8. [arguments]: Remove 'fix-newer-hamlib-support' phase.
* gnu: dream: Update to 2.2.Guillaume Le Vaillant2021-12-17
| | | | * gnu/packages/radio.scm (dream): Update to 2.2.
* gnu: wfview: Update to 1.2d.Guillaume Le Vaillant2021-12-17
| | | | | | * gnu/packages/radio.scm (wfview): Update to 1.2d. [inputs]: Add opus. [arguments]: Update 'configure' phase. Remove custom 'install' phase.
* gnu: sdrangel: Update to 6.17.5.Guillaume Le Vaillant2021-12-17
| | | | * gnu/packages/radio.scm (sdrangel): Update to 6.17.5.
* gnu: irssi: Enable true-color and unicode support.Raghav Gururajan2021-12-17
| | | | | * gnu/packages/irc.scm (irssi)[inputs]: Add utf8proc. [configure-flags](enable-true-color): New flag.
* gnu: weechat: Enable documentation and man-pages.Raghav Gururajan2021-12-17
| | | | | | | * 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.
* gnu: weechat: Enable ruby support for scripting.Raghav Gururajan2021-12-17
| | | | | * gnu/packages/irc.scm (weechat)[configure-flags](ENABLE_RUBY): Remove flag. [inputs]: Add ruby.
* gnu: pinentry-bemenu: Update to 0.7.1.Aleksandr Vityazev2021-12-17
| | | | | | * gnu/packages/gnupg.scm (pinentry-bemenu): Update to 0.7.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: osinfo-db: Update to 20211216.Mathieu Othacehe2021-12-17
| | | | | | * gnu/packages/virtualization.scm (osinfo-db): Update to 20211216. (osinfo-db-next): Remove it. (libosinfo): Adapt it.
* gnu: ableton-link: Run tests conditionally.Aleksandr Vityazev2021-12-17
| | | | | | * gnu/packages/audio.scm (ableton-link)[arguments]: Respect TESTS? option. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: supercollider: Reformat package definition.Nicolas Goaziou2021-12-17
| | | | | * gnu/packages/audio.scm (supercollider)[source]<origin>: Re-indent. [arguments]<#:phases>: Remove trailing #T.
* gnu: supercollider: Update to 3.12.1.Aleksandr Vityazev2021-12-17
| | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.12.1. [arguments]<#:configure-flags>: Change formatting. [inputs]: Remove labels.
* gnu: boost-sync: Update to 1.55-1-e690de2d.Aleksandr Vityazev2021-12-17
| | | | | | * gnu/packages/audio.scm (boost-sync): Update to 1.55-1-e690de2d. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add cgdb.Foo Chuan Wei2021-12-17
| | | | | | * gnu/packages/debug.scm (cgdb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: hwloc: Update to 2.7.0.Philippe SWARTVAGHER2021-12-17
| | | | | | * gnu/packages/mpi.scm (hwloc-2): Update to 2.7.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add sfeed.Nikolay Korotkiy2021-12-17
| | | | | | * gnu/packages/suckless.scm (sfeed): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ristretto: Update to 0.12.1.Michael Rohleder2021-12-17
| | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.12.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mousepad: Update to 0.5.8.Michael Rohleder2021-12-17
| | | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.8. [inputs]: Use gtksourceview. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: exo: Update to 4.16.3.Michael Rohleder2021-12-17
| | | | | | * gnu/packages/xfce.scm (exo): Update to 4.16.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: hstr: Update to 2.5.Michael Rohleder2021-12-17
| | | | | | * gnu/packages/shellutils.scm (hstr): Update to 2.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add pnmixer.Jaft2021-12-17
| | | | | | * gnu/packages/gtk.scm (pnmixer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-telega-server: Fix buildAleksandr Vityazev2021-12-17
| | | | | | | * gnu/packages/emacs-xyz (emacs-telega-server)[arguments]: use ungexp instead of unqoute. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: xf86-video-qxl: Fix build.Maxim Cournoyer2021-12-16
| | | | | | * 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.
* gnu: opensc: Update to 0.22.0.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/security-token.scm (opensc): Update to 0.22.0.
* gnu: oil: Update to 0.9.5.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/shells.scm (oil): Update to 0.9.5.
* gnu: diff-so-fancy: Update to 1.4.3.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3. [arguments]: Don't explicitly return #t from phases.
* gnu: inxi-minimal: Update to 3.3.10-1.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.10-1.
* gnu: celluloid: Update to 0.22.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/video.scm (celluloid): Update to 0.22. [inputs]: Replace gtk+ (3) with gtk (4).
* gnu: xpra: Update to 4.3.Andy Tai2021-12-16
| | | | | | gnu/packages/xorg.scm (xpra): Update to 4.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: polari: Use new style.Liliana Marie Prikler2021-12-17
| | | | * gnu/packages/gnome.scm (polari)[native-inputs]: Remove labels.
* gnu: polari: Fix Exec line.Liliana Marie Prikler2021-12-17
| | | | | | | This is a follow-up to commit b574ccc45371eb5c1df3089be783fedb39273e33. * gnu/packages/gnome.scm (polari)[fix-desktop-file]: Use string-append as was the intention behind the original patch.
* gnu: telepathy-mission-control: Update to 5.16.6.Liliana Marie Prikler2021-12-17
| | | | * gnu/packages/freedesktop.scm (telepathy-mission-control): Update to 5.16.6.
* gnu: telepathy-glib: Update to 0.24.2.Liliana Marie Prikler2021-12-17
| | | | | | | * 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.
* gnu: claws-mail: Fix build.Julien Lepiller2021-12-17
| | | | | * gnu/packages/mail.scm (claws-mail)[arguments]: Use search-input-file instead of search-input-directory.
* gnu: libjcat: Update to 0.1.9.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/compression.scm (libjcat): Update to 0.1.9.
* gnu: cloc: Update to 1.92.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/code.scm (cloc): Update to 1.92. [arguments]: Don't explicitly return #t from phases.