Age | Commit message (Expand) | Author |
2023-03-17 | gnu: Add tesseract-ocr-4....* gnu/packages/ocr.scm (tesseract-ocr-4): New variable.
| Maxim Cournoyer |
2023-03-17 | gnu: Add leptonica-1.80....* gnu/packages/image.scm (leptonica-1.80): New variable.
| Maxim Cournoyer |
2023-03-17 | gnu: tdlib: Remove version 1.8.0....emacs-telega no longer depends on this package.
* gnu/packages/messaging.scm (tdlib-1.8.0): Remove variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Zhu Zihao |
2023-03-17 | gnu: gamin: Fix cross-compilation to riscv64....* gnu/packages/gnome.scm (gamin)
[arguments]<#:phases>: Apply 'replace-config.sub for riscv64 too.
[native-inputs]: Add config for riscv64 too.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Z572 |
2023-03-17 | gnu: m17n-lib: Fix cross-compile....* gnu/packages/emacs.scm (m17n-lib)
[source]: Add m17n-lib-1.8.0-use-pkg-config-for-freetype.patch.
[native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal,
autoconf, automake.
[arguments]: When cross-compile, add phase to fix rpl_malloc undefined references.
* gnu/packages/patches/m17n-lib-1.8.0-use-pkg-config-for-freetype.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Z572 |
2023-03-17 | gnu: m17n-db: Fix cross-compile....* gnu/packages/emacs.scm (m17n-db)
[inputs]: Move gettext-minimal to ...
[native-inputs]: ... here.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Z572 |
2023-03-17 | gnu: kicad: Update to 7.0.1....* gnu/packages/engineering.scm (kicad): Update to 7.0.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Peter Polidoro |
2023-03-17 | gnu: retroarch: Update to 1.15.0....* gnu/packages/emulators.scm (retroarch): Update to 1.15.0.
[source]: Remove upstreamed patch.
[arguments]<#:phases>: Remove not needed changes for 'true' and 'zlib'.
Remove "--disable-builtinminiupnpc" from configure flags.
Add "--disable-builtinzlib" to configure flags.
[inputs]: Remove miniupnpc, which is not used any more.
* gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| 宋文武 |
2023-03-17 | gnu: emacs-pyim: Update to 5.3.1....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.1.
| Nicolas Goaziou |
2023-03-17 | gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc....* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
3.1.1-1.b38f9bc.
Fix an issue <https://github.com/szermatt/emacs-bash-completion/issues/63>
where in a new shell completion would break and cancel the whole shell process
with it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Simon Streit |
2023-03-17 | gnu: emacs-helpful: Update to 0.19-1.1c98f6f....* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19-1.1c98f6f.
[source]: Remove fix-docstring-test.patch.
[propagated-inputs]: Remove EMACS-SHUT-UP.
* gnu/packages/patches/emacs-helpful-fix-docstring-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply removal.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| conses |
2023-03-17 | gnu: Add emacs-srht....* gnu/packages/emacs-xyz.scm (emacs-srht): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| conses |
2023-03-17 | gnu: Add texlive-onedown....* gnu/packages/tex.scm (texlive-onedown): New variable.
| Nicolas Goaziou |
2023-03-16 | gnu: Add dropwatch....* gnu/packages/networking.scm (dropwatch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal |
2023-03-16 | gnu: icedove: Update to 102.9.0....* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.9.0.
(%icedove-build-id, thunderbird-comm-l10n): Update accordingly.
| Jonathan Brielmaier |
2023-03-16 | gnu: graphene: Fix cross-compilation....* gnu/packages/gtk.scm (graphene)[arguments]<#:configure-flags>: Use
'disabled' replace 'false' with introspection option.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Z572 |
2023-03-16 | gnu: guile-lib: Fix description....* gnu/packages/guile-xyz.scm (guile-lib)[description]: Delete garbage characters.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Bruno Victal |
2023-03-16 | gnu: Add python-rollbar....* gnu/packages/python-xyz.scm (python-rollbar): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Wamm K. D |
2023-03-16 | gnu: xmoto: Improve package style....* gnu/packages/games.scm (xmoto)[snippet]: Remove trailing #T.
[arguments]: Use G-expressions. Remove trailing #T in phases.
[native-inputs]: Remove labels.
[inputs]: Remove labels.
| Nicolas Goaziou |
2023-03-16 | gnu: Add cl-hypergeometrica....* gnu/packages/lisp-xyz.scm (sbcl-hypergeometrica, cl-hypergeometrica):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2023-03-16 | gnu: cl-zr-utils: Fix build by disabling tests....* gnu/packages/lisp-xyz.scm (sbcl-zr-utils): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-trial: Update to 1.2.0-2.db4e98e....* gnu/packages/lisp-xyz.scm (sbcl-trial): Update to 1.2.0-2.db4e98e.
[arguments]{asd-systems}: Enable trial-alloy, trial-animation,
trial-assimp, trial-gif, trial-glfw, trial-gltf, trial-jpeg,
trial-notify, tiral-png, trial-sdl2, trial-terragen, trial-tga,
trial-tiff, trial-workbench.
[inputs]: Sort list alphabetically and add sbcl-3d-quaternions,
sbcl-3d-transforms, sbcl-alloy, sbcl-atomics, sbcl-cl-glfw3,
sbcl-cl-gltf, sbcl-classimp, sbcl-dns-client, sbcl-file-notify,
sbcl-glop, sbcl-jzon, sbcl-language-codes, sbcl-promise, sbcl-sdl2,
sbcl-simple-tasks, sbcl-system-locale,
sbcl-trivial-extensible-sequences, sbcl-trivial-main-thread.
Remove sbcl-jsow.
(ecl-trial): Disable this while upstream issue is in review.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-dns-client....* gnu/packages/lisp-xyz.scm (cl-dns-client, ecl-dns-client,
sbcl-dns-client): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-gltf....* gnu/packages/lisp-xyz.scm (cl-gltf, sbcl-cl-gltf): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-jzon: Fix build by disabling tests on ECL....* gnu/packages/lisp-xyz.scm (ecl-jzon): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-alloy: Update to 0.0.0-3.628974d....* gnu/packages/lisp-xyz.scm (sbcl-alloy): Upate to 0.0.0-3.628974d.
[arguments]{asd-systems}: Sort them alphabetically.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-3b-bmfont: Update to 0.0.1-3.332c226....* gnu/packages/lisp-xyz.scm (sbcl-3b-bmfont): Upate to 0.0.1-3.332c226.
[arguments]{asd-systems}: Sort them alphabetically.
[inputs]: Remove labels. Add sbcl-parse-number.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-gamepad: Update to 3.0.0-2.647f6ee....* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad): Update to 3.0.0-2.647f6ee.
[arguments]{phases}: Use search-input-file in patch-evdev-path phase.
[inputs]: Remove labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-glsl-toolkit: Update to 1.0.0-2.4c4889e....* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit): Update to 1.0.0-2.4c4889e.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-pathname-utils: Update to 1.1.0-2.13189c0....* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils): Update to 1.1.0-2.13189c0.
[inputs]: Add sbcl-trivial-features.
(ecl-pathname-utils): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-parachute: Update to 1.5.0-1.bd072b0....* gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-1.bd072b0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-promise....* gnu/packages/lisp-xyz.scm (cl-promise, ecl-promise, sbcl-promise): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-trivial-extensible-sequences....* gnu/packages/lisp-xyz.scm (cl-trivial-extensible-sequences,
sbcl-trivial-extensible-sequences): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-3d-transforms....* gnu/packages/lisp-xyz.scm (cl-3d-transforms, sbcl-3d-transforms): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: Add cl-3d-quaternions....* gnu/packages/lisp-xyz.scm (cl-3d-quaternions, sbcl-3d-quaternions):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58....* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices): Update to 1.0.0-2.b4f5a58.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cl-3d-vectors: Update to 3.1.0-2.2579694....* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors): Update to 3.1.0-2.2579694.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2023-03-16 | gnu: cat-avatar-generator: Update to 1-1.9360ea3....* gnu/packages/web.scm (cat-avatar-generator): Update to 1-1.9360ea3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Evgeny Pisemsky |
2023-03-16 | gnu: nip2: Remove input labels....* gnu/packages/image-processing.scm (nip2)[inputs]: Remove labels.
| Ludovic Courtès |
2023-03-16 | gnu: openjdk10: Build from hg....* gnu/packages/java.scm (openjdk10)[source]: Use HG-DOWNLOAD.
This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071>
for OpenJDK 10.
| Björn Höfling |
2023-03-16 | gnu: openjdk9: Build from hg....* gnu/packages/java.scm (openjdk9)[source]: Use HG-DOWNLOAD.
[homepage]: Update.
This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071>
for OpenJDK 9.
| Björn Höfling |
2023-03-15 | gnu: efibootmgr: Update to 18....* gnu/packages/linux.scm (efibootmgr): Update to 18.
[source]: Delete snippet, modules and patches fields.
* gnu/packages/patches/efibootmgr-remove-extra-decl.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
| Maxim Cournoyer |
2023-03-15 | gnu: thc-ipv6: Update to 3.8....* gnu/packages/networking.scm (thc-ipv6): Update to 3.8.
[source]: Use version tag instead of commit.
[arguments]: Use Gexps.
<make-flags>: Use cc-for-target as it's commented out in Makefile.
<phases>: Combine the phases 'use-source-date-epoch-in-manpages' and
'patch-paths' into a new 'patch-makefile' phase. Simplify 'install-more-docs'
phase.
[inputs]: Add libnetfilter-queue and libnfnetlink.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sharlatan Hellseher |
2023-03-15 | gnu: linux-libre 4.14: Update to 4.14.309....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.309.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2023-03-15 | gnu: linux-libre 4.19: Update to 4.19.277....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.277.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2023-03-15 | gnu: linux-libre 5.4: Update to 5.4.236....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.236.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2023-03-15 | gnu: linux-libre 5.10: Update to 5.10.174....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.174.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2023-03-15 | gnu: linux-libre 5.15: Update to 5.15.102....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.102.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2023-03-15 | gnu: linux-libre 6.1: Update to 6.1.19....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.19.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
| Leo Famulari |
2023-03-15 | gnu: linux-libre: Update to 6.2.6....* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.6.
(linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
| Leo Famulari |