]> git.pld-linux.org Git - packages/kf5-frameworkintegration.git/blobdiff - kf5-frameworkintegration.spec
- updated to 5.39.0
[packages/kf5-frameworkintegration.git] / kf5-frameworkintegration.spec
index 71a605aceec7f02d4b7542899aa075b49e38b94d..718c44ac631c53b48430a9c1e8cc3a15aaf71648 100644 (file)
@@ -1,15 +1,15 @@
-%define         kdeframever     5.13
+%define         kdeframever     5.39
 %define                qtver           5.3.2
 %define                kfname          frameworkintegration
 
 Summary:       HTML rendering engine
 Name:          kf5-%{kfname}
-Version:       5.13.0
+Version:       5.39.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 49ad49bff5ece8defe71021982476662
+# Source0-md5: e1fc63110324e5a98f967d4afe884dd6
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -52,6 +52,7 @@ BuildRequires:        rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: zlib-devel
+Requires:      kf5-dirs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                qt5dir          %{_libdir}/qt5
@@ -89,22 +90,23 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build/ install \
         DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{kfname}5
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files -f %{kfname}5.lang
+%files
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %ghost %{_libdir}/libKF5Style.so.5
 %attr(755,root,root) %{_libdir}/libKF5Style.so.*.*
 %attr(755,root,root) %{_libdir}/qt5/plugins/kf5/FrameworkIntegrationPlugin.so
-%attr(755,root,root) %{_libdir}/qt5/plugins/platformthemes/KDEPlatformTheme.so
+#%%attr(755,root,root) %{_libdir}/qt5/plugins/platformthemes/KDEPlatformTheme.so
 %{_datadir}/knotifications5/plasma_workspace.notifyrc
+#%%{_datadir}/kconf_update/frameworksintegration-5.16-font.sh
+#%%{_datadir}/kconf_update/frameworksintegration-5.16-font.upd
+%attr(755,root,root) %{_libdir}/kf5/kpackagehandlers/knshandler
 %dir %{_datadir}/kf5/infopage
 %{_datadir}/kf5/infopage/bar-bottom-left.png
 %{_datadir}/kf5/infopage/bar-bottom-middle.png
This page took 0.119206 seconds and 4 git commands to generate.