summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-02-15gnu: bootstrap: mescc-tools-static: Remove packages and tarball.Jan (janneke) Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mescc-tools-static, %mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): Remove.
2023-02-15gnu: bootstrap: bootstrap-tarballs: Remove mes and mescc-tools.Jan (janneke) Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Remove %mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball.
2023-02-14gnu: tar: Actually fix test suite on 32-bit systems.Efraim Flashner
This is a follow-up to 87423addf503fc2b44dc2f863d6db1712d67c55c. * gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test on 32-bit systems, not run ONLY that test.
2023-02-14gnu: %boot6-inputs: Replace xz with xz-final.Efraim Flashner
* gnu/packages/commencement.scm (xz-final): New variable. (%boot6-inputs): Add xz-final. Remove xz. (%final-inputs): Add xz-final. Remove xz from packages 'to finalize'.
2023-02-14gnu: tar: Fix test suite on 32-bit systems.Efraim Flashner
* gnu/packages/base.scm (tar)[arguments]: When building for 32-bit systems skip a test known by upstream to fail.
2023-02-13gnu: freetype: Update to 2.13.0.Efraim Flashner
* gnu/packages/fontutils.scm (freetype): Update to 2.13.0.
2023-02-13gnu: freetype: Don't keep a reference to pkg-config.Efraim Flashner
* gnu/packages/fontutils.scm (freetype)[arguments]: Add an entry in disallowed-references for pkg-config. Add a phase to remove the reference to pkg-config in an installed script.
2023-02-12gnu: coreutils-boot0: Add comment about arm* configure-flags.Efraim Flashner
* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: Add a full comment around the configure-flags used when building for arm architectures.
2023-02-09gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.Kaelyn Takata
* gnu/packages/version-control.scm (git)[native-inputs]: Restore native-inputs to what they were prior to the merge commit 4cf1acc7f3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-07gnu: colord-minimal: Move SANE support to colord.Maxim Cournoyer
The support is moved to the full 'colord' package. This reduces the size of colord-minimal from 467.6 MiB to 391.5 MiB. * gnu/packages/gnome.scm (colord-minimal) [configure-flags]: Remove "-Dsane=true". [inputs]: Move sane-backends to... (colord) [inputs]: ... here. [configure-flags]: Add "-Dsane=true".
2023-02-07gnu: bc: Fix cross-compilation.Maxim Cournoyer
The existing cross-compilation patch no longer worked. It's been reworked and submitted to upstream. * gnu/packages/algebra.scm (bc) [native-inputs]: Add readline. * gnu/packages/patches/bc-fix-cross-compilation.patch: Refresh patch. Series-postfix: core-updates Series-to: 60760@debbugs.gnu.org
2023-01-31gnu: file: Update to 5.44.Efraim Flashner
* gnu/packages/file.scm (file): Update to 5.44.
2023-01-30gnu: mesa: Use llvm-for-mesa.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: Replace llvm with llvm-for-mesa. (mesa-opencl)[native-inputs]: Replace clang with clang-15.
2023-01-30gnu: Add llvm-for-mesa.Efraim Flashner
* gnu/packages/llvm.scm (llvm-for-mesa): New variable.
2023-01-30gnu: r-with-tests: Don't use deprecated texlive-latex-tools.Efraim Flashner
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace texlive-latex-tools with texlive-tools.
2023-01-30gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb.Efraim Flashner
* gnu/packages/bioinformatics.scm (phyml)[native-inputs], * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace texlive-latex-fancyvrb with texlive-fancyvrb.
2023-01-30gnu: texlive-fancyhdr: Use over deprecated texlive-latex-fancyhdr.Efraim Flashner
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-fancyhdr with texlive-fancyhdr.
2023-01-30gnu: texlive-graphics: Use over deprecated texlive-latex-graphics.Efraim Flashner
* gnu/packages/bioinformatics.scm (phyml)[native-inputs], * gnu/packages/chemistry.scm (yaehmop)[native-inputs], * gnu/packages/graphviz.scm (dot2tex)[propagated-inputs], * gnu/packages/maths.scm (cddlib)[native-inputs], * gnu/packages/statistics.scm (r-with-tests)[native-inputs], * gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-graphics with texlive-graphics.
2023-01-30gnu: guile-3.0: Update to 3.0.9.Efraim Flashner
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.9. [source]: Remove patch. [arguments]: Only apply 'adjust-bootstrap-flags on powerpc-linux once. (guile-3.0-latest): Point to guile-3.0. * gnu/packages/patches/guile-cross-compilation.patch: Remove file (again). * gnu/local.mk (dist_patch_DATA): Remove it.
2023-01-30Revert "gnu: Remove rust-yeslogic-fontconfig-sys-2."Efraim Flashner
This reverts commit 4103d3d7297d3c4eb8bd72703eb803758d45c48d. This package is needed for librsvg
2023-01-30Revert "gnu: Remove rust-test-generator-0.3."Efraim Flashner
This reverts commit 063f8b5e2ad121496a4696874e7617f067b3dd8e. This package is needed for librsvg
2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm
2023-01-30gnu: Add emacs-poke.Efraim Flashner
* gnu/packages/engineering.scm (emacs-poke): New variable. (poke)[arguments]: Add configure-flag to install emacs files to temporary directory.
2023-01-30gnu: Add kvantum.Yash Tiwari
* gnu/packages/qt.scm (kvantum): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: lite-xl: Update to 2.1.1.Parnikkapore
Lua input is updated because the new version would not build with Lua 5.2. * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1. [inputs]: Use lua-5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: zynaddsubfx: Update to 3.0.6.kiasoc5
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.6. [phases]: Remove trailing #t. [inputs]: Add fftwf. [native-inputs]: Add ruby. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: ugrep: Update to 3.9.6.kiasoc5
* gnu/packages/search.scm (ugrep): Update to 3.9.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: font-sarasa-gothic: Update to 0.39.0.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.39.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: font-lxgw-wenkai-tc: Update to 0.931.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.931. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-30gnu: font-lxgw-wenkai: Update to 1.250.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.250. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-29gnu: glibc: Handle failure to find $ORIGIN.Ivan Kozlov
Fixes <https://issues.guix.gnu.org/52671>. * gnu/packages/patches/glibc-dl-cache.patch: Check pointer returned by '_dl_get_origin' for failure indication. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-29gnu: icedove: Update to 102.7.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 102.7.0.
2023-01-29gnu: emacs-libgit: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-libgit)[arguments]: Use G-expressions. [native-inputs]: Re-order alphabetically.
2023-01-29gnu: emacs-libgit: Update to 0.0.1-1.ab1a53a.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-libgit): Update to 0.0.1-1.ab1a53a. [source]<origin>: Remove unnecessary patch. [arguments]: Skip failing tests. [license]: Set to GPL2+. * gnu/packages/patches/emacs-libgit-use-system-libgit2.patch: Delete file. * gnu/local.mk: Apply file deletion.
2023-01-29gnu: emacs-sml-mode: Fix source.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-sml-mode)[source]<origin>: Fix tarball name.
2023-01-29gnu: Add emacs-lingva.Cayetano Santos
* gnu/packages/emacs-xyz.scm (emacs-lingva): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29gnu: Add emacs-clj-deps-new.conses
* gnu/packages/emacs-xyz.scm (emacs-clj-deps-new): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29gnu: emacs-pulseaudio-control: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pulseaudio-control)[arguments]: Use G-expressions. [synopsis, description]: Use proper capitalization.
2023-01-29gnu: emacs-pulseaudio-control: Update to 0.1-0.34a61143.conses
* gnu/packages/emacs-xyz.scm (emacs-pulseaudio-control): Update to 0.1-0.34a61143. [source]: Change upstream URL to new SourceHut repository. [home-page]: Change upstream URL to new SourceHut repository. [arguments]: Clean up patch-file-name phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29gnu: emacs-sml-mode: Update to 6.11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-sml-mode): Update to 6.11.
2023-01-29gnu: emacs-project: Update to 0.9.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.6.
2023-01-29gnu: emacs-sqlite3-api: Fix broken sqlite3.el.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api)[arguments]<#:phases>: Correct emacs-substitute-sexps arguments. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-01-29gnu: python-scrapy: Update to 2.7.1.Felix Gruber
* gnu/packages/python-web.scm (python-scrapy): Update to 2.7.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-29gnu: python-appdirs: Update to 1.4.4.Michael Rohleder
* gnu/packages/python-xyz.scm (python-appdirs): Update to 1.4.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-29gnu: komikku: Update to 1.9.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.9.0.
2023-01-29gnu: mpdevil: Update to 1.10.0Simon Streit
* gnu/packages/mpd.scm (mpdevil): Update to 1.10.0. [inputs]: Add python-pycairo. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-01-29gnu: Unify webkitgtk and webkitgtk-next.Liliana Marie Prikler
* gnu/packages/webkit.scm (%webkit-version): Update to 2.38.3. (webkitgtk)[source]: Update hash. [arguments]<#:phases>: Add ‘set-CC’. Remove ‘patch-gtk-doc-scan’. [native-inputs]: Remove gtk-doc/stable and docbook-xml. Add gi-docgen. (webkitgtk-next)[name]: Rename to ‘webkitgtk-next’. [source, native-inputs]: Inherit fully. [arguments]<#:phases>: Inherit fully. (wpewebkit)[source]: Update hash.
2023-01-29gnu: Add vte-with-gtk-4.Liliana Marie Prikler
* gnu/packages/gnome.scm (vte-with-gtk-4): New variable.
2023-01-29gnu: vte: Update to 0.70.2.Liliana Marie Prikler
* gnu/packages/gnome.scm (vte): Update to 0.70.2.
2023-01-29gnu: Add emacs-auto-compile.Cayetano Santos
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>