- The kde integration now properly installed

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=668
This commit is contained in:
Tomáš Chvátal 2018-06-16 12:09:17 +00:00 committed by Git OBS Bridge
parent 4a2ec48476
commit d3dded00d6
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 16 12:08:53 UTC 2018 - tchvatal@suse.com
- The kde integration now properly installed
-------------------------------------------------------------------
Sat Jun 16 09:20:57 UTC 2018 - tchvatal@suse.com

View File

@ -1196,10 +1196,6 @@ 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