mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
修改: debian/control 修改: debian/spark-store.postinst 修改: debian/spark-store.prerm 修改: spark-store-project.pro 修改: src/main.cpp 新文件: tool/apt-fast-conf/apt-fast.conf 新文件: tool/ss-apt-fast 修改: tool/ssinstall 修改: tool/update-upgrade/ss-do-upgrade.sh 修改: tool/update-upgrade/ss-update-controler.sh
42 lines
806 B
Plaintext
42 lines
806 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
|
|
Description: Spark Store
|
|
A community powered app store, based on DTK.
|
|
Recommends: apt-fast
|