mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
Merge remote-tracking branch 'update-tool/dev' into Thunder
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
spark-store (4.8.0) UNRELEASED; urgency=medium
|
||||
|
||||
* ssinstall重写,支持安装到ACE和自动安装到ACE,支持只允许安装到本地
|
||||
@@ -792,3 +793,10 @@ spark-store (3.2.4~test1) stable; urgency=medium
|
||||
* 客户端更新时不关闭免密码登录
|
||||
* U
|
||||
|
||||
=======
|
||||
spark-update-tool (1.0.0) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- momen <vmomenv@gmail.com> Wed, 18 Jun 2025 00:00:00 +0000
|
||||
>>>>>>> update-tool/dev
|
||||
|
||||
4
debian/compat
vendored
4
debian/compat
vendored
@@ -1 +1,5 @@
|
||||
<<<<<<< HEAD
|
||||
11
|
||||
=======
|
||||
9
|
||||
>>>>>>> update-tool/dev
|
||||
|
||||
16
debian/control
vendored
16
debian/control
vendored
@@ -1,3 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
Source: spark-store
|
||||
Maintainer: shenmo <shenmo@spark-app.store>
|
||||
Section: utils
|
||||
@@ -36,3 +37,18 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
lsb-release,
|
||||
Description: Spark Store
|
||||
A community powered app store, based on DTK.
|
||||
=======
|
||||
Source: spark-update-tool
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: momen <vmomenv@gmail.com>
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://gitee.com/spark-store-project/Spark-Update-Tool
|
||||
|
||||
Package: spark-update-tool
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Spark Update Tool
|
||||
星火应用商店更新组件。This package provides the Spark Update Tool. It includes features for checking for updates, downloading, and applying them seamlessly.
|
||||
>>>>>>> update-tool/dev
|
||||
|
||||
9
debian/copyright
vendored
9
debian/copyright
vendored
@@ -1,4 +1,5 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
<<<<<<< HEAD
|
||||
Upstream-Name: spark-store
|
||||
Source: https://gitee.com/spark-store-project/spark-store
|
||||
|
||||
@@ -20,3 +21,11 @@ License: GPL-3+
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
=======
|
||||
Upstream-Name: spark-update-tool
|
||||
Source: https://gitee.com/spark-store-project/Spark-Update-Tool
|
||||
|
||||
Files: *
|
||||
Copyright: 2025, momen <vmomenv@gmail.com>
|
||||
License: GPL-3.0+
|
||||
>>>>>>> update-tool/dev
|
||||
|
||||
3
debian/install
vendored
Normal file
3
debian/install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
build/spark-update-tool /usr/bin/
|
||||
debian/spark-update-tool.desktop /usr/share/applications
|
||||
resources/128*128/spark-update-tool.png /usr/share/icons/hicolor/128x128/apps
|
||||
11
debian/postrm
vendored
Normal file
11
debian/postrm
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
purge)
|
||||
|
||||
rm -rf /usr/share/spark-update-tool
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
10
debian/rules
vendored
10
debian/rules
vendored
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
<<<<<<< HEAD
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
export QT_SELECT = qt6
|
||||
@@ -33,4 +34,11 @@ override_dh_auto_configure:
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0 --exclude=opt/durapps/spark-store/bin/ss-feedback/
|
||||
override_dh_strip:
|
||||
dh_strip --exclude=opt/durapps/spark-store/bin/ss-feedback/
|
||||
dh_strip --exclude=opt/durapps/spark-store/bin/ss-feedback/
|
||||
=======
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr
|
||||
>>>>>>> update-tool/dev
|
||||
|
||||
9
debian/spark-update-tool.desktop
vendored
Normal file
9
debian/spark-update-tool.desktop
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Spark Update Tool
|
||||
Comment=A Qt-based application for managing and updating software
|
||||
Exec=spark-update-tool
|
||||
Icon=spark-update-tool
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
Reference in New Issue
Block a user