diff --git a/libreoffice.changes b/libreoffice.changes index 3908dad..076b515 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 2 12:51:58 UTC 2018 - tchvatal@suse.com + +- For now disable qt5 integration as it is utterly broken + * just keep the kde4 one + ------------------------------------------------------------------- Wed Dec 20 20:03:58 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 801e09b..0cbe0ab 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1,7 +1,7 @@ # # spec file for package libreoffice # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -265,10 +265,6 @@ BuildRequires: pkgconfig(fbclient) %endif %if %{with kdeintegration} BuildRequires: libkde4-devel -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5Widgets) # needed for filepicker BuildRequires: pkgconfig(glib-2.0) >= 2.4 %else @@ -998,7 +994,7 @@ export NOCONFIGURE=yes --without-export-validation \ --enable-odk \ %if %{with kdeintegration} - --enable-qt5 \ + --disable-qt5 \ --enable-kde4 \ %else --disable-qt5 \ @@ -1403,7 +1399,7 @@ exit 0 %{_libdir}/libreoffice/program/libvclplug_gtklo.so %if %{with kdeintegration} -%files -f file-lists/kde4_list.txt qt5 +%files -f file-lists/kde4_list.txt kde4 %endif %files -f file-lists/officebean_list.txt officebean