Fixed application icon dragging problem
This commit is contained in:
parent
fc23ea154f
commit
8223162ab4
1038
0001-Fixed-application-icon-dragging-problem.patch
Normal file
1038
0001-Fixed-application-icon-dragging-problem.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ukui-menu
|
||||
Version: 3.0.2
|
||||
Release: 10
|
||||
Release: 11
|
||||
Summary: Advanced ukui menu
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://www.ukui.org
|
||||
@ -10,6 +10,7 @@ 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
|
||||
Patch3: 0001-Fixed-application-icon-dragging-problem.patch
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
@ -45,6 +46,7 @@ Requires: accountsservice
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
mkdir build && cd build
|
||||
@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
##%{_datadir}/ukui-menu/translations/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 8 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-9
|
||||
- Fixed application icon dragging problem
|
||||
|
||||
* Wed Aug 8 2022 huayadong <huayadong@kylinos.cn> - 3.0.2-9
|
||||
- Fixed right click exception popover problem
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user