Age | Commit message (Expand) | Author |
2022-07-12 | gnu: deja-dup: Update to 43.4....Fixes <https://issues.guix.gnu.org/55544>.
* gnu/packages/gnome.scm (deja-dup): Update to 43.4.
[phases]{patch-paths}: Adjust Duplicityinstance.vala path.
{skip-gtk-update-icon-cache}: Delete phase.
[inputs]: Replace gtk+ with gtk. Add libadwaita. Replace libsoup-minimal-2
with libsoup.
[native-inputs]: Add gtk:bin.
Reported-by: Michael Terry <mike@mterry.name>
| Maxim Cournoyer |
2022-07-12 | gnu: gtk: Use new style inputs....* gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style.
[propagated-inputs]: Likewise.
| Maxim Cournoyer |
2022-07-12 | gnu: gtk: Update to 4.6.6....* gnu/packages/gtk.scm (gtk): Update to 4.6.6.
[phases]{patch}: Disable 'unaligned-offscreen' test.
| Maxim Cournoyer |
2022-07-12 | gnu: inkscape: Add bash-minimal to inputs....* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
| Maxim Cournoyer |
2022-07-12 | gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE....Fixes <https://issues.guix.gnu.org/55634>.
* gnu/packages/inkscape.scm (inkscape)
[phases]{wrap-program}: Override phase.
Reported-by: Maxime Devos <maximedevos@telenet.be>
| Maxim Cournoyer |
2022-07-12 | gnu: inkscape: Reintroduce variable, updated to 1.2....* gnu/packages/inkscape.scm (inkscape): Update to 1.2.
[phases]{disable-problematic-tests}: New phase.
| Maxim Cournoyer |
2022-07-12 | gnu: inkscape: Rename variable to inkscape/stable and hide package....This will allow introducing a new 'inkscape' package that can be more freely
upgraded on the main branch.
* gnu/packages/inkscape.scm (inkscape): Rename to...
(inkscape/stable): ... this, and make it a hidden package.
* gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape
input accordingly.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme): Likewise.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise.
(python-nbconvert): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
| Maxim Cournoyer |
2022-07-12 | gnu: tracker-miners: Use new style inputs....* gnu/packages/gnome.scm (tracker-miners)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
| Maxim Cournoyer |
2022-07-12 | gnu: tracker-miners: Update to 3.3.1....* gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
[phases]{check}: Do not run the 'slow' tests, which fail.
| Maxim Cournoyer |
2022-07-12 | gnu: tracker: Use new style inputs....* gnu/packages/gnome.scm (tracker)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
| Maxim Cournoyer |
2022-07-12 | gnu: tracker: Propagate libraries 'required' by pkg-config....* gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and
sqlite to...
[propagated-inputs]: ... here. Add glib.
| Maxim Cournoyer |
2022-07-12 | gnu: tracker: Update to 3.3.1....* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
| Maxim Cournoyer |
2022-07-12 | gnu: libadwaita: Propagate gtk....* gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to...
[propagated-inputs]: ... here.
| Maxim Cournoyer |
2022-07-12 | gnu: sushi: Add bash-minimal to inputs....* gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
| Maxim Cournoyer |
2022-07-12 | gnu: sushi: Use new style inputs....* gnu/packages/gnome.scm (sushi)[native-inputs, inputs]: Use new style.
| Maxim Cournoyer |
2022-07-12 | gnu: sushi: Update to 42.0....* gnu/packages/gnome.scm (sushi): Update to 42.0.
[inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
| Maxim Cournoyer |
2022-07-13 | gnu: faust-2: Update to 2.41.1....* gnu/packages/audio.scm (faust-2): Update to 2.41.1.
[build-system]: Replace gnu-build-system with cmake-build-system.
[arguments]<#:phases>: Invoke cmake directly to build the main package
and invoke make directly to build ancillary tools.
[native-inputs]: Replace llvm-3.8 with llvm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-07-13 | gnu: Add candle....* gnu/packages/engineering.scm (candle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2022-07-13 | gnu: Add breeze-gtk....* gnu/packages/kde-plasma.scm (breeze-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Samuel Fadel |
2022-07-13 | gnu: git: Update to 2.37.0....* gnu/packages/version-control.scm (git): Update to 2.37.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-07-13 | gnu: lv2-mda-piano: Add missing native input....* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
| Ricardo Wurmus |
2022-07-13 | gnu: lvtk: Bump version number....This is really version 2.x of the API.
* gnu/packages/audio.scm (lvtk): Rename this variable...
(lvtk-2): ...to this.
[version]: Bump major version to 2.
(lvtk): Alias to lvtk-1.
| Ricardo Wurmus |
2022-07-13 | gnu: Add lvtk-1....* gnu/packages/audio.scm (lvtk-1): New variable.
| Ricardo Wurmus |
2022-07-13 | gnu: Add ttl2c....* gnu/packages/audio.scm (ttl2c): New variable.
| Ricardo Wurmus |
2022-07-12 | gnu: openmpi: Only build with valgrind on supported systems....* gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported
macro.
[arguments]: Adjust configure-flags based on if valgrind is present.
| Efraim Flashner |
2022-07-12 | gnu: sbcl: Fix building on powerpc-linux....* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
| Efraim Flashner |
2022-07-12 | gnu: pokerth: Fix build and modernize package....Fixes <https://issues.guix.gnu.org/51093>.
* gnu/packages/games.scm (pokerth) [source]: Apply patch
[inputs]: Use new style.
[phases]: Delete trailing #t. Use gexps.
{fix-paths}: Remove the gsasl and libircclient related substitutions.
| Maxim Cournoyer |
2022-07-12 | gnu: protobuf-2: Fix build....Partially fixes <https://issues.guix.gnu.org/51093>.
* gnu/packages/protobuf.scm (protobuf-2)
[phases]{disable-broken-tests}: Delete phase.
| Maxim Cournoyer |
2022-07-12 | gnu: numactl: Enable armhf-linux as a supported system....* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
| Efraim Flashner |
2022-07-12 | gnu: numactl: Fix building on riscv64-linux....* gnu/packages/linux.scm (numactl)[arguments]: When building for
riscv64-linux always link with libatomic.
| Efraim Flashner |
2022-07-12 | gnu: libratbag: Only build with valgrind on supported systems....* gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when
valgrind isn't present.
[native-inputs]: Only add valgrind on systems which support it.
| Efraim Flashner |
2022-07-12 | gnu: bcachefs-tools: Enable tests....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust
make-flags to find pytest. Don't disable tests.
| Efraim Flashner |
2022-07-12 | gnu: bcachefs-tools: Only build with valgrind on supported systems....* gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only
add valgrind on systems where valgrind is supported.
| Efraim Flashner |
2022-07-12 | gnu: sbcl: Fix building on armhf-linux....* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux
add a phase to remove build optimizations targeting armv5.
| Efraim Flashner |
2022-07-12 | gnu: python-tornado-6: Adjust test timeout....* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to allow a longer test timeout.
| Efraim Flashner |
2022-07-12 | gnu: python-tornado-6: Honor tests flag....* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
| Efraim Flashner |
2022-07-12 | gnu: python-attrs: Remove test deadlines on riscv64-linux....* gnu/packages/python-xyz.scm (python-attrs)[arguments]: When building
for riscv64-linux remove the hypothesis test deadlines.
| Efraim Flashner |
2022-07-12 | gnu: gvfs: Update to 1.50.2 and modernize definition....* gnu/packages/gnome.scm (gvfs): Update to 1.50.2.
[arguments]: Use gexps.
[native-inputs, inputs]: Use new style.
| Maxim Cournoyer |
2022-07-12 | gnu: emacs-easy-kill: Update to 0.9.5....* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-all-the-icons-dired: Update to 2.0....* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-mastodon: Update package style....* gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Use
G-expressions. Remove trailing #T in phases.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-mastodon: Update to 1.0.0....* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0.
[propagated-inputs]: Add EMACS-REQUEST.
[source]<origin>: Update URI.
[home-page]: Update URL.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-ebib: Update to 2.38.1....* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.1.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-ebuild-mode: Update to 1.60....* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.60.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-pandoc-mode: Update to 2.32....* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-logview: Update to 0.15....* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-pyim-basedict: Update to 0.5.4....* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4.
[propagated-inputs]: Add EMACS-PYIM.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-pyim: Update to 5.2.3....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3.
[propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-rustic: Update to 3.2....* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
| Nicolas Goaziou |
2022-07-12 | gnu: emacs-rust-mode: Update to 1.0.5....* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
| Nicolas Goaziou |