diff --git a/kcmutils-5.93.0.tar.xz b/kcmutils-5.93.0.tar.xz deleted file mode 100644 index 86fb96e..0000000 --- a/kcmutils-5.93.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1445f978b7ffd69fd7c25d965812755679c4fdba23eb9837da37a8b5b2d30d6d -size 172212 diff --git a/kcmutils-5.93.0.tar.xz.sig b/kcmutils-5.93.0.tar.xz.sig deleted file mode 100644 index df40721..0000000 --- a/kcmutils-5.93.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS8AACgkQWNDuZIpI -s7uTMggArqRv3N+EwRlZHSKlNV3v+LeGT/u1beojP1oQ5FJc3lhuEtNU7+Z9oqog -dmy04NT9aaxmeKPz4gjqK+iSPHhflrkAJaALjBgEkzWc4DAv9fNrUURdoLU109vv -p6egMOvKNem3U21Jk7ARAo7dX8TPUMsLl2jxIgEqYcfpjz8wnwpk/iY0OzX6vq02 -qw4y7xHvqWOfavm+JZb5z7ECbk2EoKZAW7SejLaS31IVKPK6eO9lw0FuBnQMa6kZ -w4xdIcIbTSIIpQHyamLsmO0gQL9KeVvEKbxO2lbpeExr+XSgXdZPOT+DcnuhO+n/ -BhQu77PvFVsz9g34oVnb9aelk1UQag== -=2KmX ------END PGP SIGNATURE----- diff --git a/kcmutils-5.94.0.tar.xz b/kcmutils-5.94.0.tar.xz new file mode 100644 index 0000000..e1bf9d6 --- /dev/null +++ b/kcmutils-5.94.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798cef6990cdcb22e4822ea12c3c0b9aa35797806e93fb474a2f58632cd53309 +size 185096 diff --git a/kcmutils-5.94.0.tar.xz.sig b/kcmutils-5.94.0.tar.xz.sig new file mode 100644 index 0000000..981a0de --- /dev/null +++ b/kcmutils-5.94.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/3IACgkQWNDuZIpI +s7tusgf8D/u0dSwmzihpDQjKRwZmN2UoUfH82xoROGwG8cCdFLrb7avoX1R/7Vm9 +64tshBCy3zM0rkzDvn+WRGpTjc/H27UxK4KhmlAepWwWT3UYnSw5w+6kHR820rJb +TBf16RTe6qSCTp2c+zatIC8LnfTvPoppJ0dA8lpVcdz2Ahdvy4S6pvH7w+WSAsoX +vsUJNrK+XSe0kaJibgkFSvifpDHNq78gfPDIdtDm9yB/o3mpcBXTWAr40pz6OjnO +/cIGJXCjf5FcW+92UvXK2XLYMfuZfIUrLeBlhtaphWVtRcAmZE3QeMJvH0nhdCou +MhAVVzhgSSmuWybd4/ge8+Q8uETvqQ== +=d/Fq +-----END PGP SIGNATURE----- diff --git a/kcmutils.changes b/kcmutils.changes index 2935e99..97e20ac 100644 --- a/kcmutils.changes +++ b/kcmutils.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue May 10 08:17:47 UTC 2022 - Christophe Giboudeaux + +- Update to 5.94.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.94.0 +- Changes since 5.93.0: + * Fix filtering of plugin in KPluginWidget + * Check executables exist in PATH before passing them to QProcess + * KPluginModel: Add method to get KPluginMetaData config object for given plugin id + * Add missing includes + * Add SPDX headers for KPluginProxyModel files + * Download missing licenses + * Add docs for QML components + * KPluginDelegate: Add configTriggered signal + * Refactor QML components of MPluginSelector to have less dependencies and have better layout + * KPluginModel: Add isSaveNeededChanged singal + * Import AboutPlugin dialog from QML + * Expose proxy sort model as private QML API + * Create QML version of KPluginSelector + * Allow consumers to get sort proxy model + * Export the KPluginModel class & make it usable from QML + * Add windows CI + ------------------------------------------------------------------- Sun Apr 3 10:47:01 UTC 2022 - Christophe Giboudeaux diff --git a/kcmutils.spec b/kcmutils.spec index 5157217..01be8e6 100644 --- a/kcmutils.spec +++ b/kcmutils.spec @@ -15,16 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# Internal QML import +%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\) %define lname libKF5KCMUtils5 -%define _tar_path 5.93 +%define _tar_path 5.94 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kcmutils -Version: 5.93.0 +Version: 5.94.0 Release: 0 Summary: Classes to work with KCModules License: LGPL-2.1-or-later @@ -56,6 +58,12 @@ BuildRequires: cmake(Qt5Widgets) >= 5.15.0 KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. +%package -n libKF5KCMUtilsCore5 +Summary: Core library of classes to work with KCModules + +%description -n libKF5KCMUtilsCore5 +KCMUtils provides various classes to work with KCModules. This package provides the main core library. + %package -n %{lname} Summary: Classes to work with KCModules Group: System/GUI/KDE @@ -65,9 +73,20 @@ Obsoletes: libKF5KCMUtils4 KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. +%package imports +Summary: QtQuick bindings for classes to work with KCModules +Requires: %{lname} = %{version} +Requires: libKF5KCMUtilsCore5 = %{version} + +%description imports +KCMUtils provides various classes to work with KCModules. KCModules can be +created with the KConfigWidgets framework. This package provides QtQuick bindings +for the KCMUtils libraries. + %package devel Summary: Build environment for kcmutils, a set of classes to work with KCModules Group: Development/Libraries/KDE +Requires: libKF5KCMUtilsCore5 = %{version} Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version} @@ -97,6 +116,9 @@ created with the KConfigWidgets framework. Development files. %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig +%post -n libKF5KCMUtilsCore5 -p /sbin/ldconfig +%postun -n libKF5KCMUtilsCore5 -p /sbin/ldconfig + %if %{with released} %files -n %{lname}-lang -f %{name}5.lang %endif @@ -110,10 +132,20 @@ created with the KConfigWidgets framework. Development files. %{_kf5_servicetypesdir}/kcmoduleinit.desktop %{_kf5_debugdir}/kcmutils.categories +%files -n libKF5KCMUtilsCore5 +%{_kf5_libdir}/libKF5KCMUtilsCore.so.* + +%files imports +%dir %{_kf5_qmldir}/org +%dir %{_kf5_qmldir}/org/kde/ +%{_kf5_qmldir}/org/kde/kcmutils/ + %files devel %{_kf5_libdir}/libKF5KCMUtils.so +%{_kf5_libdir}/libKF5KCMUtilsCore.so %{_kf5_libdir}/cmake/KF5KCMUtils/ %{_kf5_includedir}/KCMUtils/ +%{_kf5_includedir}/KCMUtilsCore/ %{_kf5_mkspecsdir}/qt_KCMUtils.pri %changelog