mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
修改: debian/DEBIAN/control
修改: debian/opt/durapps/spark-store/bin/spark-store 修改: debian/usr/share/spark-store/translations/spark-store_zh_CN.qm 修改: src/main.cpp 修改: src/widget.cpp
This commit is contained in:
4
debian/DEBIAN/control
vendored
4
debian/DEBIAN/control
vendored
@@ -1,5 +1,5 @@
|
|||||||
Package: spark-store
|
Package: spark-store
|
||||||
Version: 3.0.3-6
|
Version: 3.0.3-7
|
||||||
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
|
||||||
@@ -7,6 +7,6 @@ Homepage: ttps://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, gdebi-core, 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, gdebi-core, gnupg
|
||||||
Description: Spark Store version 3.0.3-6 update
|
Description: Spark Store version 3.0.3-7 update
|
||||||
Provides: deepin-app-store
|
Provides: deepin-app-store
|
||||||
Conflicts: spark-dstore-patch
|
Conflicts: spark-dstore-patch
|
||||||
|
|||||||
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 LTS"));
|
a.setApplicationVersion(DApplication::buildVersion("3.0.3-7"));
|
||||||
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(
|
||||||
|
|||||||
@@ -1369,6 +1369,6 @@ void Widget::on_webEngineView_loadFinished(bool arg1)
|
|||||||
|
|
||||||
void Widget::on_pushButton_update_clicked()
|
void Widget::on_pushButton_update_clicked()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl("http://www.shenmo.tech:420/?p=485"));
|
QDesktopServices::openUrl(QUrl("https://www.deepinos.org/"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user