!15 Fix crashes when installing or uninstalling software

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-03-28 02:38:45 +00:00 committed by Gitee
commit eb035b8aa0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 5 additions and 8490 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -2,7 +2,7 @@
Name: ukui-menu
Version: 3.0.2
Release: 4
Release: 5
Summary: Advanced ukui menu
License: GPL-3.0
URL: http://www.ukui.org
@ -28,9 +28,6 @@ Requires: libXtst
Requires: libX11
Requires: accountsservice
patch0: 0001-fix-uninstall-failed-issue.patch
patch1: 0001-Optimize-Chinese-search.patch
patch2: 0262-Adapt-the-light-color-theme.patch
#BuildArch: noarch
@ -42,9 +39,6 @@ patch2: 0262-Adapt-the-light-color-theme.patch
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
mkdir build && cd build
@ -63,9 +57,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%{_bindir}/ukui-menu
%{_sysconfdir}/xdg/autostart/ukui-menu.desktop
%{_datadir}/ukui-menu/translations/
##%{_datadir}/ukui-menu/translations/
%changelog
* Mon Mar 28 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-5
- Fix crashes when installing or uninstalling software
* Fri Dec 10 2021 huayadong <huayadong@kylinos.cn> - 3.0.2-4
- add patch:0262-Adapt-the-light-color-theme.patch