mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 13:22:04 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6982a97d22 | |||
| 1ba01588f0 | |||
| 4a7f9f7500 | |||
| 47690ee666 | |||
| 3477d50689 |
1
build.sh
1
build.sh
@@ -11,6 +11,7 @@ make -j$(cat /proc/cpuinfo | grep "processor" | wc -l)
|
||||
cd ..
|
||||
|
||||
cp ./ssinstall ./debian/opt/durapps/spark-store/bin/
|
||||
cp ./spark-dstore-patch ./debian/opt/durapps/spark-store/bin/
|
||||
cp ./build/src/spark-store ./debian/opt/durapps/spark-store/bin/
|
||||
cp ./translations/*.qm ./debian/usr/share/spark-store/translations/
|
||||
|
||||
|
||||
6
debian/DEBIAN/control
vendored
6
debian/DEBIAN/control
vendored
@@ -1,12 +1,12 @@
|
||||
Package: spark-store
|
||||
Version: 3.0.3-6
|
||||
Version: 3.0.3-7
|
||||
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
|
||||
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, gdebi-core, gnupg
|
||||
Description: Spark Store version 3.0.3-6 update
|
||||
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
|
||||
|
||||
2
debian/DEBIAN/triggers
vendored
2
debian/DEBIAN/triggers
vendored
@@ -1 +1 @@
|
||||
interest-noawait /opt/apps
|
||||
interest-noawait /opt/apps
|
||||
|
||||
BIN
debian/opt/durapps/spark-store/bin/spark-dstore-patch
vendored
Executable file
BIN
debian/opt/durapps/spark-store/bin/spark-dstore-patch
vendored
Executable file
Binary file not shown.
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.
BIN
spark-dstore-patch
Executable file
BIN
spark-dstore-patch
Executable file
Binary file not shown.
BIN
spark-store_3.0.3-7_amd64.deb
Normal file
BIN
spark-store_3.0.3-7_amd64.deb
Normal file
Binary file not shown.
@@ -51,8 +51,13 @@ downloadlist::downloadlist(QWidget *parent) :
|
||||
{
|
||||
menu_install->addAction(action_deepin);
|
||||
}
|
||||
|
||||
menu_install->addAction(action_gdebi);
|
||||
QFile gdebi("/usr/bin/gdebi");
|
||||
gdebi.open(QIODevice::ReadOnly);
|
||||
if(gdebi.isOpen())
|
||||
{
|
||||
menu_install->addAction(action_gdebi);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
downloadlist::~downloadlist()
|
||||
|
||||
@@ -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 LTS"));
|
||||
a.setApplicationVersion(DApplication::buildVersion("3.0.3-7"));
|
||||
a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store");
|
||||
a.setApplicationDescription(
|
||||
QObject::tr(
|
||||
|
||||
@@ -1369,6 +1369,6 @@ void Widget::on_webEngineView_loadFinished(bool arg1)
|
||||
|
||||
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