summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-11-28gnu: darktable: Build with libsoup 2.Vinicius Monego
* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to libsoup-minimal-2. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-29gnu: slepc: Update to 3.16.1.Ludovic Courtès
* gnu/packages/maths.scm (slepc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [properties]: New field.
2021-11-29gnu: petsc: Update to 3.16.1.Ludovic Courtès
* gnu/packages/maths.scm (petsc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [arguments]: Rewrite using gexps. Pass '--with-openblas-dir'. In 'configure' phase, modify "config/example_template.py".
2021-11-29gnu: python2-requests: Remove dependency on python-charset-normalizer.Ludovic Courtès
The python-charset-normalizer package is Python 3 only. * gnu/packages/python-web.scm (python-requests)[properties]: New field. (python2-requests): Rewrite to remove 'python-charset-normalizer' from 'propagated-inputs'.
2021-11-29gnu: python-notify2: Propagate python-dbus.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to... [propagated-inputs]: ... this.
2021-11-29gnu: python-dbus: Register 'python2-dbus' as the Python 2 variant.Ludovic Courtès
This allows things like 'python2-notify2' to actually use the Python 2 variant of 'python-dbus'. * gnu/packages/python-xyz.scm (python-dbus)[properties]: New field. (python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument.
2021-11-28gnu: krfb: Use latest pipewire.Ricardo Wurmus
* gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with pipewire-0.3.
2021-11-28gnu: pipewire-0.3: Add optional inputs.Ricardo Wurmus
* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt.
2021-11-28gnu: pipewire-0.3: Update to 0.3.40.Ricardo Wurmus
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40. [arguments]: Disable session managers to avoid missing input.
2021-11-27gnu: rust: Add 'supported-systems' field.Ludovic Courtès
* gnu/packages/rust.scm (rust-1.39)[supported-systems]: New field. (rust-1.40)[supported-systems]: Remove.
2021-11-27services: polkit: Choose between polkit-mozjs and polkit-duktape.Ludovic Courtès
* gnu/services/dbus.scm (%default-polkit): New variable. (<polkit-configuration>)[polkit]: Default to it.
2021-11-27gnu: polkit: Rename default variable to 'polkit-mozjs'.Ludovic Courtès
* gnu/packages/polkit.scm (polkit*): Rename to... (polkit-mozjs): ... this. Adjust users.
2021-11-27services: Document the 'delete' clause of 'modify-services'.Ludovic Courtès
* doc/guix.texi (Service Reference): Mention the 'delete' clause of 'modify-services'. * gnu/services.scm (modify-services): Likewise in docstring.
2021-11-27gnu: blanket: Update to 0.5.0.Leo Famulari
* gnu/packages/task-management.scm (blanket): Update to 0.5.0.
2021-11-27gnu: glibc-for-bootstrap: Build with GCC 7.Pierre Langlois
Fixes <https://issues.guix.gnu.org/52066>. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[native-inputs]: Add gcc-7.
2021-11-27gnu: marble-qt: Add optional dependencies.Vinicius Monego
* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove "-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add "-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES". [native-inputs]: Add extra-cmake-modules. [inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools, ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf, qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27gnu: marble-qt: Update to 21.08.3.Vinicius Monego
* gnu/packages/kde.scm (marble-qt): Update to 21.08.3. [build-system]: Use qt-build-system. [arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE". [license]: Change to lgpl2.1+. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27gnu: marble-qt: Move to (gnu packages kde).Vinicius Monego
* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27gnu: libosinfo: Use osinfo-db-next.Mathieu Othacehe
* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next instead of osinfo-db.
2021-11-27gnu: Add osinfo-db-next.Mathieu Othacehe
* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
2021-11-27gnu: gnome-boxes: Add Guix logo support.Mathieu Othacehe
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-boxes): Use it.
2021-11-27gnu: krunner: Remove reference to '%build-inputs'.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (krunner)[arguments]: Replace reference to '%build-inputs' by 'inputs' keyword argument.
2021-11-27gnu: akonadi: Remove references to '%outputs' and '%build-inputs'.Ludovic Courtès
* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to '%outputs' and '%build-inputs'.
2021-11-27gnu: libksysguard: Remove reference to '%outputs'.Ludovic Courtès
* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove reference to '%outputs' and use gexps.
2021-11-27gnu: bluez-qt: Remove reference to '%output'.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Replace reference to '%output' by a gexp.
2021-11-27gnu: k3b: Remove references to '%outputs' and '%build-inputs'.Ludovic Courtès
* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to '%build-inputs' and '%outputs'.
2021-11-27gnu: kmplayer: Remove reference to '%build-inputs'.Ludovic Courtès
* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use 'this-package-input' instead of '%build-inputs'.
2021-11-27gnu: kamoso: Remove reference to '%build-inputs'.Ludovic Courtès
* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using a gexp.
2021-11-27gnu: surf: Build with libsoup2.Guillaume Le Vaillant
* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
2021-11-27gnu: luakit: Build with libsoup2.Jack Hill
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27gnu: vimb: Build with libsoup2.Jack Hill
* gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27gnu: midori: Adjust inputs.Jack Hill
* gnu/packages/web-browsers.scm (midori)[propogated-inputs]: Add desktop-file-utils and which. [inputs]: Replace webkit with webkit-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27gnu: julia-unitful: Disable parallel tests.zimoun
* gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27gnu: julia-requires: Disable parallel tests.zimoun
* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27gnu: julia-interpolations: Disable parallel tests.zimoun
* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27gnu: julia-aqua: Disable parallel tests.zimoun
* gnu/packages/julia-xyz.scm (julia-aqua)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27gnu: julia: Correctly test using '#:parallel-tests?'.zimoun
* gnu/packages/julia.scm (julia)[phases]{enable-parallel-tests}: Use PARALLEL-TESTS?, not PARALLEL-BUILD?. Remove comment. * gnu/packages/patches/julia-allow-parallel-build.patch: Move explanatory comment to the top of the patch. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-26gnu: ristretto: Remove unused librsvg dependency.Ludovic Courtès
* gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG.
2021-11-26gnu: openbox: Keep librsvg dependency on x86_64 only.Ludovic Courtès
* gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional.
2021-11-26gnu: tor: Address glibc 2.33 compatibility issue on i686.Ludovic Courtès
* gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it.
2021-11-26gnu: pitivi: Fix build with Meson 0.60.Leo Famulari
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (pitivi)[source]: Use it.
2021-11-26gnu: evolution-data-server: Fix build.Guillaume Le Vaillant
* gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2. [arguments]: Remove 'adjust-webkitgtk-version' phase.
2021-11-26Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."Ludovic Courtès
This reverts commit fa35a5f649518a5c3e41aec796ee9b6b852d93c0, which is redundant with 8a8e491258adadcb6983a4051fa71e60c0dd7849.
2021-11-26gnu: libsoup: Disable the hsts test.Maxim Cournoyer
The test was found to fail on i686-linux. * gnu/packages/gnome.scm (libsoup-minimal)[phases] {adjust-tests}: De-register the hsts test.
2021-11-26gnu: slang: Really fix the array tests on 32 bit architectures.Maxim Cournoyer
This is a follow up to efb0a04ee05f43e86b3c1fcda867a123d8ed021a. * gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further reduce the array size.
2021-11-25gnu: adwaita-icon-theme: Fix the conditional native input.Maxim Cournoyer
This is a follow up to commit 16afb35ac9. * gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Add an extra layer of parenthesizes on the conditional input to be spliced.
2021-11-25gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures.Diego Nicola Barbato
This is a followup to d82fd7c2dd542693988f61fb15c020e3209ac7ec. * gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25gnu: libsoup: Update to 3.0.3.Maxim Cournoyer
This resolves test failures on 32 bit platforms (see: https://gitlab.gnome.org/GNOME/libsoup/-/issues/236). * gnu/packages/gnome.scm (libsoup): Update to 3.0.3.
2021-11-25gnu: adwaita-icon-theme: Fix build on non-x86_64 targets.Maxim Cournoyer
* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Do not provide use 'gtk-encode-symbolic-svg' unless building for x86_64.
2021-11-25gnu: Use 'search-input-directory' for the SDL header directory.Ludovic Courtès
This is a followup to bf182596a9d85604f6f029302671a38001575355. * gnu/packages/games.scm (prboom-plus, red-eclipse, btanks) (edgar): Use 'search-input-directory' instead of 'search-input-file' when looking for "include/SDL". (abbaye): Likewise, and search "include/SDL2" instead of "include/SDL".