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.
After the qtbase installation directories have been changed,
the relative RPATH in the libs no longer matched the sructure.
* gnu/packages/qt.scm(qtwebkit)[arguments]: New phase
fix-qmlwebkit-plugins-rpath.
* gnu/packages/qt.scm (qwt)[arguments]<#:phases>: Modify 'qwtconfig.pri' to
use a directory layout that matching qtbase. Modify 'doc/doc.pro' to remove
the misplaced installation of man pages. Rename phase 'install-documentation'
to 'install-man-pages'.
Before this, the paths in pkg-config (.pc) and libtool (.la) files of
submodules are all pointing to qtbase.
* gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to
'propagated-inputs'.
[arguments]: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' and
patch more qmake spec files there.
(qtsvg)[arguments]: Add 'configure-qmake' phase.
* gnu/packages/gnucash.scm (gnucash-docs): Add it.
(gnucash): Use the glib-or-gtk-build-system, create a "doc" output, and
install the output of "gnucash-docs" into there.