Work in Progress. Listing dependencies of Kleopatra and why they are needed. == Libkleo |= Dependency |= Reason |= Part of gpg4win (branch kleo-kf5)|= Plans for replacement| | Qt5Widgets | Uses Qt Widgets |X| No.| | Qt5Gui | Dependency of QtWidgets |X|No. | | Qt5Core | Dependency of QtWidgets |X|No. | | Qt5Tools | Dependency of KF5Config (for translation) | X | No. | | Qt5WinExtras | Dependecny of KF5WindowSystem | X | No. Rather use it more for better Windows integration. | | KF5I18n (Tier1) | Required for translations | X |No. We want KDE translations. | | KF5Config (Tier1) | Used for libkleopatrarc parsing|X| No. Lightweight enough.| | KF5WidgetsAddons | KMessageBox, probably more | X | Maybe make it Optional and use QWidgets. | | KF5Gpgmepp | Gpgme++ | X | Moving in gpgme repo and depend on that. | | KF5Completion | Used for KLineedit which is used in configuration dailogs and for filenames | X |Maybe just dropping the completion. On the other hand it only depends con KF5Config and KF5WidgetsAddons| | KF5WindowSystem | Used to set the Icon of the keyselectiondialog | X |Yes. Figure out why this is neccessary and then think of something.| | KF5CoreAddons | At least KShell is used to shell execute the checksumcommands | X | Maybe. Tier 1 so it does not hurt.| | Boost | Dependency of Gpgme++ Used for Smart Pointers, tuple, assert, split algo and classifcation algo | X | Yes please but this would constitute API breakage :-/ | | KF5PimTextEdit | Richtextedit used in the audit log viewer | | Optional. Not used in Gpg4win. | == Kleopatra (Only depdendencies not already listed or with new usage) |= Dependency |= Reason |= Part of gpg4win (branch kleo-kf5)|= Plans for replacement| |libassuan|For Uiserver | X | None. But no longer make it optional but a hard requirement to simplify things| | KF5Libkleo | Core library | X | None. | | KF5Mime | Used for E-Mail / Mailbox parsing | X | None. Bit of an overkill for the usage but E-Mail parsing is not trivial.| | KF5Codecs | Needed by KF5MIME | X | See KF5Mime | | KF5XmlGui | Needed for configurable GUI and general KDE ishness. | X | No more. While large it also makes up a lot of the things that make Kleo a KDE like Application.| | KF5IconThemes | IconLoader used in serveral places. Dependecny of XMLGui | X | QIcon ? | | KF5ConfigWidgets | Needed at least for some standard buttons and widgets. | X | No. | | KF5WindowSystem | Used for Window activation. Once for icon set like libkleo. | X | | | KF5KCMUtils | Config dialogs | | Heavy dependencies. Make it Optional for KDE Integration. Not useful on Windows | | KF5GuiAddons | Dependency of ConfigWidgets | X | See config widgets. | | KF5ItemViews | Dependency of XMLGui | X | See xmlgui | | Qt5Network | QTcpServer implemented for the UIServer socket | X | Overkill? Maybe more lightweight with libassuan directly.| | libkdepim| Progresswidget and overlaywidget | | Copy Sources?| | KF5DbusAddons | Used for KDbusUniqueApplication | | Replace by Windowmessage on Windows like lokalize | | Qt5Svg | Dependency of Iconthemes | X | No. | See: [[https://phabricator.kde.org/T1389 |KDE's phabricator for details on dependency removal]]