From 3b51ac24a06c2af14bb80e684c118c759eef8d434ba3a20029276c018ee40e12 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 23 Aug 2021 20:15:43 +0000 Subject: [PATCH] Accepting request 913471 from home:Vogtinator:branches:KDE:Frameworks5 - Move the designer plugin to the main package, it's used in applications like KMail through QFormBuilder OBS-URL: https://build.opensuse.org/request/show/913471 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=341 --- kio.changes | 6 ++++++ kio.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/kio.changes b/kio.changes index dc2fc50..5b5979b 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 21 14:55:25 UTC 2021 - Fabian Vogt + +- Move the designer plugin to the main package, it's used in + applications like KMail through QFormBuilder + ------------------------------------------------------------------- Fri Aug 6 12:12:46 UTC 2021 - Christophe Giboudeaux diff --git a/kio.spec b/kio.spec index 778f5c6..7309512 100644 --- a/kio.spec +++ b/kio.spec @@ -75,8 +75,8 @@ BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0 BuildRequires: cmake(Qt5Widgets) >= 5.15.0 BuildRequires: cmake(Qt5X11Extras) >= 5.15.0 BuildRequires: cmake(Qt5Xml) >= 5.15.0 -BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(mount) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) Requires: %{name}-core = %{version} Requires: kded >= %{_kf5_bugfix_version} @@ -218,6 +218,8 @@ Development files. %{_kf5_plugindir}/kcm_netpref.so %{_kf5_plugindir}/kcm_proxy.so %{_kf5_plugindir}/kcm_smb.so +%dir %{_kf5_plugindir}/designer +%{_kf5_plugindir}/designer/kio5widgets.so %{_kf5_servicesdir}/cookies.desktop %{_kf5_servicesdir}/netpref.desktop %{_kf5_servicesdir}/proxy.desktop @@ -229,7 +231,6 @@ Development files. %{_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service %files devel -%dir %{_kf5_plugindir}/designer %{_kf5_bindir}/protocoltojson %{_kf5_dbusinterfacesdir}/kf5_org.kde.KCookieServer.xml %{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml @@ -251,6 +252,5 @@ Development files. %{_kf5_mkspecsdir}/qt_KIOGui.pri %{_kf5_mkspecsdir}/qt_KIOWidgets.pri %{_kf5_mkspecsdir}/qt_KNTLM.pri -%{_kf5_plugindir}/designer/kio5widgets.so %changelog