Age | Commit message (Collapse) | Author |
|
* gnu/packages/kodi.scm (kodi): Update to 19.5.
[source]: Remove obsolete patches; delete bundled jars.
[arguments]: Update configure flags; adjust build phase 'patch-stuff to use
Groovy from Guix; adjust file names; remove obsolete substitutions; disable
TestCPUInfo.GetCPUFrequency test; remove trailing #T from build phases.
[native-inputs]: Drop input labels; add googletest, groovy, openjdk9, and
java-commons-lang; remove icedtea.
[inputs]: Add spdlog-for-kodi; replace fmt-7 with fmt-6 (for spdlog).
(kodi/wayland)[arguments]: Adjust configure flags.
[inputs]: Use modify-inputs.
* gnu/local.mk (dist_patch_DATA): Remove obsolete patches.
* gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust.
* gnu/packages/patches/kodi-increase-test-timeout.patch: Remove file.
* gnu/packages/patches/kodi-skip-test-449.patch: Remove file.
|
|
* gnu/packages/logging.scm (spdlog-for-kodi): New variable.
|
|
* gnu/packages/bioinformatics.scm (r-domultibarheatmap): New variable.
|
|
* gnu/packages/node.scm (node)[arguments]: Adjust custom 'configure
phase to specify the correct architecture when cross-compiling to
riscv64-linux.
|
|
* gnu/services/desktop.scm (enlightenment-desktop-service-type): Extend
the enlightenment-desktop-service-type with the udev rules from the
ddcutil input in the udev-service-type.
|
|
* gnu/packages/games.scm (naev): Update to 0.10.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-eat): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 2.0.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.9.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.17.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.6.
|
|
* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
[propagated-inputs]: Add python-defusedxml and python-packaging.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/video.scm (libopenshot): Update to 0.3.0.
(openshot): Update to 3.0.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/cran.scm (r-mapdata): Update to 2.3.1.
|
|
* gnu/packages/cran.scm (r-climaemet): New variable.
|
|
* gnu/packages/cran.scm (r-climatol): New variable.
|
|
* gnu/packages/cran.scm (r-mapdata): New variable.
|
|
* gnu/packages/cran.scm (r-prospectr): New variable.
|
|
* gnu/packages/cran.scm (r-treemap): New variable.
|
|
* gnu/packages/cran.scm (r-rpostgres): Update to 1.4.4.
|
|
* gnu/packages/cran.scm (r-rpostgres): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
* gnu/packages/cran.scm (r-piton): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* doc/guix.texi (Package Modules in a Sub-directory): Mention "guix deploy"
files as an example.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* doc/guix.texi (Package Modules in a Sub-directory): Explain that directory
must be the module root.
|
|
* etc/kernels-manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
|
|
* gnu/packages/file-systems.scm (fuse-overlayfs): New variable.
|
|
* gnu/packages/hardware.scm (ddcutil) [arguments]: New field.
[description]: Document how the included udev rules can be used.
|
|
This reverts to the name this package had previous to commit
c2c1dfdf5760873f1db86d14873f725a105f7feb ("gnu: bootloader: Add U-Boot
packages for Raspberry Pi models."), which caused the package name to be
derived from the board name.
* gnu/packages/bootloaders.scm (u-boot-am335x-evm-boneblack): Remove the
NAME-SUFFIX keyword argument. Specify the full name via the name field.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust to
the renamed package.
Reported-by: Vagrant Cascadian <vagrant@debian.org>
|
|
* gnu/packages/video.scm (svtplay-dl): Update to 4.17.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/terminals.scm (asciinema): Update to 2.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Drop custom 'check phase. Add 'fix-python-path phase.
[native-inputs]: Drop python-nose. Add python-pytest.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/containers.scm (podman): Update to 4.3.1.
[native-inputs]: Add python, for hack/markdown-preprocess.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
Fixes <https://issues.guix.gnu.org/60383>.
* gnu/services/sound.scm (pulseaudio-etc): Produce daemon.conf
unconditionally, with the correct default-script-file location. Produce
client.conf unconditionally.
Reported-by: Bruno Victal <mirai@makinata.eu>
|
|
* gnu/packages/bootloaders.scm (patman): New variable.
* gnu/packages/patches/u-boot-patman-fix-help.patch: New patch.
* gnu/packages/patches/u-boot-patman-get-maintainer.patch: Likewise.
* gnu/packages/patches/u-boot-patman-local-conf.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
|
|
* gnu/packages/patches/u-boot-infodocs-target.patch: New patch.
* gnu/local.mk: (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (u-boot): Apply it.
(u-boot-documentation): New variable.
|
|
* .patman: New file.
Series-to: 60218@debbugs.gnu.org
Series-cc: rekado@elephly.net, othacehe@gnu.org
Series-version: 2
|
|
* etc/teams.scm.in (git-patch->revisions): New procedure.
(main) [cc-members]: New match pattern to support patch file argument.
[get-maintainer]: Simplify using the newly introduced procedure from above.
(main): Update usage doc.
Series-changes: 2
- New: support passing a patch file to the cc-members command
|
|
This can be used as a compatibility mode with the get_maintainer.pl Perl
script included in the Linux (or U-Boot) source tree.
* etc/teams.scm.in (git-patch->commit-id): New procedure.
(main) <get-maintainer>: Register new command. Document it.
Series-changes: 2
- Move newline character (~%) in usage output to the bottom
|
|
* gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c.
|
|
* gnu/packages/audio.scm (jacktrip): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-syslog-mode): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-hsluv): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-hide-lines): New variable.
|
|
* gnu/packages/graphics.scm (paraview): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/audio.scm (ardour): Update to 7.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/pdf.scm (pdfcrack): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult-xdg-recent-files): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|