KDE now lists this package as tier 2, I was trapped by the
definitions being at the wrong place.
* gnu/packages/kde-frameworks.scm (kactivities): Move into the
"section" of tier 2 packages. (kactivities-stats) Remove now
obsolete comment.
* gnu/packages/kde-frameworks.scm[arguments]
<#:tests?>: Remove.
<#:phases>[fix-paths-for-test'] New phase.
<#:phases>[check-setup]: Set $HOME. Blacklist a failing new-in-5.39.0 test.
This in accordance with the documentation in
ECMGeneratePriFile.cmake: "Packagers … want to set
`ECM_MKSPECS_INSTALL_DIR` to something like
`share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into
`lib/qt5/mkspecs/modules`.
* gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-path]:
New substitute for file 'modules/ECMGeneratePriFile.cmake'.
These are listed as propagated inputs already, no need
to list them as normal inputs again.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove
kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
This does no harm and reduced the number of warnings. Also
pkg-config was added to reduce the number of warnings further.
* gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add
libxscrnsaver. [native-inputs]: Add pkg-config.
This "acl" is not the "libacl" kio wants, but that libacl is not yet
available. Added a commend instead.
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not
base this any prefix.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
- Qt5 Multimedia module is needed to bild an extractor for audio files.
- poppler, which was defined as input, is not including the requested Qt
support, thus poppler-qt is needed.
* gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia,
replace poppler by poppler-qt5. [native-inputs]: Add pkg-config.
Add native-inputs pkg-config, qttools and update comments.
This enables building the Qt Designer plugin.
* gnu/packages/kde-frameworks.scm (phonon): [native-inputs]: Add pkg-config,
qttools. [arguments]<#configure-flags>: Remove
PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, to avoid installing the
Phonon-Qt-extension into /gnu/store/…-qtbase-…/.
After the qtbase installation directories have been changed, kf5's plugins
etc. need to be install into lib/qt5/…, too. We change the global definitions
in "KDEInstallDirs.cmake", so this changes will apply to all packages without
these to need to define the paths. THis is okay, since "KDEInstallDirs.cmake"
defines the directory-layout guix is using.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[#:phase fix-lib-path]:
In modules/KDEInstallDirs.cmake also patch QTPLUGINDIR, QTQUICKIMPORTSDIR,
QMLDIR.
(kwindowsystem)[#:phase check]: Adjust QT_PLUGIN_PATH.
(kfilemetadata)[#:phase check-setup]: dito.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]:
Turn into a list of <license> objects.
(kdelibs4support)[license]: Likewise.
(khtml)[license]: Likewise.
(kjs)[license]: Likewise.
(kross)[license]: Likewise.
* gnu/packages/kde-frameworks.scm
(kpackage,plasma-framework)[arguments]: Update comment (number of failed
tests).
(kdeclarative)[arguments]<#:phases>: Update comment.
(bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a
todo comment.
(kguiaddons): Add a todo comment.
(phonon)[native-inputs]: Add a todo comment.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo
comment.
Make five tests pass, three are still failing – thus the test-suite is still
disabled. This commit's aim is to retain the progress.
* gnu/packages/kde-frameworks.scm (kwindowsystem)[native-inputs]: Add dbus.
[arguments]<#:test?>: Change comment. <#:phases>: Replace phase `check` by
new one befind 'install'.