adapt to the new CMake macros to fix build failure
This commit is contained in:
parent
d277a8a8f1
commit
f397c9da1a
15
yakuake.spec
15
yakuake.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: yakuake
|
||||
Version: 23.08.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A drop-down terminal emulator
|
||||
|
||||
# KDE e.V. may determine that future GPL versions are accepted
|
||||
@ -50,16 +50,12 @@ Yakuake is a drop-down terminal emulator.
|
||||
|
||||
|
||||
%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 %{name}
|
||||
|
||||
@ -85,6 +81,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 23.08.4-2
|
||||
- adapt to the new CMake macros to fix build failure
|
||||
|
||||
* Tue Jan 02 2024 lvgenggeng<lvgenggeng@uniontech.com> - 23.08.4-1
|
||||
- bump to 23.08.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user