]> git.pld-linux.org Git - packages/kf5-frameworkintegration.git/blobdiff - kf5-frameworkintegration.spec
- updated to 5.53.0
[packages/kf5-frameworkintegration.git] / kf5-frameworkintegration.spec
index 71a605aceec7f02d4b7542899aa075b49e38b94d..eb97f10cacfbe209086a0462201d115779ae342a 100644 (file)
@@ -1,15 +1,15 @@
-%define         kdeframever     5.13
-%define                qtver           5.3.2
+%define         kdeframever     5.53
+%define                qtver           5.9.0
 %define                kfname          frameworkintegration
 
 Summary:       HTML rendering engine
 Name:          kf5-%{kfname}
-Version:       5.13.0
+Version:       5.53.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: 9957a52e9b75dd61a62f3ad7a61e299a
 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,24 @@ 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
+%dir %{_prefix}/libexec/kf5/kpackagehandlers
+%attr(755,root,root) %{_prefix}/libexec/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.03386 seconds and 4 git commands to generate.