!8 fixed oxygen-icon-theme build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
04d2e5752d
@ -10,7 +10,7 @@ Name: oxygen-icon-theme
|
|||||||
Summary: Oxygen icon theme
|
Summary: Oxygen icon theme
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.113.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: https://techbase.kde.org/Projects/Oxygen
|
URL: https://techbase.kde.org/Projects/Oxygen
|
||||||
|
|
||||||
@ -57,15 +57,12 @@ sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
|
|||||||
|
|
||||||
|
|
||||||
%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}
|
||||||
|
|
||||||
pushd %{buildroot}%{_kf5_datadir}/icons/oxygen
|
pushd %{buildroot}%{_kf5_datadir}/icons/oxygen
|
||||||
|
|
||||||
@ -111,6 +108,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 17 2024 ChenYanpan <chenyanpan@xfusion.com> - 1:5.113.0-2
|
||||||
|
- adapt to the new CMake macros to fix build failure
|
||||||
|
|
||||||
* Mon Jan 08 2024 Tianze Li <litianze@uniontech.com> - 1:5.113.0-1
|
* Mon Jan 08 2024 Tianze Li <litianze@uniontech.com> - 1:5.113.0-1
|
||||||
- Update to 5.113.0
|
- Update to 5.113.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user