!7 [sync] PR-6: fix hardlink command cannot be found
From: @openeuler-sync-bot Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
b0e6944790
@ -1,6 +1,6 @@
|
||||
Name: breeze-icon-theme
|
||||
Version: 5.50.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Breeze icon theme
|
||||
|
||||
License: LGPLv3+
|
||||
@ -13,7 +13,7 @@ Patch0001: fix-breeze-dark-inheritance.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: extra-cmake-modules kf5-rpm-macros qt5-qtbase-devel hardlink time
|
||||
BuildRequires: extra-cmake-modules kf5-rpm-macros qt5-qtbase-devel time
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
@ -49,7 +49,7 @@ cd -
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
/usr/sbin/hardlink -c -v %{buildroot}%{_datadir}/icons/
|
||||
hardlink -c -v %{buildroot}%{_datadir}/icons/
|
||||
|
||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze/icon-theme.cache
|
||||
touch %{buildroot}%{_kf5_datadir}/icons/breeze-dark/icon-theme.cache
|
||||
@ -95,5 +95,8 @@ gtk-update-icon-cache %{_datadir}/icons/breeze-dark &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 22 2021 chenchen <chen_aka_jan@163.com> - 5.50.0-3
|
||||
- fix hardlink command cannot be found
|
||||
|
||||
* Thu Mar 5 2020 dingyiming <dingyiming3@huawei.com> - 5.50.0-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user