Skip to content

Commit

Permalink
[calligra] Add page variables plugin to build. Contributes JB#47704
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Komakhin committed Oct 24, 2019
1 parent b5641e0 commit dd883ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/calligra.spec
Expand Up @@ -212,7 +212,7 @@ BuildRequires: extra-cmake-modules >= 5.34.0
%build_kf5 kio "-DKIOCORE_ONLY=True"
%build_kf5 kxmlgui
if [ ! -d upstream/build ] ; then mkdir upstream/build ; fi ; cd upstream/build
CMAKE_PREFIX_PATH=%{_buildrootdir}/kf5/usr cmake -DCMAKE_INSTALL_PREFIX=/usr -DPRODUCTSET="PART_WORDS PART_STAGE PART_SHEETS PART_COMPONENTS FILTER_DOCX_TO_ODT FILTER_DOC_TO_ODT FILTER_RTF_TO_ODT FILTER_XLSX_TO_ODS FILTER_XLS_TO_SHEETS FILTER_PPTX_TO_ODP FILTER_PPT_TO_ODP" -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
CMAKE_PREFIX_PATH=%{_buildrootdir}/kf5/usr cmake -DCMAKE_INSTALL_PREFIX=/usr -DPRODUCTSET="PART_WORDS PART_STAGE PART_SHEETS PART_COMPONENTS FILTER_DOCX_TO_ODT FILTER_DOC_TO_ODT FILTER_RTF_TO_ODT FILTER_XLSX_TO_ODS FILTER_XLS_TO_SHEETS FILTER_PPTX_TO_ODP FILTER_PPT_TO_ODP PLUGIN_VARIABLES" -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
make %{?_smp_mflags}

%install
Expand Down

0 comments on commit dd883ed

Please sign in to comment.