mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-07-04 04:36:00 +08:00
chore: 添加 libqt5dbus5 依赖
debian/control 添加 libqt5dbus5 编译与运行依赖 Log: debian/control 添加 libqt5dbus5 依赖;更新 debian/changelog 版本至 1.7.0-1
This commit is contained in:
parent
6b8b31ebf6
commit
edff5b7b31
8
debian/changelog
vendored
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
|
spark-webapp-runtime (1.6.6-1) stable; urgency=medium
|
||||||
|
|
||||||
* Enable Chromium Dark Mode when startup if DTK theme is DarkType (Qt >= 5.15)
|
* Enable Chromium Dark Mode when startup if DTK theme is DarkType (Qt >= 5.15)
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -10,6 +10,7 @@ Build-Depends:
|
|||||||
libqt5gui5,
|
libqt5gui5,
|
||||||
libqt5widgets5,
|
libqt5widgets5,
|
||||||
libqt5concurrent5,
|
libqt5concurrent5,
|
||||||
|
libqt5dbus5,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
qtwebengine5-dev,
|
qtwebengine5-dev,
|
||||||
qttools5-private-dev,
|
qttools5-private-dev,
|
||||||
@ -21,19 +22,20 @@ Homepage: https://gitee.com/deepin-community-store/spark-web-app-runtime
|
|||||||
|
|
||||||
|
|
||||||
Package: spark-webapp-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
|
Architecture: any
|
||||||
Depends:${shlibs:Depends}, ${misc:Depends},
|
Depends:${shlibs:Depends}, ${misc:Depends},
|
||||||
libqt5core5a,
|
libqt5core5a,
|
||||||
libqt5gui5,
|
libqt5gui5,
|
||||||
libqt5widgets5,
|
libqt5widgets5,
|
||||||
libqt5concurrent5,
|
libqt5concurrent5,
|
||||||
|
libqt5dbus5,
|
||||||
libqt5svg5,
|
libqt5svg5,
|
||||||
libqt5webenginewidgets5,
|
libqt5webenginewidgets5,
|
||||||
libdtkcore5,
|
libdtkcore5,
|
||||||
libdtkgui5,
|
libdtkgui5,
|
||||||
libdtkwidget5
|
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
|
Description: Spark WebApp Runtime
|
||||||
A simple solution for packaging web apps.
|
A simple solution for packaging web apps.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user