!100 add dependency ddcutil to make HDMI brightness adjustment available
From: @tanyulong2021 Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
aaa01a0a30
24
Add-dependency-ddcutil.patch
Normal file
24
Add-dependency-ddcutil.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From a16a9dfc376d0bd23b25627084fccb2c87b9fe58 Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
||||||
|
Date: Thu, 28 Jul 2022 16:51:41 +0800
|
||||||
|
Subject: [PATCH] add dependency ddcutil
|
||||||
|
|
||||||
|
---
|
||||||
|
debian/control | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/debian/control b/debian/control
|
||||||
|
index c9b3f2e..3d1a8bc 100644
|
||||||
|
--- a/debian/control
|
||||||
|
+++ b/debian/control
|
||||||
|
@@ -56,6 +56,7 @@ Depends: ${shlibs:Depends},
|
||||||
|
qml-module-qtquick-controls,
|
||||||
|
qt5-image-formats-plugins,
|
||||||
|
dconf-cli,
|
||||||
|
+ ddcutil,
|
||||||
|
kylin-software-properties(>=0.0.1-55),
|
||||||
|
kylin-update-manager(>=5.4.6kord~rc5),
|
||||||
|
language-selector-gnome,
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-control-center
|
Name: ukui-control-center
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 25
|
Release: 26
|
||||||
Summary: utilities to configure the UKUI desktop
|
Summary: utilities to configure the UKUI desktop
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -96,6 +96,7 @@ Suggests: ukui-settings-daemon
|
|||||||
#Suggests: qt5-qtgraphicaleffects
|
#Suggests: qt5-qtgraphicaleffects
|
||||||
|
|
||||||
Patch01:Modify-the-icon-displayed-on-the-tray.patch
|
Patch01:Modify-the-icon-displayed-on-the-tray.patch
|
||||||
|
Patch02:Add-dependency-ddcutil.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The UKUI control center contains configuration applets for the UKUI desktop,
|
The UKUI control center contains configuration applets for the UKUI desktop,
|
||||||
@ -106,6 +107,7 @@ Patch01:Modify-the-icon-displayed-on-the-tray.patch
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch01 -p1
|
%patch01 -p1
|
||||||
|
%patch02 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt5
|
qmake-qt5
|
||||||
@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 28 2022 tanyulong <tanyulong@kylinos.cn> - 3.0.1-26
|
||||||
|
- add dependency ddcutil to make HDMI brightness adjustment available
|
||||||
|
|
||||||
* Tue Jun 28 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.1-25
|
* Tue Jun 28 2022 peijiankang <peijiankang@kylinos.cn> - 3.0.1-25
|
||||||
- update about.png for openEuler
|
- update about.png for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user