Modify the default themename is ukui
This commit is contained in:
parent
a03805cb58
commit
8fc9fdb418
25
0003-Modify-the-default-themename-is-ukui.patch
Normal file
25
0003-Modify-the-default-themename-is-ukui.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 8251bc4568146c53f94948981d21c7f8dcbd7a37 Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong <tanyulong@kylinos.cn>
|
||||||
|
Date: Fri, 5 Nov 2021 15:06:34 +0800
|
||||||
|
Subject: [PATCH] Modify the default themename is ukui
|
||||||
|
|
||||||
|
---
|
||||||
|
libqt5-ukui-style/settings/org.ukui.style.gschema.xml | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/libqt5-ukui-style/settings/org.ukui.style.gschema.xml b/libqt5-ukui-style/settings/org.ukui.style.gschema.xml
|
||||||
|
index d1ec892..36a6e93 100755
|
||||||
|
--- a/libqt5-ukui-style/settings/org.ukui.style.gschema.xml
|
||||||
|
+++ b/libqt5-ukui-style/settings/org.ukui.style.gschema.xml
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
<schemalist>
|
||||||
|
<schema id="org.ukui.style" path="/org/ukui/style/" gettext-domain="style">
|
||||||
|
<key type="s" name="style-name">
|
||||||
|
- <default>"ukui-default"</default>
|
||||||
|
+ <default>"ukui"</default>
|
||||||
|
<summary>Current Qt Style</summary>
|
||||||
|
<description>Set default style for UKUI desktop environment.</description>
|
||||||
|
</key>
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: qt5-ukui-platformtheme
|
Name: qt5-ukui-platformtheme
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Qt5 QPA platform theme of UKUI
|
Summary: Qt5 QPA platform theme of UKUI
|
||||||
License: LGPL-3.0+ GPL-3.0+
|
License: LGPL-3.0+ GPL-3.0+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -23,6 +23,7 @@ Requires: qt5-styles-ukui
|
|||||||
|
|
||||||
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||||
patch1: 0002-Fix-return-type-errors.patch
|
patch1: 0002-Fix-return-type-errors.patch
|
||||||
|
patch2: 0003-Modify-the-default-themename-is-ukui.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
qt5-ukui-platformtheme is official platform theme of UKUI desktop
|
qt5-ukui-platformtheme is official platform theme of UKUI desktop
|
||||||
@ -85,6 +86,7 @@ Provides: libqt5-ukui-style
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
@ -128,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 05 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-4
|
||||||
|
- Modify the default themename is ukui
|
||||||
|
|
||||||
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-3
|
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-3
|
||||||
- add patch1: 0002-Fix-return-type-errors.patch
|
- add patch1: 0002-Fix-return-type-errors.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user