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.