From edff5b7b31feb5548f247be8281babcc505deacb Mon Sep 17 00:00:00 2001
From: zty199 <46324746+zty199@users.noreply.github.com>
Date: Mon, 19 Dec 2022 09:46:24 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20libqt5dbus5=20?=
 =?UTF-8?q?=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

debian/control 添加 libqt5dbus5 编译与运行依赖

Log: debian/control 添加 libqt5dbus5 依赖;更新 debian/changelog 版本至 1.7.0-1
---
 debian/changelog | 8 ++++++++
 debian/control   | 8 +++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d61493b..2d025ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+spark-webapp-runtime (1.7.0-1) stable; urgency=medium
+
+  * Transmit web notification to system notification center
+  * Fix a bug that force using dtk platform plugin does not work
+
+ -- shenmo <shenmo@spark-app.store>  Mon, 19 Dec 2022 10:00:00 +0800
+
+
 spark-webapp-runtime (1.6.6-1) stable; urgency=medium
 
   * Enable Chromium Dark Mode when startup if DTK theme is DarkType (Qt >= 5.15)
diff --git a/debian/control b/debian/control
index 29c9a39..633e39c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  libqt5gui5,
  libqt5widgets5,
  libqt5concurrent5,
+ libqt5dbus5,
  libqt5svg5-dev,
  qtwebengine5-dev,
  qttools5-private-dev,
@@ -21,19 +22,20 @@ Homepage: https://gitee.com/deepin-community-store/spark-web-app-runtime
 
 
 Package: spark-webapp-runtime
-Conflicts: store.spark-app.spark-webapp-runtime
-Replaces: store.spark-app.spark-webapp-runtime
-Provides: store.spark-app.spark-webapp-runtime
 Architecture: any
 Depends:${shlibs:Depends}, ${misc:Depends},
  libqt5core5a,
  libqt5gui5,
  libqt5widgets5,
  libqt5concurrent5,
+ libqt5dbus5,
  libqt5svg5,
  libqt5webenginewidgets5,
  libdtkcore5,
  libdtkgui5,
  libdtkwidget5
+Conflicts: store.spark-app.spark-webapp-runtime
+Provides: store.spark-app.spark-webapp-runtime
+Replaces: store.spark-app.spark-webapp-runtime
 Description: Spark WebApp Runtime
  A simple solution for packaging web apps.