From 7c1ae4bb248ae4220ea18ed3d97b3029c0fea28e Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 29 Aug 2025 00:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20HMCL=20=E7=9A=84=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=97=AE=E9=A2=98=EF=BC=8C=E6=94=AF=E6=8C=81=20REPOPA?= =?UTF-8?q?TH=E7=9A=84=E5=8F=82=E6=95=B0=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84aptss=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amd64/additional-base-lib/build.sh | 2 +- amd64/discord/build.sh | 2 +- amd64/frpc/build.sh | 2 +- amd64/frps/build.sh | 2 +- amd64/net.huangyuhui.hmcl/build.sh | 4 ++-- amd64/zotero/build.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/amd64/additional-base-lib/build.sh b/amd64/additional-base-lib/build.sh index 9493bd3..44af2c3 100755 --- a/amd64/additional-base-lib/build.sh +++ b/amd64/additional-base-lib/build.sh @@ -58,7 +58,7 @@ RECOMMENDS="" function prepare(){ - aptss_get_update +# aptss_get_update ABL_VERSION="9" PKG_VER_APTSS=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore${ARCH_ANOTHERWAY}.list` LINK=$(curl -s https://packages.debian.org/sid/${ARCH}/libc-bin/download | grep -o "http://ftp.cn.debian.org/debian/pool/main/g/glibc/libc-bin_.*_${ARCH}.deb") diff --git a/amd64/discord/build.sh b/amd64/discord/build.sh index 016ae3e..bf7c11a 100755 --- a/amd64/discord/build.sh +++ b/amd64/discord/build.sh @@ -55,7 +55,7 @@ RECOMMENDS="" function prepare(){ - aptss_get_update +# aptss_get_update PKG_VER_APTSS=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore${ARCH_ANOTHERWAY}.list` PKG_VER_UPSTREAM=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /etc/apt/sources.list.d/${SOURCE_LIST_FILE}` compare_version ${PKG_VER_APTSS} ${PKG_VER_UPSTREAM} diff --git a/amd64/frpc/build.sh b/amd64/frpc/build.sh index 534c93d..6c1d636 100755 --- a/amd64/frpc/build.sh +++ b/amd64/frpc/build.sh @@ -55,7 +55,7 @@ RECOMMENDS="" function prepare(){ - aptss_get_update +# aptss_get_update PKG_VER_APTSS=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore${ARCH_ANOTHERWAY}.list` PKG_VER_UPSTREAM=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /etc/apt/sources.list.d/${SOURCE_LIST_FILE}` compare_version ${PKG_VER_APTSS} ${PKG_VER_UPSTREAM} diff --git a/amd64/frps/build.sh b/amd64/frps/build.sh index b055aa4..4791af1 100755 --- a/amd64/frps/build.sh +++ b/amd64/frps/build.sh @@ -55,7 +55,7 @@ RECOMMENDS="" function prepare(){ - aptss_get_update +# aptss_get_update PKG_VER_APTSS=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore${ARCH_ANOTHERWAY}.list` PKG_VER_UPSTREAM=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /etc/apt/sources.list.d/${SOURCE_LIST_FILE}` compare_version ${PKG_VER_APTSS} ${PKG_VER_UPSTREAM} diff --git a/amd64/net.huangyuhui.hmcl/build.sh b/amd64/net.huangyuhui.hmcl/build.sh index 27f223d..716d11e 100755 --- a/amd64/net.huangyuhui.hmcl/build.sh +++ b/amd64/net.huangyuhui.hmcl/build.sh @@ -7,7 +7,7 @@ ################################# Here we set the configs REALPATH=`realpath $0` HERE_PATH=`dirname $REALPATH` -STORE_APP_PATH="$HERE_PATH" +REPO_PATH="${REPO_PATH:-/root/store-dir/}" WORKDIR=`mktemp -d` ARCH="" # Define it later ARCH_ANOTHERWAY="" # Define it later @@ -22,7 +22,7 @@ DETAIL="2023/12/23:在原有包基础上重新打包,版本号由原来的 HOMEPAGE="https://github.com/HMCL-dev/HMCL" MAINTAINER="shenmo" - +STORE_APP_PATH="${REPO_PATH}/${ARCH_STORE_PATH}/${CATAGORY}/${PKG_NAME}/" ################################# Fill the variables below only if you use write_control function SECTION="games" PRIORITY="optional" diff --git a/amd64/zotero/build.sh b/amd64/zotero/build.sh index 9ad6f72..94801ea 100755 --- a/amd64/zotero/build.sh +++ b/amd64/zotero/build.sh @@ -55,7 +55,7 @@ RECOMMENDS="" function prepare(){ - aptss_get_update +# aptss_get_update PKG_VER_APTSS=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore${ARCH_ANOTHERWAY}.list` PKG_VER_UPSTREAM=`get_version_from_source_list_file ${PKG_NAME}:${ARCH} /etc/apt/sources.list.d/${SOURCE_LIST_FILE}` compare_version ${PKG_VER_APTSS} ${PKG_VER_UPSTREAM}