| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (mars): Update commit to 84664cda, revision2.
[source]: Remove upstreamed patches.
[arguments]: Move 'fix-install-path' phase to #:configure-flags. Remove
boolean return values from phases.
[home-page]: Use https.
* gnu/packages/patches/mars-install.patch,
gnu/packages/patches/mars-sfml-2.3.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
|
|
| |
* gnu/packages/distributed.scm (boinc-client): Update to 7.22.0.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patchutils.scm (quilt)[native-inputs]: Use new style; fixes
lint warning.
[inputs]: Add bash-minimal, gzip, diffutils, findutils, and tar.
[arguments]: Move check phase after other install. Simplify wrapping and wrap
one utility script. Run tests with PATH unset and test scripts patched to
detect insufficient wrapping.
|
|
|
|
|
| |
* gnu/packages/admin.scm (ufetch): Update to 0.3.
[license]: 'isc' -> 'expat'.
|
|
|
|
| |
* gnu/packages/debian.scm (debianutils): Update to 5.7-0.4.
|
|
|
|
| |
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2023.3.
|
|
|
|
| |
* gnu/packages/patchutils.scm (quilt): Update to 0.67.
|
|
|
|
|
|
|
| |
* gnu/packages/patchutils.scm (quilt)[source]: Add patch to work with
newer versions of grep.
* gnu/packages/patches/quilt-grep-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
| |
* gnu/packages/inkscape.scm (inkscape)[arguments]: Use the custom
'disable-more-tests phase on riscv64-linux also.
|
|
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (libaio)[arguments]: When building for
riscv64-linux add a patch to account for undeclared behavior.
[native-inputs]: Add patch file, patch.
* gnu/packages/patches/libaio-riscv-test5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-pdelab): Update to 2.8.0-0.d5dddb6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-functions): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-typetree): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-subgrid): Update to 2.9.0-1-e83f3f9.
[source]: Update URL of dune-subgrid's Git repository.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-alugrid): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-localfunctions): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-istl): Update to 2.9.0.
[source](patches): Add patch to fix test phase.
* gnu/packages/patches/dune-istl-fix-solver-playground.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-grid): Update to 2.9.0.
[source](patches): Add patch to fix build.
* gnu/packages/patches/dune-grid-add-missing-include-cassert.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-uggrid): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-geometry): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (dune-common): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/instrumentation.scm (babeltrace)
[native-inputs]: Add autoconf, automake, libtool.
[arguments]: Invoke autoreconf before 'configure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/maths.scm (hypre)[native-inputs]: Add texlive-alphalph
and texlive-enumitem to the list passed to 'texlive-updmap.cfg'.
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-alphalph): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-ggpicrust2): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-microbiomestat): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-lefser): New variable.
|
|
|
|
|
|
| |
* gnu/packages/audio.scm (guitarix): Update to 0.44.1.
[arguments]: Use gexps.
[native-inputs]: Remove labels.
|
|
|
|
|
|
|
|
|
|
|
| |
This is caused by Python 3.10's new behavior of native extension now rejecting
float values as input when the expected type is an integer.
* gnu/packages/patches/python-wxwidgets-type-errors.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/wxwidgets.scm (python-wxpython) [source]: Apply it. Delete
trailing #t.
[arguments]: Delete trailing #t.
|
|
|
|
|
|
|
| |
This is now handled at the level of git via its new '--header-cmd' option,
which produces X-Debbugs-CC headers.
* .patman (get_maintainer_script): Delete option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://issues.guix.gnu.org/58813>. No longer suggests to splice the
output of etc/teams.scm commands into the 'git send-email' command line; this
is now transparently handled by the Git configuration, which is also
automatic.
* doc/contributing.texi (Configuring Git): Streamline section, now automated
via Automake.
(Sending a Patch Series): Do not specify options configured as default by the
above. Prefer long option names, for readability.
(Teams): Rewrite the examples to use --header-cmd.
(Commit Access): Refer to the Configuring Git section instead of detailing
manual steps.
|
|
|
|
|
| |
* etc/teams.scm.in (main): Register a new "cc-mentors-header-cmd" action.
Document it.
|
|
|
|
|
|
|
|
|
|
| |
This means we do not need to worry anymore about manually syncing the pre-push
git hook or the Guix-provided git configuration.
* etc/git/gitconfig: Augment configuration template with useful options to
allow for auto-configuration.
* Makefile.am (.git/hooks/pre-push, .git/config): New targets.
(nodist_noinst_DATA): New primary variable holding the above targets.
|
|
|
|
|
| |
* etc/teams.scm.in (patch->teams): New procedure.
(main): Use it. Add a new "cc-members-header-cmd" command; document it.
|
|
|
|
|
|
|
|
| |
In preparation to fix <https://issues.guix.gnu.org/58813>.
* gnu/packages/patches/git-header-cmd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/version-control.scm (git) [source]: Apply patch.
|
|
|
|
| |
* gnu/packages/pascal.scm (lazarus): Add variable.
|
|
|
|
| |
* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check phase.
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-semver)[native-inputs]: Add
guile-3.0.
(guile2.2-semver)[native-inputs]: Add guile-2.2.
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.3.
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-urllib3)[propagated-inputs]: Only
include python-cryptography, python-pyopenssl on architectures where
they are supported.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm: Update to 4.0.3.
[build-system]: Use cmake-build-system.
[source]: Remove obsolete patch.
[inputs]: Add gtkmm, glib:bin, and python.
[arguments]: Run the test suite. Import the glib-or-gtk-build-system and wrap
the 'gui' build output. Remove #:configure-flags. Adjust the 'move-gui' phase
to upstream changes.
* gnu/packages/patches/transmission-honor-localedir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.1.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3.
|
|
|
|
| |
* gnu/packages/xfce.scm (thunar): Update to 4.18.6.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.2.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.3.1.
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.3.
|