diff --git a/libreoffice.changes b/libreoffice.changes index c2f2b54..56930fd 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 12 13:04:49 UTC 2018 - tchvatal@suse.com + +- Make sure to install the KDE5/Qt5 UI/filepicker + ------------------------------------------------------------------- Fri Jun 8 09:32:50 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 4cd9fe2..7284fd3 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1206,6 +1206,10 @@ for appdata in base calc draw impress writer; do done %if %{with kdeintegration} echo "%{_datadir}/appdata/org.libreoffice.kde.metainfo.xml" >>file-lists/kde4_list.txt +for i in libvclplug_gtk3_kde5lo.so lo_kde5filepicker; do + cp instdir/program/$i %{buildroot}%{_libdir}/%{name}/program/ + echo "%{_libdir}/%{name}/program/$i" >>file-lists/kde4_list.txt +done %else rm -f %{buildroot}%{_datadir}/appdata/org.libreoffice.kde.metainfo.xml %endif