summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gtk: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style. [propagated-inputs]: Likewise.
* gnu: gtk: Update to 4.6.6.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gtk.scm (gtk): Update to 4.6.6. [phases]{patch}: Disable 'unaligned-offscreen' test.
* gnu: inkscape: Add bash-minimal to inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
* gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE.Maxim Cournoyer2022-07-12
| | | | | | | | | Fixes <https://issues.guix.gnu.org/55634>. * gnu/packages/inkscape.scm (inkscape) [phases]{wrap-program}: Override phase. Reported-by: Maxime Devos <maximedevos@telenet.be>
* gnu: inkscape: Reintroduce variable, updated to 1.2.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/inkscape.scm (inkscape): Update to 1.2. [phases]{disable-problematic-tests}: New phase.
* gnu: inkscape: Rename variable to inkscape/stable and hide package.Maxim Cournoyer2022-07-12
| | | | | | | | | | | | | | | | 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.
* gnu: tracker-miners: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker-miners) [native-inputs]: Use new style inputs. [inputs]: Likewise.
* gnu: tracker-miners: Update to 3.3.1.Maxim Cournoyer2022-07-12
| | | | | | * 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.
* gnu: tracker: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker) [native-inputs]: Use new style inputs. [inputs]: Likewise.
* gnu: tracker: Propagate libraries 'required' by pkg-config.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and sqlite to... [propagated-inputs]: ... here. Add glib.
* gnu: tracker: Update to 3.3.1.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (tracker): Update to 3.3.1. [inputs]: Replace libsoup-minimal-2 with libsoup.
* gnu: libadwaita: Propagate gtk.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to... [propagated-inputs]: ... here.
* gnu: sushi: Add bash-minimal to inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
* gnu: sushi: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | * gnu/packages/gnome.scm (sushi)[native-inputs, inputs]: Use new style.
* gnu: sushi: Update to 42.0.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gnome.scm (sushi): Update to 42.0. [inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
* doc: Prefer "guix show" over "guix package --show".Ludovic Courtès2022-07-13
| | | | | * doc/contributing.texi (Synopses and Descriptions): Use "guix show" instead of "guix package --show".
* gnu: faust-2: Update to 2.41.1.Greg Hogan2022-07-13
| | | | | | | | | | * 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>
* gnu: Add candle.Artyom V. Poptsov2022-07-13
| | | | | | * gnu/packages/engineering.scm (candle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add breeze-gtk.Samuel Fadel2022-07-13
| | | | | | * gnu/packages/kde-plasma.scm (breeze-gtk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.37.0.Greg Hogan2022-07-13
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.37.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lv2-mda-piano: Add missing native input.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
* gnu: lvtk: Bump version number.Ricardo Wurmus2022-07-13
| | | | | | | | | 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.
* gnu: Add lvtk-1.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (lvtk-1): New variable.
* gnu: Add ttl2c.Ricardo Wurmus2022-07-13
| | | | * gnu/packages/audio.scm (ttl2c): New variable.
* gnu: openmpi: Only build with valgrind on supported systems.Efraim Flashner2022-07-12
| | | | | | * gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported macro. [arguments]: Adjust configure-flags based on if valgrind is present.
* gnu: sbcl: Fix building on powerpc-linux.Efraim Flashner2022-07-12
| | | | | | | * 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.
* gnu: pokerth: Fix build and modernize package.Maxim Cournoyer2022-07-12
| | | | | | | | | 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.
* gnu: protobuf-2: Fix build.Maxim Cournoyer2022-07-12
| | | | | | | Partially fixes <https://issues.guix.gnu.org/51093>. * gnu/packages/protobuf.scm (protobuf-2) [phases]{disable-broken-tests}: Delete phase.
* gnu: numactl: Enable armhf-linux as a supported system.Efraim Flashner2022-07-12
| | | | * gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
* gnu: numactl: Fix building on riscv64-linux.Efraim Flashner2022-07-12
| | | | | * gnu/packages/linux.scm (numactl)[arguments]: When building for riscv64-linux always link with libatomic.
* gnu: libratbag: Only build with valgrind on supported systems.Efraim Flashner2022-07-12
| | | | | | * gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when valgrind isn't present. [native-inputs]: Only add valgrind on systems which support it.
* gnu: bcachefs-tools: Enable tests.Efraim Flashner2022-07-12
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust make-flags to find pytest. Don't disable tests.
* gnu: bcachefs-tools: Only build with valgrind on supported systems.Efraim Flashner2022-07-12
| | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only add valgrind on systems where valgrind is supported.
* gnu: sbcl: Fix building on armhf-linux.Efraim Flashner2022-07-12
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux add a phase to remove build optimizations targeting armv5.
* gnu: python-tornado-6: Adjust test timeout.Efraim Flashner2022-07-12
| | | | | * gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to allow a longer test timeout.
* gnu: python-tornado-6: Honor tests flag.Efraim Flashner2022-07-12
| | | | | * gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-attrs: Remove test deadlines on riscv64-linux.Efraim Flashner2022-07-12
| | | | | * gnu/packages/python-xyz.scm (python-attrs)[arguments]: When building for riscv64-linux remove the hypothesis test deadlines.
* gnu: gvfs: Update to 1.50.2 and modernize definition.Maxim Cournoyer2022-07-12
| | | | | | * gnu/packages/gnome.scm (gvfs): Update to 1.50.2. [arguments]: Use gexps. [native-inputs, inputs]: Use new style.
* gnu: emacs-easy-kill: Update to 0.9.5.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
* gnu: emacs-all-the-icons-dired: Update to 2.0.Nicolas Goaziou2022-07-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0. [source]<origin>: Update URI. [home-page]: Update URL.
* gnu: emacs-mastodon: Update package style.Nicolas Goaziou2022-07-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Use G-expressions. Remove trailing #T in phases.
* gnu: emacs-mastodon: Update to 1.0.0.Nicolas Goaziou2022-07-12
| | | | | | | * 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.
* gnu: emacs-ebib: Update to 2.38.1.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.1.
* gnu: emacs-ebuild-mode: Update to 1.60.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.60.
* gnu: emacs-pandoc-mode: Update to 2.32.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
* gnu: emacs-logview: Update to 0.15.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
* gnu: emacs-pyim-basedict: Update to 0.5.4.Nicolas Goaziou2022-07-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4. [propagated-inputs]: Add EMACS-PYIM.
* gnu: emacs-pyim: Update to 5.2.3.Nicolas Goaziou2022-07-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3. [propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
* gnu: emacs-rustic: Update to 3.2.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
* gnu: emacs-rust-mode: Update to 1.0.5.Nicolas Goaziou2022-07-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.