mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-23 10:42:20 +08:00
修改 debian/rules 文件,configure 时 qmake 添加环境变量 BUILD_VERSION,用于 .pro 文件中获取构建版本号并设置宏定义,在关于窗口中显示 Log: 修改并整理 debian 构建文件夹;修改 .pro 文件,支持打包时自动获取构建版本号;添加 usr/share/dsg/org.deepin.dtkwidget.feature-display.json,用于控制版本特性窗口显示提醒
48 lines
862 B
Plaintext
48 lines
862 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.0),
|
|
libdtkgui-dev(>=5.0),
|
|
libdtkwidget-dev(>=5.0),
|
|
qttools5-private-dev,
|
|
qtwebengine5-dev,
|
|
qtwayland5,
|
|
qtwayland5-dev-tools,
|
|
gcc,
|
|
g++
|
|
Standard-Version: 4.0.0
|
|
Homepage: https://www.spark-app.store/
|
|
|
|
Package: spark-store
|
|
Architecture: any
|
|
Depends:${shlibs:Depends}, ${misc:Depends},
|
|
libqt5core5a,
|
|
libqt5gui5,
|
|
libqt5widgets5,
|
|
libqt5network5,
|
|
libqt5concurrent5,
|
|
qtwayland5,
|
|
libdtkcore5,
|
|
libdtkgui5,
|
|
libdtkwidget5,
|
|
curl,
|
|
openssl,
|
|
dde-qt5integration,
|
|
bubblewrap,
|
|
aria2,
|
|
gcc,
|
|
zenity,
|
|
libc6-dev
|
|
Description: Spark Store
|
|
A community powered app store, based on DTK.
|