mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
* update debian/control. * fix: readme * change: 切换到 aria2 * Download: 初步完成对 axel 的适配工作 * README: 英文修正 ubuntu22 的依赖问题 * Merge remote-tracking branch 'upstream/master' * widget: 检查cdn状况在下载开始前检测,不堵塞ui线程 * Merge remote-tracking branch 'upstream/master' * readme: 修正 ubuntu 的编译说明 * download: 检查软件源的有效性
43 lines
814 B
Plaintext
43 lines
814 B
Plaintext
Source: spark-store
|
|
Maintainer: shenmo <shenmo@spark-app.store>
|
|
Section: utils
|
|
Priority: optional
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
pkg-config,
|
|
qtchooser (>= 55-gc9562a1-1~),
|
|
libqt5core5a,
|
|
libqt5gui5,
|
|
libqt5widgets5,
|
|
libqt5network5,
|
|
libqt5concurrent5,
|
|
libdtkcore-dev(>=5.2),
|
|
libdtkgui-dev(>=5.2),
|
|
libdtkwidget-dev(>=5.2),
|
|
qttools5-private-dev,
|
|
libnotify-dev,
|
|
qtwebengine5-dev
|
|
Standards-Version: 3.0
|
|
Homepage: https://www.spark-app.store/
|
|
|
|
|
|
Package: spark-store
|
|
Architecture: any
|
|
Depends:${shlibs:Depends}, ${misc:Depends},
|
|
libqt5core5a,
|
|
libqt5gui5,
|
|
libqt5widgets5,
|
|
libqt5network5,
|
|
libqt5concurrent5,
|
|
libdtkcore5,
|
|
libdtkgui5,
|
|
libdtkwidget5,
|
|
libnotify4,
|
|
curl,
|
|
dde-qt5integration,
|
|
bubblewrap,
|
|
aria2
|
|
Description: Spark Store
|
|
A community powered app store, based on DTK.
|
|
Recommends: apt-fast
|