Compare commits

...

4 Commits

Author SHA1 Message Date
00cb5d2442 update debian/DEBIAN/postinst. 不再需要新的key了 2022-01-14 07:17:50 +00:00
9a84dfffd0 修改: debian/opt/durapps/spark-store/bin/spark-store
修改:     src/main.cpp
2022-01-14 00:36:57 +08:00
45a2b0b8c8 修改: debian/DEBIAN/postinst 2022-01-14 00:30:25 +08:00
a947963fc1 修改: debian/DEBIAN/control
删除:     spark-store_3.0.3-7_amd64.deb
2022-01-13 23:43:39 +08:00
5 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
Package: spark-store
Version: 3.0.3-7
Version: 3.0.3-8
Maintainer: shenmo <shenmo@spark-app.store>
Section: utils
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
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
Description: Spark Store version 3.0.3-7 update
Provides: deepin-app-store
Conflicts: spark-dstore-patch
Description: Spark Store version 3.0.3-8 update
Conflicts: spark-dstore-patch(<=1.2)

View File

@@ -2,9 +2,7 @@
if [ "$1" = "triggered" ]; then
echo '------------星火应用商店现已集成UOS包补丁工具---------------'
if [ -f "/usr/bin/deepin-app-store-tool" ]; then
echo '----------检测到已安装深度应用商店,不运行补丁---------------'
exit 0
fi
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
wget https://d.store.deepinos.org.cn/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-desktop-database /usr/share/applications || true

Binary file not shown.

Binary file not shown.

View File

@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
a.setOrganizationName("spark-union");
a.setOrganizationDomain("https://www.deepinos.org/");
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.setApplicationDescription(
QObject::tr(