添加打包脚本

This commit is contained in:
柚子 2022-05-11 23:08:38 +00:00 committed by Gitee
parent 86f54414dc
commit 56dd6c70da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 43 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
spark-store-cutefish (0.1) UNRELEASED; urgency=low
* Initial release (Yoyo) <chowhound_xb@163.com>
-- Yoyo <chowhound_xb@163.com> May, 12 Dec 2022 11:12:27 +0800

29
debian/control vendored Normal file
View File

@ -0,0 +1,29 @@
Source: spark-store-cutefish
Section: utils
Priority: optional
Maintainer: yoyo <chowhound_xb@163.com>
Build-Depends: cmake,
debhelper (>= 9),
extra-cmake-modules,
qtbase5-dev,
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.5.0
Homepage: http://spark-app.store/
Package: spark-store-cutefish
Architecture: any
Depends: qml-module-qtquick-controls2,
qml-module-qtquick2,
qml-module-qtquick-layouts,
qml-module-qt-labs-platform,
qml-module-qt-labs-settings,
qml-module-qtqml,
qml-module-qtquick-window2,
qml-module-qtquick-shapes,
qml-module-qtquick-dialogs,
${misc:Depends},
${shlibs:Depends}
Description: spark-store-cutefish

9
debian/rules vendored Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export QT_SELECT=5
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON