!9 更改头文件名以修复编译错误
From: @luoqing_kylinsec Reviewed-by: @liubuguiii Signed-off-by: @liubuguiii
This commit is contained in:
commit
26735a1a34
@ -0,0 +1,30 @@
|
||||
From e778eb7deeb32d052a882b3fba402ddb13ad89b7 Mon Sep 17 00:00:00 2001
|
||||
From: luoqing <luoqing@kylinsec.com.cn>
|
||||
Date: Fri, 28 Oct 2022 14:37:02 +0800
|
||||
Subject: [PATCH] fix(display-format-settings):Change header file name to fix
|
||||
compilation errors
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
- 更改头文件名以修复编译错误
|
||||
---
|
||||
src/pages/display-format-settings/display-format-settings.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/pages/display-format-settings/display-format-settings.cpp b/src/pages/display-format-settings/display-format-settings.cpp
|
||||
index c96f330..8f12908 100644
|
||||
--- a/src/pages/display-format-settings/display-format-settings.cpp
|
||||
+++ b/src/pages/display-format-settings/display-format-settings.cpp
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "ui_display-format-settings.h"
|
||||
|
||||
#include <kiran-switch-button.h>
|
||||
-#include <kiran-system-daemon/timedate_i.h>
|
||||
+#include <kiran-system-daemon/timedate-i.h>
|
||||
|
||||
DisplayFormatSettings::DisplayFormatSettings(QWidget* parent) : QWidget(parent), ui(new Ui::DisplayFormatSettings)
|
||||
{
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: kiran-cpanel-timedate
|
||||
Version: 2.2.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Time And Date Manager
|
||||
Summary(zh_CN): 设置本地系统的时间和日期
|
||||
|
||||
@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
Patch0001: 0000-fix-timedate-fixed-issue-where-month-1-could-not-adj-c152213d.patch
|
||||
Patch0002: 0001-fix-control-center-fix-kiran-session-time-date-manag-d10ba418.patch
|
||||
Patch0003: 0001-fix-display-format-settings-Change-header-file-name-.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -74,6 +75,9 @@ fi
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.0-5
|
||||
- KYOS-B: Change header file name to fix compilation errors
|
||||
|
||||
* Tue Mar 01 2022 longcheng <longcheng@kylinos.com.cn> - 2.2.0-4
|
||||
- KYOS-B: Add Requires gtk-update-icon-cache
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user