!8 fixed kactivitymanagerd build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
e88e7f9306
@ -1,7 +1,7 @@
|
||||
Name: kactivitymanagerd
|
||||
Summary: Plasma service to manage user's activities
|
||||
Version: 5.27.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
URL: https://invent.kde.org/plasma/%{name}
|
||||
|
||||
@ -46,16 +46,12 @@ Provides: kactivities = %{version}-%{release}
|
||||
|
||||
|
||||
%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 kactivities5 --with-qt
|
||||
|
||||
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
|
||||
* 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
|
||||
- Update package to version 5.27.10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user