From 9a911e2dfb2022e302bddcdf489cd92d97683d91ab71e5154c8cdafbadb9b3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Jun 2018 13:05:18 +0000 Subject: [PATCH] - Make sure to install the KDE5/Qt5 UI/filepicker OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=665 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++++ 2 files changed, 9 insertions(+) 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