adapt to the new CMake macros to fix build failure
This commit is contained in:
parent
9047e0f826
commit
c04d9a3643
@ -1,7 +1,7 @@
|
|||||||
Name: kactivitymanagerd
|
Name: kactivitymanagerd
|
||||||
Summary: Plasma service to manage user's activities
|
Summary: Plasma service to manage user's activities
|
||||||
Version: 5.27.10
|
Version: 5.27.10
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://invent.kde.org/plasma/%{name}
|
URL: https://invent.kde.org/plasma/%{name}
|
||||||
|
|
||||||
@ -46,16 +46,12 @@ Provides: kactivities = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%{cmake_kf5}
|
||||||
pushd %{_target_platform}
|
%{cmake_build}
|
||||||
%{cmake_kf5} ..
|
|
||||||
popd
|
|
||||||
%make_build -C %{_target_platform}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%{cmake_install}
|
||||||
|
|
||||||
%find_lang kactivities5 --with-qt
|
%find_lang kactivities5 --with-qt
|
||||||
|
|
||||||
rm -fv %{buildroot}%{_kf5_qmldir}/org/kde/activities/{libkactivitiesextensionplugin.so,qmldir}
|
rm -fv %{buildroot}%{_kf5_qmldir}/org/kde/activities/{libkactivitiesextensionplugin.so,qmldir}
|
||||||
@ -75,6 +71,9 @@ rm -fv %{buildroot}%{_kf5_qmldir}/org/kde/activities/{libkactivitiesextensionplu
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.27.10-2
|
||||||
|
- adapt to the new CMake macros to fix build failure
|
||||||
|
|
||||||
* Tue Jan 09 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.27.10-1
|
* Tue Jan 09 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.27.10-1
|
||||||
- Update package to version 5.27.10
|
- Update package to version 5.27.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user