!24 Fixed right click exception popover problem

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-08-08 07:18:34 +00:00 committed by Gitee
commit 1f13ccb671
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1017 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,13 +2,14 @@
Name: ukui-menu
Version: 3.0.2
Release: 9
Release: 10
Summary: Advanced ukui menu
License: GPL-3.0-or-later
URL: http://www.ukui.org
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-Fixed-size-problem-with-multiple-screens.patch
Patch1: 0002-Optimize-the-interaction-strategy-with-the-taskbar.patch
Patch2: 0003-Fixed-right-click-exception-popover-problem.patch
BuildRequires: qt5-qtbase-devel
BuildRequires: libqtxdg-devel
@ -43,6 +44,7 @@ Requires: accountsservice
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
mkdir build && cd build
@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
##%{_datadir}/ukui-menu/translations/
%changelog
* Wed Aug 8 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-9
- Fixed right click exception popover problem
* Wed Aug 8 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-9
- add optimize the interaction strategy with the taskbar