添加打包脚本
This commit is contained in:
parent
86f54414dc
commit
56dd6c70da
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
29
debian/control
vendored
Normal 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
9
debian/rules
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user