]> git.pld-linux.org Git - packages/kf5-kcmutils.git/blobdiff - kf5-kcmutils.spec
- updated to 5.96.0
[packages/kf5-kcmutils.git] / kf5-kcmutils.spec
index d2ff1b15814b281425efb8d6f17d652c8209948a..398156548dff4c9be691b49e8c4712602063e82e 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.93
-%define                qtver           5.9.0
+%define                kdeframever     5.96
+%define                qtver           5.15.2
 %define                kfname          kcmutils
 
 Summary:       Utilities for KDE System Settings modules
 Name:          kf5-%{kfname}
-Version:       5.93.0
+Version:       5.96.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: aa68052f68128069723c0ee7c07a9275
+# Source0-md5: 09f142b2fe7ec0ab2e48e6cfa29da569
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -103,9 +103,19 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.md
 %ghost %{_libdir}/libKF5KCMUtils.so.5
 %attr(755,root,root) %{_libdir}/libKF5KCMUtils.so.*.*
+%ghost %{_libdir}/libKF5KCMUtilsCore.so.5
+%attr(755,root,root) %{_libdir}/libKF5KCMUtilsCore.so.*.*
 %{_datadir}/kservicetypes5/kcmodule.desktop
 %{_datadir}/kservicetypes5/kcmoduleinit.desktop
 %{_datadir}/qlogging-categories5/kcmutils.categories
+%dir %{_libdir}/qt5/qml/org/kde/kcmutils
+%dir %{_libdir}/qt5/qml/org/kde/kcmutils/components
+%{_libdir}/qt5/qml/org/kde/kcmutils/components/KPluginDelegate.qml
+%{_libdir}/qt5/qml/org/kde/kcmutils/components/KPluginSelector.qml
+%dir %{_libdir}/qt5/qml/org/kde/kcmutils/components/private
+%{_libdir}/qt5/qml/org/kde/kcmutils/components/private/AboutPlugin.qml
+%attr(755,root,root) %{_libdir}/qt5/qml/org/kde/kcmutils/libkcmutilsqmlplugin.so
+%{_libdir}/qt5/qml/org/kde/kcmutils/qmldir
 
 %files devel
 %defattr(644,root,root,755)
@@ -113,3 +123,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmake/KF5KCMUtils
 %{_libdir}/libKF5KCMUtils.so
 %{qt5dir}/mkspecs/modules/qt_KCMUtils.pri
+%{_includedir}/KF5/KCMUtilsCore
+%{_libdir}/libKF5KCMUtilsCore.so
+
This page took 1.265104 seconds and 4 git commands to generate.