mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-06-02 13:19:51 +08:00
add QtDBus module in .pro, for older version Dtk5 didn't include this module correctly Log: add QtDBus module in .pro
28 lines
743 B
Plaintext
28 lines
743 B
Plaintext
Source: spark-webapp-runtime
|
|
Maintainer: shenmo <shenmo@spark-app.store>
|
|
Section: utils
|
|
Priority: optional
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
pkg-config,
|
|
qtchooser (>= 55-gc9562a1-1~),
|
|
qtbase5-dev,
|
|
libqt5svg5-dev,
|
|
qtwebengine5-dev,
|
|
qttools5-dev-tools,
|
|
libdtkcore-dev (>= 5.0),
|
|
libdtkgui-dev (>= 5.0),
|
|
libdtkwidget-dev (>= 5.0)
|
|
Standards-Version: 1.0
|
|
Homepage: https://gitee.com/deepin-community-store/spark-web-app-runtime
|
|
|
|
|
|
Package: spark-webapp-runtime
|
|
Architecture: any
|
|
Depends:${shlibs:Depends}, ${misc:Depends}
|
|
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.
|