chore: 添加 libqt5dbus5 依赖

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

Log: debian/control 添加 libqt5dbus5 依赖;更新 debian/changelog 版本至 1.7.0-1
This commit is contained in:
zty199 2022-12-19 09:46:24 +08:00
parent 6b8b31ebf6
commit edff5b7b31
2 changed files with 13 additions and 3 deletions

8
debian/changelog vendored

@ -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)

8
debian/control vendored

@ -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.