mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-18 01:51:36 +08:00
Compare commits
33 Commits
4.3.3.1-fi
...
4.3.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc7bf2551 | |||
| 62642cc0a6 | |||
| c865643e8d | |||
| 0b4733c08c | |||
| f74e936aa5 | |||
| 42cafb7487 | |||
| fd7fa2da30 | |||
| 102f35b0cf | |||
| 7a25c3c542 | |||
| c6aea69d86 | |||
| 132c2cf35f | |||
| 3da39f1276 | |||
| e08c7a37bd | |||
| c55529aa8c | |||
| 5cbc41f1ce | |||
| 6c108aecca | |||
| 7cd2977032 | |||
| 94a6532509 | |||
| 9acf7cc8d4 | |||
| 75b73088b4 | |||
| dd0629bc8d | |||
| 39be4cdf6f | |||
| fc58de0325 | |||
| ba00b208f0 | |||
| 2cca83a34b | |||
| ea7baa9ab0 | |||
| c228706144 | |||
| c030bf9e6e | |||
| 9ac0c67a25 | |||
| fd4b52e384 | |||
| db79a59fb6 | |||
| 6891fc5b87 | |||
| 62f52451b7 |
@@ -18,28 +18,22 @@ stages:
|
|||||||
name: execute_by_docker
|
name: execute_by_docker
|
||||||
displayName: 基于镜像的DTK构建
|
displayName: 基于镜像的DTK构建
|
||||||
certificate: ''
|
certificate: ''
|
||||||
image: docker.jianmuhub.com/library/debian:buster
|
image: docker.io/debian:buster
|
||||||
command:
|
command:
|
||||||
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
|
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
|
||||||
- '# 换源'
|
- '# 换源'
|
||||||
- apt update
|
- apt update
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- echo "安装依赖..."
|
- echo "安装git devscripts equivs curl..."
|
||||||
- 'apt install libgsettings-qt-dev -y '
|
- 'apt install git devscripts equivs curl -y '
|
||||||
- 'apt install debhelper git curl fakeroot qtbase5-dev zlib1g-dev qt5-default -y '
|
|
||||||
- git clone https://gitlink.org.cn/shenmo7192/dtk-old-bundle.git
|
- git clone https://gitlink.org.cn/shenmo7192/dtk-old-bundle.git
|
||||||
- cd dtk-old-bundle
|
- cd dtk-old-bundle
|
||||||
- apt install ./*.deb -y
|
- apt install ./*.deb -y
|
||||||
- cd ..
|
- cd ..
|
||||||
- rm -rf dtk-old-bundle
|
- rm -rf dtk-old-bundle
|
||||||
- ''
|
- ''
|
||||||
- '#mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes -y" '
|
- 'mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes -y" '
|
||||||
- apt build-dep . -y
|
- dpkg-buildpackage -j2 -b -us -uc
|
||||||
- strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
|
||||||
- uname -a
|
|
||||||
- sed -i 's/dh \$@ --parallel/dh \$@/' debian/rules
|
|
||||||
- '# Gitee的配置太低了'
|
|
||||||
- dpkg-buildpackage -b -us -uc
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- ls -all
|
- ls -all
|
||||||
- pwd
|
- pwd
|
||||||
|
|||||||
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -1,16 +1,6 @@
|
|||||||
spark-store (4.3.3.1-fix2) UNRELEASED; urgency=medium
|
spark-store (4.3.2.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* 提升升级工具体验,不再反复弹窗
|
* 修复 aptss policy / aptss search 需要root的问题
|
||||||
* 提升aptss使用体验,汇报目前所在阶段而不是卡住不动
|
|
||||||
|
|
||||||
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
|
||||||
|
|
||||||
spark-store (4.3.3.1) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* 修复点击更新需要输入密码的问题
|
|
||||||
* 修复安装速度下降的问题
|
|
||||||
* 修复闪退问题
|
|
||||||
* 修复错误地展示已安装
|
|
||||||
|
|
||||||
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
||||||
|
|
||||||
|
|||||||
3
debian/control
vendored
3
debian/control
vendored
@@ -30,7 +30,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||||||
libnotify-bin,
|
libnotify-bin,
|
||||||
qtwayland5,
|
qtwayland5,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
dpkg-dev,
|
dpkg-dev
|
||||||
lsb-release,
|
|
||||||
Description: Spark Store
|
Description: Spark Store
|
||||||
A community powered app store, based on DTK.
|
A community powered app store, based on DTK.
|
||||||
|
|||||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -36,6 +36,4 @@ override_dh_auto_install:
|
|||||||
# Ignore the dpkg-shlibdeps: warning (it uses none of the library's symbols)
|
# Ignore the dpkg-shlibdeps: warning (it uses none of the library's symbols)
|
||||||
# Qt Mutidedia lib will ref to network libraray.
|
# Qt Mutidedia lib will ref to network libraray.
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0 --exclude=opt/durapps/spark-store/bin/ss-feedback/
|
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0
|
||||||
override_dh_strip:
|
|
||||||
dh_strip --exclude=opt/durapps/spark-store/bin/ss-feedback/
|
|
||||||
|
|||||||
2
debian/source/format
vendored
2
debian/source/format
vendored
@@ -1 +1 @@
|
|||||||
3.0 (native)
|
1.0
|
||||||
@@ -287,10 +287,8 @@ void AppIntoPage::setDownloadWidget(DownloadListWidget *w)
|
|||||||
}
|
}
|
||||||
|
|
||||||
dw = w;
|
dw = w;
|
||||||
connect(w, &DownloadListWidget::downloadFinished, this, [=]() {
|
connect(w, &DownloadListWidget::downloadFinished, [=]()
|
||||||
isDownloading(SparkAPI::getServerUrl() + SparkAPI::getArchDir() + spk.path() + "/" + info["Filename"].toString());
|
{ isDownloading(SparkAPI::getServerUrl() + SparkAPI::getArchDir() + spk.path() + "/" + info["Filename"].toString()); });
|
||||||
},
|
|
||||||
Qt::QueuedConnection);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppIntoPage::initUI()
|
void AppIntoPage::initUI()
|
||||||
@@ -488,10 +486,7 @@ void AppIntoPage::on_downloadButton_clicked()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
connect(item, &DownloadItem::finished, this, [=]() {
|
connect(item, &DownloadItem::finished, [=]() { isDownloading(downloadUrl); });
|
||||||
isDownloading(downloadUrl);
|
|
||||||
},
|
|
||||||
Qt::QueuedConnection);
|
|
||||||
|
|
||||||
item->install(0);
|
item->install(0);
|
||||||
isDownloading(downloadUrl);
|
isDownloading(downloadUrl);
|
||||||
@@ -512,10 +507,7 @@ void AppIntoPage::on_downloadButton_clicked()
|
|||||||
item->reinstall = true;
|
item->reinstall = true;
|
||||||
}
|
}
|
||||||
ui->downloadButton->setEnabled(false);
|
ui->downloadButton->setEnabled(false);
|
||||||
connect(item, &DownloadItem::finished, this, [=]() {
|
connect(item, &DownloadItem::finished, [=]() { isDownloading(downloadUrl); });
|
||||||
isDownloading(downloadUrl);
|
|
||||||
},
|
|
||||||
Qt::QueuedConnection);
|
|
||||||
|
|
||||||
isDownloading(downloadUrl);
|
isDownloading(downloadUrl);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ for argument in "$@"; do
|
|||||||
option="source"
|
option="source"
|
||||||
root=0
|
root=0
|
||||||
;;
|
;;
|
||||||
changelog|search|policy|show)
|
changelog|search|policy)
|
||||||
root=0
|
root=0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
31
tool/aptss
31
tool/aptss
@@ -3,7 +3,6 @@
|
|||||||
SPARK_DOWNLOAD_SERVER_URL="https://d.spark-app.store/"
|
SPARK_DOWNLOAD_SERVER_URL="https://d.spark-app.store/"
|
||||||
SPARK_DOWNLOAD_SERVER_URL_NO_PROTOCOL="d.spark-app.store"
|
SPARK_DOWNLOAD_SERVER_URL_NO_PROTOCOL="d.spark-app.store"
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
source /opt/durapps/spark-store/bin/bashimport/log.amber
|
|
||||||
load_transhell
|
load_transhell
|
||||||
|
|
||||||
case `arch` in
|
case `arch` in
|
||||||
@@ -27,17 +26,7 @@ is_empty_dir(){
|
|||||||
return `ls -A $1|wc -w`
|
return `ls -A $1|wc -w`
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_list(){
|
|
||||||
curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
|
||||||
log.info "sparkstore${STORE_LIST_URL}.list update done"
|
|
||||||
}
|
|
||||||
|
|
||||||
function update_conf(){
|
|
||||||
mkdir -p /tmp/aptss-conf/
|
|
||||||
curl --progress-bar -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
|
||||||
log.info "apt-fast.conf update done"
|
|
||||||
chmod -R 755 /tmp/aptss-conf
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ "$(id -u)" != "0" ];then
|
if [ "$(id -u)" != "0" ];then
|
||||||
#############################无root权限时
|
#############################无root权限时
|
||||||
@@ -57,7 +46,8 @@ if [ ! -e "/tmp/aptss-conf/apt-fast.conf" ];then
|
|||||||
mkdir -p /tmp/aptss-conf/
|
mkdir -p /tmp/aptss-conf/
|
||||||
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
||||||
echo
|
echo
|
||||||
update_conf
|
curl --progress-bar -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
||||||
|
chmod -R 755 /tmp/aptss-conf
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -67,9 +57,11 @@ if [ ! -e "/var/lib/aptss/lists/${SPARK_DOWNLOAD_SERVER_URL_NO_PROTOCOL}_${STORE
|
|||||||
mkdir -p /tmp/aptss-conf/
|
mkdir -p /tmp/aptss-conf/
|
||||||
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
||||||
echo
|
echo
|
||||||
|
curl --silent -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
||||||
|
chmod -R 755 /tmp/aptss-conf
|
||||||
|
|
||||||
update_list
|
curl --silent -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
||||||
update_conf
|
/usr/bin/apt update -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||||
|
|
||||||
#只更新星火源
|
#只更新星火源
|
||||||
|
|
||||||
@@ -101,10 +93,11 @@ elif [ "$1" = "ssupdate" ];then
|
|||||||
mkdir -p /tmp/aptss-conf/
|
mkdir -p /tmp/aptss-conf/
|
||||||
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
||||||
echo
|
echo
|
||||||
|
curl --silent -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
||||||
|
chmod -R 755 /tmp/aptss-conf
|
||||||
|
|
||||||
|
curl --silent -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
||||||
|
|
||||||
update_list
|
|
||||||
update_conf
|
|
||||||
|
|
||||||
/usr/bin/apt update -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" -o Dir::Etc::sourcelist="/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list"
|
/usr/bin/apt update -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" -o Dir::Etc::sourcelist="/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list"
|
||||||
|
|
||||||
@@ -114,8 +107,10 @@ elif [ "$1" = "update" ];then
|
|||||||
|
|
||||||
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
||||||
echo
|
echo
|
||||||
update_list
|
curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
||||||
update_conf
|
mkdir -p /tmp/aptss-conf/
|
||||||
|
curl --progress-bar -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
||||||
|
chmod -R 755 /tmp/aptss-conf
|
||||||
### 额外一份拿来给aptss自动补全用
|
### 额外一份拿来给aptss自动补全用
|
||||||
|
|
||||||
${SS_APT_FAST} "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
${SS_APT_FAST} "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
log.warn() { echo -e "[\e[33mWARN\e[0m]: \e[1m$*\e[0m"; }
|
|
||||||
log.error() { echo -e "[\e[31mERROR\e[0m]: \e[1m$*\e[0m"; exit 1; }
|
|
||||||
log.info() { echo -e "[\e[96mINFO\e[0m]: \e[1m$*\e[0m"; }
|
|
||||||
log.debug() { echo -e "[\e[32mDEBUG\e[0m]: \e[1m$*\e[0m"; }
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -123,7 +123,7 @@ DEBPATH=$(realpath "$1")
|
|||||||
exit "$try_run_ret"
|
exit "$try_run_ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dpkg -i "$DEBPATH" || aptss install "$DEBPATH" -yf
|
aptss install "$DEBPATH" -yf --reinstall
|
||||||
|
|
||||||
if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then
|
if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then
|
||||||
if dpkg -s "$package_name" >/dev/null 2>&1; then
|
if dpkg -s "$package_name" >/dev/null 2>&1; then
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then
|
|||||||
exit "$try_run_ret"
|
exit "$try_run_ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dpkg -i "$DEBPATH" || aptss install "$DEBPATH" -yf
|
aptss install "$DEBPATH" -yf --reinstall
|
||||||
|
|
||||||
unlock_file "$DEBPATH"
|
unlock_file "$DEBPATH"
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dpkg -l | grep "^ii $1 " > /dev/null
|
dpkg -l | grep "^ii" | grep -w "$1" > /dev/null
|
||||||
|
|||||||
@@ -2,11 +2,7 @@
|
|||||||
# We use sudo twice to avoid ACE bug here
|
# We use sudo twice to avoid ACE bug here
|
||||||
# https://gitee.com/amber-ce/amber-ce-bookworm/commit/43e1a1599ede474b37e41aa10c53fd8afc4d35a1
|
# https://gitee.com/amber-ce/amber-ce-bookworm/commit/43e1a1599ede474b37e41aa10c53fd8afc4d35a1
|
||||||
|
|
||||||
#!/bin/bash
|
function zenity() {
|
||||||
# We use sudo twice to avoid ACE bug here
|
|
||||||
# https://gitee.com/amber-ce/amber-ce-bookworm/commit/43e1a1599ede474b37e41aa10c53fd8afc4d35a1
|
|
||||||
|
|
||||||
function zenity_prompt() {
|
|
||||||
if [[ -e /usr/bin/garma ]]; then
|
if [[ -e /usr/bin/garma ]]; then
|
||||||
garma "$@"
|
garma "$@"
|
||||||
else
|
else
|
||||||
@@ -14,33 +10,36 @@ function zenity_prompt() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 检查sudo是否需要密码
|
# 检查sudo是否需要密码
|
||||||
if sudo -n true 2>/dev/null; then
|
if sudo sudo -n true 2>/dev/null; then
|
||||||
echo "sudo 无需密码,继续执行"
|
echo "sudo 无需密码,继续执行"
|
||||||
|
|
||||||
else
|
else
|
||||||
# 循环输入密码直到成功或用户取消
|
|
||||||
while true; do
|
# 循环输入密码直到成功或用户取消
|
||||||
|
while true; do
|
||||||
# 使用zenity弹出密码输入框
|
# 使用zenity弹出密码输入框
|
||||||
PASSWORD=$(zenity_prompt --password --title="需要sudo权限")
|
PASSWORD=$(zenity --password --title="需要sudo权限" )
|
||||||
|
|
||||||
# 检查用户是否取消输入
|
# 检查用户是否取消输入
|
||||||
if [ -z "$PASSWORD" ]; then
|
if [ -z "$PASSWORD" ]; then
|
||||||
zenity_prompt --error --text="操作已取消"
|
zenity --error --text="操作已取消"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 尝试使用输入的密码执行sudo命令
|
# 尝试使用输入的密码执行sudo命令
|
||||||
echo "$PASSWORD" | sudo -S -v 2>/dev/null
|
echo "$PASSWORD" | sudo sudo -S true 2>/dev/null
|
||||||
|
|
||||||
# 检查sudo是否成功
|
# 检查sudo是否成功
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "密码正确,继续执行"
|
echo "密码正确,继续执行"
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
zenity_prompt --error --text="密码错误,请重新输入"
|
zenity --error --text="密码错误,请重新输入"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 使用sudo命令执行目标程序
|
|
||||||
echo "$PASSWORD" | sudo sudo -S "$@"
|
echo "$PASSWORD" | sudo sudo -S "$@"
|
||||||
|
|||||||
@@ -1,15 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ "$(id -u)" != "0" ] ; then
|
if [ "$(id -u)" != "0" ] ; then
|
||||||
if [ "$IS_ACE_ENV" = "1" ];then
|
if [[ IS_ACE_ENV="1" ]];then
|
||||||
/opt/durapps/spark-store/bin/store-helper/pass-auth.sh "$0" "$@"
|
/opt/durapps/spark-store/bin/store-helper/pass-auth.sh "$0" "$@"
|
||||||
else
|
else
|
||||||
xhost +
|
|
||||||
pkexec "$0" "$@"
|
pkexec "$0" "$@"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
trap "rm -f /tmp/spark-store/upgradeStatus.txt" EXIT
|
trap "rm -f /tmp/spark-store/upgradeStatus.txt" EXIT
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
load_transhell_debug
|
load_transhell_debug
|
||||||
@@ -57,7 +54,7 @@ echo ${app_name_in_desktop}
|
|||||||
touch /tmp/spark-store/upgradeStatus.txt
|
touch /tmp/spark-store/upgradeStatus.txt
|
||||||
|
|
||||||
# 执行 apt update
|
# 执行 apt update
|
||||||
pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh ssupdate 2>&1 > /dev/null | zenity --progress --auto-close --pulsate --no-cancel --text="${TRANSHELL_CONTENT_UPDATE_CHEKING_PLEASE_WAIT}" --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh ssupdate | zenity --progress --auto-close --pulsate --no-cancel --text="${TRANSHELL_CONTENT_UPDATE_CHEKING_PLEASE_WAIT}" --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
||||||
|
|
||||||
if [ -z `cat /tmp/spark-store-app-ssupdate-status.txt` ] ; then
|
if [ -z `cat /tmp/spark-store-app-ssupdate-status.txt` ] ; then
|
||||||
/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh clean-log
|
/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh clean-log
|
||||||
@@ -120,25 +117,11 @@ done)
|
|||||||
zenity --info --text "${TRANSHELL_CONTENT_NO_APP_IS_CHOSEN}" --title "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --height 150 --width 300 --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
zenity --info --text "${TRANSHELL_CONTENT_NO_APP_IS_CHOSEN}" --title "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --height 150 --width 300 --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
||||||
else
|
else
|
||||||
### 更新用户选择的应用
|
### 更新用户选择的应用
|
||||||
|
for PKG_UPGRADE in $PKG_UPGRADE_LIST;do
|
||||||
|
|
||||||
(for PKG_UPGRADE in $PKG_UPGRADE_LIST; do
|
|
||||||
APP_UPGRADE="$(get_name_from_desktop_file $PKG_UPGRADE)"
|
APP_UPGRADE="$(get_name_from_desktop_file $PKG_UPGRADE)"
|
||||||
update_transhell
|
update_transhell
|
||||||
|
pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgrade-app $PKG_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text="${TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT}" --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
||||||
# 启动升级任务
|
done
|
||||||
(pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgrade-app $PKG_UPGRADE -y 2>&1 > /dev/null ) &
|
|
||||||
cmd_pid=$!
|
|
||||||
# 动态修改zenity的文本
|
|
||||||
echo "# ${TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT}"
|
|
||||||
wait
|
|
||||||
done) | zenity --progress --auto-close --no-cancel --pulsate --text="Preparing..." --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### 更新成功
|
#### 更新成功
|
||||||
if [ -z "`cat /tmp/spark-store-app-upgrade-status.txt`" ] ; then
|
if [ -z "`cat /tmp/spark-store-app-upgrade-status.txt`" ] ; then
|
||||||
zenity --info --text "${TRANSHELL_CONTENT_CHOSEN_APP_UPGRADE_FINISHED}" --title "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --height 150 --width 300 --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
zenity --info --text "${TRANSHELL_CONTENT_CHOSEN_APP_UPGRADE_FINISHED}" --title "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --height 150 --width 300 --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
||||||
|
|||||||
@@ -127,9 +127,9 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.ui" line="244"/>
|
<location filename="../src/pages/appintopage.ui" line="244"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="338"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="372"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="541"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -187,8 +187,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="365"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="510"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -198,57 +198,57 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="343"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="483"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="348"/>
|
<location filename="../src/pages/appintopage.cpp" line="346"/>
|
||||||
<source>Installing</source>
|
<source>Installing</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -127,9 +127,9 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.ui" line="244"/>
|
<location filename="../src/pages/appintopage.ui" line="244"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="338"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="372"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="541"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>Descargar e instalar</translation>
|
<translation>Descargar e instalar</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -187,8 +187,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="365"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="510"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>Reinstalación</translation>
|
<translation>Reinstalación</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -198,57 +198,57 @@
|
|||||||
<translation>Actualización</translation>
|
<translation>Actualización</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="343"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="483"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>Instalación</translation>
|
<translation>Instalación</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="348"/>
|
<location filename="../src/pages/appintopage.cpp" line="346"/>
|
||||||
<source>Installing</source>
|
<source>Installing</source>
|
||||||
<translation>Se está instalando</translation>
|
<translation>Se está instalando</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Aviso</translation>
|
<translation>Aviso</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>SPARK Store</translation>
|
<translation>SPARK Store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>Desinstalación exitosa</translation>
|
<translation>Desinstalación exitosa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>La URL ha sido copiada al portapapeles</translation>
|
<translation>La URL ha sido copiada al portapapeles</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -127,9 +127,9 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.ui" line="244"/>
|
<location filename="../src/pages/appintopage.ui" line="244"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="338"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="372"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="541"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>Télécharger et installer</translation>
|
<translation>Télécharger et installer</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -187,8 +187,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="365"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="510"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>Réinstaller</translation>
|
<translation>Réinstaller</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -198,57 +198,57 @@
|
|||||||
<translation>Mise à niveau</translation>
|
<translation>Mise à niveau</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="343"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="483"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>Installation</translation>
|
<translation>Installation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="348"/>
|
<location filename="../src/pages/appintopage.cpp" line="346"/>
|
||||||
<source>Installing</source>
|
<source>Installing</source>
|
||||||
<translation>Installation en cours</translation>
|
<translation>Installation en cours</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Avertissement</translation>
|
<translation>Avertissement</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>Le Spark store</translation>
|
<translation>Le Spark store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>Désinstallation réussie</translation>
|
<translation>Désinstallation réussie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>L'URL a été copiée dans le presse - papiers</translation>
|
<translation>L'URL a été copiée dans le presse - papiers</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -122,9 +122,9 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.ui" line="244"/>
|
<location filename="../src/pages/appintopage.ui" line="244"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="338"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="372"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="541"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>下载并安装</translation>
|
<translation>下载并安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -187,8 +187,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="365"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="510"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>重新安装</translation>
|
<translation>重新安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -198,57 +198,57 @@
|
|||||||
<translation>升级</translation>
|
<translation>升级</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="343"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="483"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>安装</translation>
|
<translation>安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="348"/>
|
<location filename="../src/pages/appintopage.cpp" line="346"/>
|
||||||
<source>Installing</source>
|
<source>Installing</source>
|
||||||
<translation>正在安装</translation>
|
<translation>正在安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>警告</translation>
|
<translation>警告</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在deepin上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在deepin上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在UOS上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在UOS上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在Ubuntu上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在Ubuntu上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在您的平台上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在您的平台上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>卸载成功</translation>
|
<translation>卸载成功</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>链接已复制到剪贴板</translation>
|
<translation>链接已复制到剪贴板</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -122,9 +122,9 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.ui" line="244"/>
|
<location filename="../src/pages/appintopage.ui" line="244"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="338"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="372"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="541"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>下載並安裝</translation>
|
<translation>下載並安裝</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -187,8 +187,8 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="365"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="510"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>重新安裝</translation>
|
<translation>重新安裝</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -198,57 +198,57 @@
|
|||||||
<translation>升级</translation>
|
<translation>升级</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="343"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="483"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>安装</translation>
|
<translation>安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="348"/>
|
<location filename="../src/pages/appintopage.cpp" line="346"/>
|
||||||
<source>Installing</source>
|
<source>Installing</source>
|
||||||
<translation>正在安装</translation>
|
<translation>正在安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="462"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="466"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="470"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="474"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="544"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>卸载成功</translation>
|
<translation>卸载成功</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="559"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>链接已复制到剪贴板</translation>
|
<translation>链接已复制到剪贴板</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Reference in New Issue
Block a user