Age | Commit message (Expand) | Author |
2022-05-29 | gnu: cups-minimal, cups: Update to 2.4.2....* gnu/packages/cups.scm (cups-minimal, cups): Update to 2.4.2.
[arguments]: Remove --disable-* #:configure-flags as they do nothing.
Add (different) --without-* ones that do.
Run a newly passing test; skip a newly failing test.
[home-page]: Link to specific subdirectory.
[description]: Better describe the state & direction of the project.
* gnu/services/cups.scm (comma-separated-string-list-or-#f?)
(serialize-comma-separated-string-list-or-#f): New procedures.
(cups-configuration): Update <default-auth-type> and
<browse-dns-sd-sub-types> defaults.
Remove obsolete <classification>, <listen-back-log>, <page-log-format>
and <rip-cache> fields.
Add new <max-subscriptions>, <max-subscriptions-per-job>,
<max-subscriptions-per-printer>, <max-subscriptions-per-user>, and
<ready-paper-sizes> ones.
* doc/guix.texi (Desktop Services): Likewise for their documentation.
| Tobias Geerinckx-Rice |
2022-05-28 | gnu: gettext-minimal: Fix build with new libunistring....* gnu/packages/gettext.scm (gettext-minimal)[source]: Add patch.
* gnu/packages/patches/gettext-libunicode-update.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2022-05-28 | gnu: libtool: Remove input labels....* gnu/packages/autotools.scm (libtool)[native-inputs]: Remove input
labels.
| Efraim Flashner |
2022-05-28 | gnu: libtool: Honor parallel-tests flag....* gnu/packages/autotools.scm (libtool)[arguments]: Adjust custom
'pre-check phase to honor the parallel-tests? flag.
| Efraim Flashner |
2022-05-28 | gnu: libtool and libltdl: Update to 2.4.7....* gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.7.
[arguments]: Remove trailing #t from phases. Remove unnecessary file
field from find-files.
(libltdl)[arguments]: Remove trailing #t.
* gnu/packages/patches/libtool-skip-tests2.patch: Update patch.
| Efraim Flashner |
2022-05-28 | gnu: libunistring: Rewrite using gexps....* gnu/packages/libunistring.scm (libunistring)[arguments]: Rewrite using
gexps. Remove trailing #t.
| Efraim Flashner |
2022-05-28 | gnu: libunistring: Update to 1.0....* gnu/packages/libunistring.scm (libunistring): Update to 1.0.
[license]: Update in accordance with upstream.
| Efraim Flashner |
2022-05-22 | gnu: cups-filters: Enable driverless printing....* gnu/packages/cups.scm (cups-filters)
[source]: Substitute all ‘pkg.*dir’s, needed to…
[arguments]: …remove "--disable-driverless" from #:configure-flags.
| Tobias Geerinckx-Rice |
2022-05-22 | gnu: cups-filters: Remove input labels....* gnu/packages/cups.scm (cups-filters)[inputs]: Remove input labels.
[arguments]: Adjust accordingly.
| Tobias Geerinckx-Rice |
2022-05-22 | gnu: cups-filters: Use G-expressions....* gnu/packages/cups.scm (cups-filters)[source, arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-05-25 | gnu: texinfo: Update to 6.8....* gnu/packages/texinfo.scm (texinfo): Update to 6.8.
| Efraim Flashner |
2022-05-25 | gnu: libdrm: Update to 2.4.110....* gnu/packages/xdisorg.scm (libdrm): Update it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Wamm K. D |
2022-05-22 | gnu: commencement: tcc-boot0: Use new package style....* gnu/packages/commencement.scm (tcc-boot0)[arguments]: Use gexp for modify
phases.
| Jan (janneke) Nieuwenhuizen |
2022-05-22 | gnu: commencement: mes-boot: Add supported systems....* gnu/packages/commencement.scm (stage0-posix)[supported-systems]: New field.
| Jan (janneke) Nieuwenhuizen |
2022-05-22 | gnu: commencement: stage0-posix: Update supported systems....* gnu/packages/commencement.scm (stage0-posix)[supported-systems]: Remove
armhf-linux, add riscv64-linux. [arguments]: Update accordingly, add
stage0-cpu setting for "Aarch64" and "riscv64".
| Jan (janneke) Nieuwenhuizen |
2022-05-18 | gnu: bootstrap: Remove bootstrap-mes....* gnu/packages/bootstrap.scm (%bootstrap-mes): Remove.
| Jan (janneke) Nieuwenhuizen |
2022-05-18 | gnu: bootstrap: Remove bootstrap-mescc-tools....* gnu/packages/bootstrap.scm (%bootstrap-mescc-tools): Remove.
| Jan (janneke) Nieuwenhuizen |
2022-05-18 | python-build-system: Change let* to let in `site-packages'....* guix/build/python-build-system.scm (site-packages): Change let* to let for
readability and since let* is unused.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| jgart |
2022-05-18 | gnu: commencement: mes-boot: Use new package style....* gnu/packages/commencement.scm (mes-boot)[arguments]: Use gexp for modify
phases.
| Jan (janneke) Nieuwenhuizen |
2022-05-18 | gnu: commencement: stage0-posix: Use new package style....* gnu/packages/commencement.scm (stage0-posix)[arguments]: Also use gexps for
inputs and output.
| Jan (janneke) Nieuwenhuizen |
2022-05-18 | gnu: commencement: bootstrap-seeds: Use new package style....* gnu/packages/commencement.scm (bootstrap-seeds)[arguments]: Also use gexps
for inputs and output.
| Jan (janneke) Nieuwenhuizen |
2022-05-17 | gnu: freetype: Update to 2.12.1....* gnu/packages/fontutils.scm (freetype): Update to 2.12.1.
[home-page]: Update to new upstream URI.
| Efraim Flashner |
2022-05-16 | build-system: font: Move unpack utilities to build-inputs....* guix/build-system/font.scm (lower): Move tar, gzip, bzip2, unzip and xz from
host-inputs to build-inputs.
| Arun Isaac |
2022-05-16 | build: font-build-system: Do not return #t from phases....* guix/build/font-build-system.scm (unpack, install): Do not return #t from
phases.
| Arun Isaac |
2022-05-16 | build: font-build-system: Install web fonts....* guix/build/font-build-system.scm (install): Install woff and woff2 web font
files.
| Arun Isaac |
2022-05-14 | doc: Fix "Full-Source Bootstrap" title case....* doc/guix.texi (Full-source Bootstrap): Rename to...
(Full-Source Bootstrap): ...this.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | doc: Add the "Full-source Bootstrap"....* doc/guix.texi (Reduced Binary Seed Bootstrap): Update and rename to...
(Full-Source Bootstrap): ...this.
* doc/images/gcc-core-mesboot0-graph.dot: Regenerate.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: Remove %bootstrap-mes-rewired....* gnu/packages/commencement.scm (%bootstrap-mes-rewired): Remove.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes....* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove
%bootstrap-mescc-tools, %bootstrap-mes.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd....* gnu/packages/commencement.scm (tcc-boot0)[source]: Update to
0.9.26-1136-g0fbeb2dd.
[native-inputs]: Add stage0-posix and mes-boot, remove
%bootstrap-mescc-tools and %bootstrap-mes-rewired.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: tcc-boot0: Use nyacc-1.00.2....* gnu/packages/commencement.scm (tcc-boot0): Use https source URL with
mirror://. Update NYACC to 1.00.2 and call 'bootstrap-origin' on the source.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: mes-boot: Update to 0.24, build with M2-Planet....* gnu/packages/commencement.scm (mes-boot)[source]: Update to
0.24.
[native-inputs]: Add stage0-posix, remove %bootstrap-mescc-tools and
%bootstrap-mes-rewired, and update nyacc to 1.00.2.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: Add stage0-posix....Stage0-posix is a skeleton for bootstrapping all of Stage0 for POSIX systems.
On x86-linux, from the 357-byte hex0-seed binary from the bootstrap-seeds, it
builds hex0, kaem, hex1, catm, hex2, M0, cc_x86, M1, M2,
get_machine, (mescc-tools), and M2-Planet.
* gnu/packages/commencement.scm (stage0-posix): New variable.
| Jan (janneke) Nieuwenhuizen |
2022-05-12 | gnu: commencement: Add bootstrap-seeds....* gnu/packages/commencement.scm (bootstrap-seeds): New variable.
| Jan (janneke) Nieuwenhuizen |
2022-05-08 | gnu: curl: Update to 7.82.0....* gnu/packages/curl.scm (curl): Update to 7.82.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Paul Alesius |
2022-05-08 | gnu: poppler: Build support for PDF signatures....* gnu/packages/pdf.scm (poppler)[inputs]: Add nss.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2022-05-08 | gnu: boost: Update to 1.79.0....* gnu/packages/boost.scm (boost): Update to 1.79.0.
[source](patches): Add new and remove old upstream patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-29 | gnu: findutils: Update to 4.9.0....* gnu/packages/base.scm (findutils): Update to 4.9.0.
| Efraim Flashner |
2022-04-29 | gnu: gzip: Update to 1.12....* gnu/packages/compression.scm (gzip): Update to 1.12.
[arguments]: Add configure-flag to enable building zless without less
binary present. Remove unneeded 'patch-for-glibc-2.28 phase. Adjust
custom 'use-absolute-name-of-gzip phase to upstream changes.
| Efraim Flashner |
2022-04-28 | gnu: zstd: Update to 1.5.2....* gnu/packages/compression.scm (zstd): Update to 1.5.2.
[arguments]: Remove obsolete phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-12 | gnu: python-pytest-xdist: Update to 2.5.0....* gnu/packages/check.scm (python-pytest-xdist): Update to 2.5.0.
[source]: Remove obsolete snippet.
[phases]{patch-setup-py}: Delete phase.
{check}: Streamline.
[native-inputs, propagated-inputs, home-page]: Fix indentation.
(python2-pytest-xdist): Delete variable.
(python-pytest-xdist-next): Delete variable.
* gnu/packages/django.scm (python-pytest-django): Use regular
python-pytest-xdist.
* gnu/packages/python-check.scm (python-pytest-csv): Likewise, and ditto for
python-pytest.
| Maxim Cournoyer |
2022-04-12 | gnu: python-pytest-forked: Update to 1.4.0....* gnu/packages/check.scm (python-pytest-forked): Update to 1.4.0.
[phases]{pretend-version}: New phase.
{disable-setuptools-scm}: Delete phase.
{check}: Streamline.
[native-inputs]: Add python-setuptools-scm.
| Maxim Cournoyer |
2022-04-07 | gnu: glibc: Build with '--strip-debug' instead of '--strip-all'....Fixes <https://issues.guix.gnu.org/54728>.
Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
* gnu/packages/base.scm (glibc)[arguments]: Add #:strip-flags.
| Ludovic Courtès |
2022-03-28 | gnu: texlive-latex-listings, texlive-latex-pgf: Remove redundant definitions....Those were presumably introduced by mistake during a merge.
* gnu/packages/tex.scm (texlive-latex-listings, texlive-latex-pgf):
Remove redundant definitions.
| Ludovic Courtès |
2022-03-28 | gnu: texlive-psnfss: Fix build; add "doc" output....* gnu/packages/tex.scm (texlive-psnfss)[outputs]: Add "doc".
[arguments]<#:phases>: Add "chdir-back", "clean-installed-files" and
"move-doc-files" phases to ensure files are correctly arranged in package's
outputs, matching installation instructions in README.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2022-03-28 | gnu: texlive-psnfss: Do not return #t from custom phase....* gnu/packages/tex.scm (texlive-psnfss)[arguments]<#:phases>: Remove
trailing #t from "chdir" phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon South |
2022-03-28 | gnu: boost: Update to 1.78.0....* gnu/packages/boost.scm (boost): Update to 1.78.0.
[source](patches): Add upstream patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-03-28 | gnu: bash: Build '--without-bash-malloc'....Fixes <https://issues.guix.gnu.org/54557>.
* gnu/packages/bash.scm (bash): Add '--without-bash-malloc' to
CONFIGURE-FLAGS.
| Ludovic Courtès |
2022-03-23 | gnu: ed: Use cc-for-target....* gnu/packages/ed.scm (ed)[arguments]: Replace hardcoded gcc with
cc-for-target.
| Efraim Flashner |
2022-03-23 | gnu: ed: Update to 1.18....* gnu/packages/ed.scm (ed): Update to 1.18.
[arguments]: Remove trailing #t.
| Efraim Flashner |