adapt the light color theme

This commit is contained in:
huayadong 2021-12-10 14:07:39 +08:00
parent 2dbc77c155
commit 0cc385ac8f
2 changed files with 5809 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: ukui-menu
Version: 3.0.2
Release: 3
Release: 4
Summary: Advanced ukui menu
License: GPL-3.0
URL: http://www.ukui.org
@ -30,6 +30,7 @@ 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
@ -43,6 +44,7 @@ patch1: 0001-Optimize-Chinese-search.patch
%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
* Fri Dec 10 2021 huayadong <huayadong@kylinos.cn> - 3.0.2-4
- add patch:0262-Adapt-the-light-color-theme.patch
* Tue Dec 07 2021 huayadong <huayadong@kylinos.cn> - 3.0.2-3
- add patch: 0001-Optimize-Chinese-search.patch