!12 modify conflict
From: @tanyulong2021 Reviewed-by: @pei-jiankang Signed-off-by: @pei-jiankang
This commit is contained in:
commit
d4a0106562
65
0001-modify-conflict.patch
Normal file
65
0001-modify-conflict.patch
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
From 82fdf83f15f36424fd1007cd9bf2bf08a10d47e4 Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong <tanyulong@kylinos.cn>
|
||||||
|
Date: Mon, 8 Nov 2021 16:03:01 +0800
|
||||||
|
Subject: [PATCH] modify conflict
|
||||||
|
|
||||||
|
---
|
||||||
|
debian/changelog | 11 +++--------
|
||||||
|
debian/source/format | 2 +-
|
||||||
|
src/plugins/ukui-clock/setAlarmRepeatDialog.cpp | 1 +
|
||||||
|
src/plugins/ukui-clock/setupPage.cpp | 1 +
|
||||||
|
4 files changed, 6 insertions(+), 9 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/debian/changelog b/debian/changelog
|
||||||
|
index 5e0a915..229ff30 100755
|
||||||
|
--- a/debian/changelog
|
||||||
|
+++ b/debian/changelog
|
||||||
|
@@ -1,11 +1,6 @@
|
||||||
|
-ukui-sidebar (1.1.2-0001) v101; urgency=medium
|
||||||
|
-
|
||||||
|
- * New upstream bugfix release:
|
||||||
|
- - Add vnc support
|
||||||
|
- - Update Code specification
|
||||||
|
- - Add relay libxtst-dev
|
||||||
|
- - Delete the feedback widget
|
||||||
|
- -- liushanwen <liushanwen@kylinos.cn> Thu, 05 Nov 2020 13:51:15 +0800
|
||||||
|
+ * New upstream release.
|
||||||
|
+
|
||||||
|
+-- liushanwen <liushanwen@kylinos.cn> Thu, 05 Nov 2020 13:51:15 +0800
|
||||||
|
|
||||||
|
ukui-sidebar (3.0.0-1+1103) focal; urgency=medium
|
||||||
|
|
||||||
|
diff --git a/debian/source/format b/debian/source/format
|
||||||
|
index 89ae9db..163aaf8 100755
|
||||||
|
--- a/debian/source/format
|
||||||
|
+++ b/debian/source/format
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-3.0 (native)
|
||||||
|
+3.0 (quilt)
|
||||||
|
diff --git a/src/plugins/ukui-clock/setAlarmRepeatDialog.cpp b/src/plugins/ukui-clock/setAlarmRepeatDialog.cpp
|
||||||
|
index cf7be2c..0f3b7de 100755
|
||||||
|
--- a/src/plugins/ukui-clock/setAlarmRepeatDialog.cpp
|
||||||
|
+++ b/src/plugins/ukui-clock/setAlarmRepeatDialog.cpp
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
#include <QPainter>
|
||||||
|
#include <QDebug>
|
||||||
|
#include <QScroller>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
|
||||||
|
extern void qt_blurImage(QImage &blurImage, qreal radius, bool quality, int transposed);
|
||||||
|
|
||||||
|
diff --git a/src/plugins/ukui-clock/setupPage.cpp b/src/plugins/ukui-clock/setupPage.cpp
|
||||||
|
index ff8cca3..a6e1091 100755
|
||||||
|
--- a/src/plugins/ukui-clock/setupPage.cpp
|
||||||
|
+++ b/src/plugins/ukui-clock/setupPage.cpp
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
#include "setAlarmRepeatDialog.h"
|
||||||
|
#include <QDebug>
|
||||||
|
#include <QBitmap>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include "customStyle.h"
|
||||||
|
|
||||||
|
extern void qt_blurImage(QImage &blurImage, qreal radius, bool quality, int transposed);
|
||||||
|
--
|
||||||
|
2.30.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-sidebar
|
Name: ukui-sidebar
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: parallels toolbox for UKUI
|
Summary: parallels toolbox for UKUI
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -28,6 +28,7 @@ Requires: dconf-devel
|
|||||||
|
|
||||||
#patch0: fix-plugin-icon.patch
|
#patch0: fix-plugin-icon.patch
|
||||||
patch1: 0002-add-changlog.patch
|
patch1: 0002-add-changlog.patch
|
||||||
|
patch2: 0001-modify-conflict.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ukui-sidebar is mainly used in the desktop operating system.
|
The ukui-sidebar is mainly used in the desktop operating system.
|
||||||
@ -39,6 +40,7 @@ patch1: 0002-add-changlog.patch
|
|||||||
%setup -q
|
%setup -q
|
||||||
#%%patch0 -p1
|
#%%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
@ -83,6 +85,9 @@ done
|
|||||||
%{_datadir}/ukui-clock/
|
%{_datadir}/ukui-clock/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 08 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-3
|
||||||
|
- modify conflict
|
||||||
|
|
||||||
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-2
|
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-2
|
||||||
- add changlog
|
- add changlog
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user