mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 17:11:37 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00cb5d2442 | |||
| 9a84dfffd0 | |||
| 45a2b0b8c8 | |||
| a947963fc1 |
9
debian/DEBIAN/control
vendored
9
debian/DEBIAN/control
vendored
@@ -1,12 +1,11 @@
|
|||||||
Package: spark-store
|
Package: spark-store
|
||||||
Version: 3.0.3-7
|
Version: 3.0.3-8
|
||||||
Maintainer: shenmo <shenmo@spark-app.store>
|
Maintainer: shenmo <shenmo@spark-app.store>
|
||||||
Section: utils
|
Section: utils
|
||||||
Source: https://gitee.com/deepin-community-store/spark-store
|
Source: https://gitee.com/deepin-community-store/spark-store
|
||||||
Homepage: ttps://gitee.com/deepin-community-store/spark-store
|
Homepage: https://gitee.com/deepin-community-store/spark-store
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libqt5core5a (>= 5.11.0~rc1), libqt5gui5 (>= 5.11.0~rc1), libqt5widgets5 (>= 5.11.0~rc1), libqt5network5 (>= 5.11.0~rc1), libqt5webenginewidgets5 (>= 5.11.0~rc1), libqt5concurrent5 (>= 5.11.0~rc1), libdtkcore5 (>= 5.2.1-1), libdtkwidget5 (>= 5.2.1-1), libdtkgui5 (>= 5.2.0-1), libglib2.0-0, libgdk-pixbuf2.0-0, libnotify4, wget, curl, gnupg
|
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libqt5core5a (>= 5.11.0~rc1), libqt5gui5 (>= 5.11.0~rc1), libqt5widgets5 (>= 5.11.0~rc1), libqt5network5 (>= 5.11.0~rc1), libqt5webenginewidgets5 (>= 5.11.0~rc1), libqt5concurrent5 (>= 5.11.0~rc1), libdtkcore5 (>= 5.2.1-1), libdtkwidget5 (>= 5.2.1-1), libdtkgui5 (>= 5.2.0-1), libglib2.0-0, libgdk-pixbuf2.0-0, libnotify4, wget, curl, gnupg
|
||||||
Description: Spark Store version 3.0.3-7 update
|
Description: Spark Store version 3.0.3-8 update
|
||||||
Provides: deepin-app-store
|
Conflicts: spark-dstore-patch(<=1.2)
|
||||||
Conflicts: spark-dstore-patch
|
|
||||||
|
|||||||
5
debian/DEBIAN/postinst
vendored
5
debian/DEBIAN/postinst
vendored
@@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
if [ "$1" = "triggered" ]; then
|
if [ "$1" = "triggered" ]; then
|
||||||
echo '------------星火应用商店现已集成UOS包补丁工具---------------'
|
|
||||||
if [ -f "/usr/bin/deepin-app-store-tool" ]; then
|
if [ -f "/usr/bin/deepin-app-store-tool" ]; then
|
||||||
echo '----------检测到已安装深度应用商店,不运行补丁---------------'
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo '--------检测到Uniontech标准软件包,运行补丁以修正安装--------'
|
echo '--------检测到Uniontech标准软件包,运行补丁以修正安装--------'
|
||||||
@@ -21,6 +19,9 @@ ln -s -f /opt/durapps/spark-store/bin/spark-dstore-patch /usr/local/bin/spark-ds
|
|||||||
cd /tmp/spark-store-install
|
cd /tmp/spark-store-install
|
||||||
wget https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
|
wget https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
|
||||||
apt-key add dcs-repo.gpg-key.asc
|
apt-key add dcs-repo.gpg-key.asc
|
||||||
|
# wget https://d.store.deepinos.org.cn/ssrepokey.asc
|
||||||
|
# apt-key add ssrepokey.asc
|
||||||
|
|
||||||
|
|
||||||
update-icon-caches /usr/share/icons/hicolor || true
|
update-icon-caches /usr/share/icons/hicolor || true
|
||||||
update-desktop-database /usr/share/applications || true
|
update-desktop-database /usr/share/applications || true
|
||||||
|
|||||||
BIN
debian/opt/durapps/spark-store/bin/spark-store
vendored
BIN
debian/opt/durapps/spark-store/bin/spark-store
vendored
Binary file not shown.
Binary file not shown.
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
|
|||||||
a.setOrganizationName("spark-union");
|
a.setOrganizationName("spark-union");
|
||||||
a.setOrganizationDomain("https://www.deepinos.org/");
|
a.setOrganizationDomain("https://www.deepinos.org/");
|
||||||
a.setApplicationName("Spark Store"); //不需要翻译,否则 ~/.local/share/ 下文件夹名称也被翻译为中文
|
a.setApplicationName("Spark Store"); //不需要翻译,否则 ~/.local/share/ 下文件夹名称也被翻译为中文
|
||||||
a.setApplicationVersion(DApplication::buildVersion("3.0.3-7"));
|
a.setApplicationVersion(DApplication::buildVersion("3.0.3-8"));
|
||||||
a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store");
|
a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store");
|
||||||
a.setApplicationDescription(
|
a.setApplicationDescription(
|
||||||
QObject::tr(
|
QObject::tr(
|
||||||
|
|||||||
Reference in New Issue
Block a user