[dolphin] [Bug 478765] dolphin-plugins-git Target "fileviewgitplugin" links to: KF6::XmlGui
Marian Kyral
bugzilla_noreply at kde.org
Thu Jan 11 12:30:18 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=478765
Marian Kyral <mkyral at email.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mkyral at email.cz
--- Comment #2 from Marian Kyral <mkyral at email.cz> ---
This is an issue in Gentoo ebuild, when it removes unused modules:
src_prepare() {
ecm_src_prepare
# solid, qtdbus only required by mountiso
ecm_punt_qt_module DBus
ecm_punt_kf_module Solid
# kxmlgui, qtnetwork only required by dropbox
ecm_punt_qt_module Network
ecm_punt_kf_module XmlGui
# delete non-${PN} translations
find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin"
-delete || die
}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list