summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: k3b: Remove references to '%outputs' and '%build-inputs'.Ludovic Courtès2021-11-27
| | | | | * gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to '%build-inputs' and '%outputs'.
* gnu: kmplayer: Remove reference to '%build-inputs'.Ludovic Courtès2021-11-27
| | | | | * gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use 'this-package-input' instead of '%build-inputs'.
* gnu: kamoso: Remove reference to '%build-inputs'.Ludovic Courtès2021-11-27
| | | | | * gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using a gexp.
* gnu: surf: Build with libsoup2.Guillaume Le Vaillant2021-11-27
| | | | | * gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu: luakit: Build with libsoup2.Jack Hill2021-11-27
| | | | | | | * gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: vimb: Build with libsoup2.Jack Hill2021-11-27
| | | | | | | * gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: midori: Adjust inputs.Jack Hill2021-11-27
| | | | | | | | * 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>
* gnu: julia-unitful: Disable parallel tests.zimoun2021-11-27
| | | | | | | * gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia-requires: Disable parallel tests.zimoun2021-11-27
| | | | | | | * gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia-interpolations: Disable parallel tests.zimoun2021-11-27
| | | | | | | * gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia-aqua: Disable parallel tests.zimoun2021-11-27
| | | | | | * gnu/packages/julia-xyz.scm (julia-aqua)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Correctly test using '#:parallel-tests?'.zimoun2021-11-27
| | | | | | | | | | * 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>
* gnu: ristretto: Remove unused librsvg dependency.Ludovic Courtès2021-11-26
| | | | * gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG.
* gnu: openbox: Keep librsvg dependency on x86_64 only.Ludovic Courtès2021-11-26
| | | | * gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional.
* gnu: tor: Address glibc 2.33 compatibility issue on i686.Ludovic Courtès2021-11-26
| | | | | | * gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it.
* gnu: pitivi: Fix build with Meson 0.60.Leo Famulari2021-11-26
| | | | | | * 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.
* gnu: evolution-data-server: Fix build.Guillaume Le Vaillant2021-11-26
| | | | | | * gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2. [arguments]: Remove 'adjust-webkitgtk-version' phase.
* Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."Ludovic Courtès2021-11-26
| | | | | This reverts commit fa35a5f649518a5c3e41aec796ee9b6b852d93c0, which is redundant with 8a8e491258adadcb6983a4051fa71e60c0dd7849.
* gnu: libsoup: Disable the hsts test.Maxim Cournoyer2021-11-26
| | | | | | | The test was found to fail on i686-linux. * gnu/packages/gnome.scm (libsoup-minimal)[phases] {adjust-tests}: De-register the hsts test.
* gnu: slang: Really fix the array tests on 32 bit architectures.Maxim Cournoyer2021-11-26
| | | | | | | This is a follow up to efb0a04ee05f43e86b3c1fcda867a123d8ed021a. * gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further reduce the array size.
* gnu: adwaita-icon-theme: Fix the conditional native input.Maxim Cournoyer2021-11-25
| | | | | | | 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.
* gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures.Diego Nicola Barbato2021-11-25
| | | | | | | | This is a followup to d82fd7c2dd542693988f61fb15c020e3209ac7ec. * gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libsoup: Update to 3.0.3.Maxim Cournoyer2021-11-25
| | | | | | | 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.
* gnu: adwaita-icon-theme: Fix build on non-x86_64 targets.Maxim Cournoyer2021-11-25
| | | | | * gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Do not provide use 'gtk-encode-symbolic-svg' unless building for x86_64.
* gnu: Use 'search-input-directory' for the SDL header directory.Ludovic Courtès2021-11-25
| | | | | | | | | 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".
* gnu: gtk+: Skip test that requires SVG support on non-x86_64.Ludovic Courtès2021-11-25
| | | | | * gnu/packages/gtk.scm (gtk+)[arguments]: In 'disable-failing-tests', skip 'tree-relationships' when not 'target-x86-64?'.
* gnu: slang: Fix build on 32 bit systems.Maxim Cournoyer2021-11-25
| | | | * gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: New phase.
* gnu: efl: Only conditionally enable the optional SVG support.Maxim Cournoyer2021-11-25
| | | | | | | * gnu/packages/enlightenment.scm (efl)[inputs] {librsvg}: Only provide it when the target is x86_64. [configure-flags]: Remove dead code. Conditionally disable the 'rsvg' loader via the 'evas-loaders-disabler' flag.
* gnu: gtk+: Conditionally disable the tree-relationships test.Maxim Cournoyer2021-11-25
| | | | | * gnu/packages/gtk.scm (gtk+)[phases] {disable-failing-tests}: Disable the tree-relationships test on non-x86_64 targets.
* gnu: uim-gtk: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g".
* gnu: w-scan: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
* gnu: transcode: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
* gnu: aris: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/maths.scm (aris)[arguments]: Pass "-O2 -g".
* gnu: geeqie: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g".
* gnu: gpredict: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/astronomy.scm (gpredict)[arguments]: Pass "-O2 -g".
* gnu: vinagre: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
* gnu: iftop: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | * gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
* gnu: lib2geom: Skip faulty test on i686.Ludovic Courtès2021-11-25
| | | | | * gnu/packages/graphics.scm (lib2geom)[arguments]: When 'target-x86-32?', add 'skip-faulty-test' phase.
* gnu: zathura: Use meson 0.59.angryrectangle@cock.li2021-11-25
| | | | | | | | | This fixes the build. The problem has already been fixed on the master, but it's not part of the latest release. * gnu/packages/pdf.scm (zathura)[meson]: Use meson-0.59. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Allow parallel tests.zimoun2021-11-25
| | | | | | | | * gnu/packages/julia.scm (julia)[origin]<patches>: New patch. * gnu/packages/patches/julia-allow-parallel-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Disable broken tests.zimoun2021-11-25
| | | | | | * gnu/packages/julia.scm (julia)[arguments]: Disable broken tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: glib-networking: Update to 2.70.0.Maxim Cournoyer2021-11-25
| | | | | | | It was erroneously thought when updating to 2.70rc in commit 60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef that 2.70.0 was not yet released. * gnu/packages/gnome.scm (glib-networking): Update to 2.70.0.
* gnu: libva: Update to 2.13.0Josselin Poiret2021-11-25
| | | | | | * gnu/packages/video.scm (libva): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Remove python2-itsdangerous.Ricardo Wurmus2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable.
* gnu: python2-pylibmc: Remove package.zimoun2021-11-25
| | | | | | * gnu/packages/databases.scm (python2-pylibmc): Delete variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: python2-validators: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-validators): Delete variable.
* gnu: python2-discogs-client: Remove package.zimoun2021-11-25
| | | | * gnu/packages/music.scm (python2-discogs-client): Delete variable.
* gnu: python2-munkres: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-munkres): Delete variable.
* gnu: python2-faker: Remove package.zimoun2021-11-25
| | | | | * gnu/packages/python-xyz.scm (python2-faker): Delete variable. (python-faker)[properties]: Remove.
* gnu: python2-sql: Remove package.zimoun2021-11-25
| | | | * gnu/packages/databases.scm (python2-sql): Delete variable.