!15 修复新增cmake宏__cmake_builddir引起的构建失败
From: @laokz Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
6ae0ea6e94
@ -1,6 +1,6 @@
|
||||
Name: breeze-icon-theme
|
||||
Version: 5.113.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Breeze icon theme
|
||||
|
||||
License: LGPLv3+
|
||||
@ -35,10 +35,7 @@ breeze Qt resource files.
|
||||
sed -i -e "s|%{version}|5.59.0|g" CMakeLists.txt
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
cd %{_target_platform}
|
||||
%{cmake_kf5} ..
|
||||
cd -
|
||||
%{cmake_kf5}
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
|
||||
@ -92,6 +89,9 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 14 2024 laokz <zhangkai@iscas.ac.cn> - 5.113.0-2
|
||||
- Remove build path set to adapt new %__cmake_builddir macro
|
||||
|
||||
* Fri Jan 05 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
||||
- Upgrade package to 5.113.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user