aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: plover: Update to 4.0.0.dev8.update-plover-to-4.0.0.dev8Christopher Baines2021-02-01
| | | | | | | | | | | | | This moves from Python 2 to Python 3. This is a dev release, but from nearly 2 years ago. Backing up your plover.cfg is advised by the release notes when upgrading from version 3 to 4. * gnu/packages/stenography.scm (plover): Update to 4.0.0.dev8. [arguments]: Remove. [native-inputs]: Switch to Python 3 package variants. [inputs]: Switch to Python 3 package variants, and add python-pyqt.
* gnu: python-xlib: Update to 0.29.Christopher Baines2021-02-01
| | | | | | | | Make python-six a propagated input as it's used at runtime. * gnu/packages/python-xyz.scm (python-xlib): Update to 0.29. [native-inputs]: Move python-six to… [propagated-inputs]: …here.
* Merge branch 'staging'Leo Famulari2021-02-01
|\
| * gnu: gst-plugins-good: Fix a test failure on 32-bit systems.Leo Famulari2021-01-31
| | | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-fix-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-good)[source]: Use it.
| * Revert qt-build-system changes that were pushed to a frozen "staging" branch.Leo Famulari2021-01-30
| | | | | | | | | | | | | | This reverts commits 9085260fccd17955be6922c215f89be3e424dda3, 4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2, 094b6ac00939ef5e3f291a477fedd26621078ca8, 104151f4f45f4bc3a816e3ad42256452932e0d8d.
| * guix: qt-utils: Don't include useless inputs in wrapped variables.Jakub Kądziołka2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | Include only those inputs into XDG_DATA_DIRS having some subdirectory of /share which is typically used by Qt. * guix/build/qt-utils.scm (variables-for-wrapping): Take the output directory as an argument for special handling. Check for subdirectories of /share used by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
| * build-system: qt: Exclude useless inputs from wrapped variables.Jakub Kądziołka2021-01-29
| | | | | | | | | | | | | | | | | | | | | | * guix/build-system/qt.scm (qt-build)[qt-wrap-excluded-inputs]: New argument. * guix/build/qt-utils.scm (%qt-wrap-excluded-inputs): New variable. (wrap-qt-program*)[qt-wrap-excluded-inputs]: New argument. Filter excluded inputs. (wrap-qt-program)[qt-wrap-excluded-inputs]: New argument. (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
| * guix: qt-utils: Wrapped executables honor user's envvars.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, wrappers did set the specified environment variables to a fixed value, overwriting any user settings. This inhibited propagating e.g. XDG_DATA_DIRS from a profile to the application. Now user environment variables are prefixed (if the variable defines some "binary" search path, e.g. QT_PLUGIN_PATH) or suffixed (if the variable defines some config or data search path, e.g. XDG_DATA_DIRS). The code could also allow to overwrite, anyhow currently no variable is defined like this. * guix/build/qt-utils.scm (variables-for-wrapping): For each env-var to be wrapped, specify whether it should prefix, suffix or overwrite the user's variable.
| * guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
| * gnu: VLC: Remove obsolete patch.Leo Famulari2021-01-27
| | | | | | | | | | | | * gnu/packages/patches/vlc-qt-5.15.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/video.scm (vlc)[source]: Remove patch.
| * gnu: sudo: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | * gnu/packages/admin.scm (sudo)[inputs]: Only use linux-pam when not building for the Hurd.
| * gnu: shadow: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | * gnu/packages/admin.scm (shadow)[arguments]: Adjust configure-flags to not use pam when building for the Hurd. [inputs]: Only use linux-pam when not building for the Hurd.
| * gnu: openssh: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Only add linux-pam when not building for the Hurd. [arguments]: Adjust configure flag to only use pam when not building for the Hurd.
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| * | gnu: mesa: Skip another test.Leo Famulari2021-01-18
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-skip-disk-cache-test.patch: Rename to ... * gnu/packages/patches/mesa-skip-tests.patch: ... new file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source]: Adjust accordingly.
| * | Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\ \
| * | | gnu: tzdata: Update to 2020f.Leo Famulari2021-01-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2020f. [inputs]: Update tzcode.
| * | | Revert "gnu: apr: Update to 1.7.0."Leo Famulari2021-01-06
| | | | | | | | | | | | | | | | This reverts commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6.
| * | | gnu: apr: Update to 1.7.0.Vincent Legoll2021-01-06
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/apr.scm (apr): Update to 1.7.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * | | gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.Leo Famulari2021-01-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another test in the 'check' phase.
| * | | tests: monitoring: Use the latest postgresql for testing Zabbix.Leo Famulari2021-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a package collision while building the operating-system profile. * gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of POSTGRESQL-10.
| * | | gnu: qscintilla: Update to 2.11.6.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qscintilla): Update to 2.11.6. [source]: Download from new upstream URI.
| * | | gnu: python-pyqtwebengine: Update to 5.15.2.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.2.
| * | | gnu: python-pyqt: Update to 5.15.2.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
| * | | gnu: python-sip: Update to 4.19.24.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-sip): Update to 4.19.24. [source]: Add pypi download location.
| * | | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-12-30
| |\ \ \
| * \ \ \ Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into ungraftingMarius Bakke2020-12-29
| | |\ \ \ \
| * | | | | | gnu: grantleetheme: Skip tests.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
| * | | | | | gnu: purpose: Fix build.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (purpose)[arguments]: Add phase to force use of pre-Qt-5.15 logic.
| * | | | | | gnu: kwidgetsaddons: Adjust phases.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Remove start-xorg-server phase. Add phase to skip failing test.
| * | | | | | gnu: VLC: Fix build with Qt 5.15.Leo Famulari2020-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/vlc-qt-5.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (vlc)[source]: Use it.
| * | | | | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-21
| |\| | | | |
| | * | | | | Merge branch 'master' into ungraftingMarius Bakke2020-12-21
| | |\ \ \ \ \
| | * | | | | | gnu: glib: Increase test timeout on armhf-linux.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (glib)[arguments]: Add phase to adjust test timeouts to account for slower systems.
| * | | | | | | gnu: sbc: Fix build on non-x86 architectures.Marius Bakke2020-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sbc-fix-build-non-x86.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (sbc)[source](patches): New field.
| * | | | | | | gnu: MariaDB: Disable failing test on i686-linux.Marius Bakke2020-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: When building on i686-linux, disable one test.
| * | | | | | | gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced in ce29031a23104928155b498d552fc4140cc03030 where 'mariadb_config' would return libdir and plugindir relative to the location of the 'mariadb_config' program (which lives in a separate output). While at it, fix a couple other wrong references, and a another regression related to test installation. * gnu/packages/databases.scm (mariadb)[arguments]: Patch "mariadb_config.c.in" so that it falls back to old behavior. Patch 'mariadb.pc.in' and 'mariadb_connector_c.cmake' to cope with absolute directory names. In #:configure-flags, don't set INSTALL_MYSQLTESTDIR, but delete the installed tests with a phase.
| * | | | | | | gnu: PostgreSQL: Do not embed references to build tools.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/25527>. * gnu/packages/databases.scm (postgresql-13)[arguments]: In #:configure-flags, provide non-absolute references to the build tools.
| * | | | | | | gnu: xmlsec-nss: Disable MD5 support.Marius Bakke2020-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xml.scm (xmlsec-nss)[arguments]: New field.
| * | | | | | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-14
| |\| | | | | |
| | * | | | | | gnu: cURL: Remove graft for 7.74.0 and reinstate lost patch.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See <https://lists.gnu.org/archive/html/guix-devel/2020-12/msg00142.html> for a discussion about the missing patch. * gnu/packages/curl.scm (curl): Update to 7.74.0. [replacement]: Remove. [source](patches): New field. (curl-7.74.0): Remove variable.
| * | | | | | | gnu: rust-1.46: Add rustfmt outputMatthew Kraai2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.46)[outputs]: Add a rustfmt output. [arguments]: Adjust to the new rustfmt output.
| * | | | | | | gnu: postgresql: Make version 13 the default.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, rearrange so that variables are in order, and also inherit the patches in lower versions, as the disable-resolve_symlinks patch was missing in 11 and 9. * gnu/packages/databases.scm (postgresql-13): Swap places with ... (postgresql): ... this. Turn into dummy pointer variable and move it last. (postgresql-11): Inherit from POSTGRESQL-13. Also inherit source. (postgresql-10): Inherit from POSTGRESQL-11. (postgresql-9.6): Inherit from POSTGRESQL-10. Also inherit source.
| * | | | | | | gnu: mesa: Build with LLVM 11.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-10 to LLVM-11. (mesa-opencl)[native-inputs]: Change from CLANG-10 to CLANG-11.
| * | | | | | | gnu: xprop: Update to 1.2.5.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xprop): Update to 1.2.5. Reindent.
| * | | | | | | gnu: xkbcomp: Update to 1.4.4.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.4. Reindent.
| * | | | | | | gnu: elfutils: Update to 0.182.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/elf.scm (elfutils): Update to 0.182. [arguments]: Add "--disable-libdebuginfod" and "--disable-debuginfod" to #:configure-flags.
| * | | | | | | gnu: python-pygments: Update to 2.7.3.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pygments): Update to 2.7.3.
| * | | | | | | gnu: shaderc: Update to 2020.4.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (shaderc): Update to 2020.4. [arguments]: Add "-Dglslang_SOURCE_DIR" in #:configure-flags.