Improve compatibility with new CMake macro

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 1beb4c6f3d
commit 9e2be93629
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,3 +1,5 @@
%undefine __cmake_in_source_build
Name: plasma-integration
Summary: Qt Platform Theme integration plugin for Plasma
Version: 5.19.3
@ -63,16 +65,12 @@ sed -i.breeze_version \
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%{cmake_kf5}
%cmake_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%cmake_install
%find_lang plasmaintegration5

Loading…
Cancel
Save