summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fef959f6185..8362a042c0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepin-wine-welink
pkgdesc = 华为数字化办公实践,服务政企、高校等主要客户,是全场景安全、智能、的数字化办公平台,帮助AnyBody、AnyWhere、AnyDevice、doAnyBusiness4A办公。
pkgver = 7.37.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.huaweicloud.com/product/welink.html
install = deepin-wine-welink.install
arch = x86_64
@@ -15,13 +15,11 @@ pkgbase = deepin-wine-welink
conflicts = huaweicloudmeeting
source = deepin-wine-welink_7.21.3.403spark1.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store//chat/com.huaweicloud.welink.spark/com.huaweicloud.welink.spark_7.21.3.403spark1_i386.deb
source = WeLink-7.37.3.exe::https://welink.huaweicloud.com/download/WeLink_setup.exe
- source = fake_simsun.ttc::https://images.xuthus.cc/images/fake_simsun.ttc
source = LICENSE.html::https://www.huaweicloud.com/declaration/sa_cua_computing.html
source = deepin-wine-welink.sh
sha256sums = 2a5046177ad2f57ebeff4176ffe4ae2717eed19c8fd2e84fad5b9f44305d16d1
sha256sums = 045c334577032f51d963188d30254a0e1d8fea7876fbd7b00e78bd5b7bb59685
- sha256sums = 3e2ed9203a5ce3b2f00b6c942d8fac6b24e7a6e7b1ebc863cee2e27d3ff487db
- sha256sums = f041befca8e199141af71a382b3de00ac64303cc74f3c53fae00ac8f18119254
+ sha256sums = d5d83468ded64766fdfdb7e0e5b0510fcaa3c3102bcd01d57ac213d2b9d09e1b
sha256sums = 457847c22fc306279a20070ee7578403653e5c2ed8c602065f5996cf353c4722
pkgname = deepin-wine-welink
diff --git a/PKGBUILD b/PKGBUILD
index 54c196ccdc91..25a51c273683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _sparkname="com.huaweicloud.${_pkgname}.spark"
_appname=WeLink
pkgver=7.37.3
_sparkver=7.21.3.403spark1
-pkgrel=1
+pkgrel=2
pkgdesc="华为数字化办公实践,服务政企、高校等主要客户,是全场景安全、智能、的数字化办公平台,帮助AnyBody、AnyWhere、AnyDevice、doAnyBusiness4A办公。"
arch=("x86_64")
url="https://www.huaweicloud.com/product/welink.html"
@@ -30,14 +30,13 @@ install="${pkgname}.install"
source=(
"${pkgname}_${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store//chat/${_sparkname}/${_sparkname}_${_sparkver}_i386.deb"
"${_appname}-${pkgver}.exe::https://welink.huaweicloud.com/download/${_appname}_setup.exe"
- "fake_simsun.ttc::https://images.xuthus.cc/images/fake_simsun.ttc"
+ #"fake_simsun.ttc::https://images.xuthus.cc/images/fake_simsun.ttc"
"LICENSE.html::https://www.huaweicloud.com/declaration/sa_cua_computing.html"
"${pkgname}.sh"
)
sha256sums=('2a5046177ad2f57ebeff4176ffe4ae2717eed19c8fd2e84fad5b9f44305d16d1'
'045c334577032f51d963188d30254a0e1d8fea7876fbd7b00e78bd5b7bb59685'
- '3e2ed9203a5ce3b2f00b6c942d8fac6b24e7a6e7b1ebc863cee2e27d3ff487db'
- 'f041befca8e199141af71a382b3de00ac64303cc74f3c53fae00ac8f18119254'
+ 'd5d83468ded64766fdfdb7e0e5b0510fcaa3c3102bcd01d57ac213d2b9d09e1b'
'457847c22fc306279a20070ee7578403653e5c2ed8c602065f5996cf353c4722')
build() {
sed -e "s|@appname@|${_appname}|g" \
@@ -54,7 +53,7 @@ build() {
rm -rf "${srcdir}/tmp/drive_c/Program Files/${_appname}/" "${srcdir}/tmp/drive_c/Program Files (x86)"
mkdir -p "${srcdir}/tmp/drive_c/Program Files/${_appname}/"
install -m644 "${srcdir}/${_appname}-${pkgver}.exe" "${srcdir}/tmp/drive_c/Program Files/${_appname}/${_appname}-${pkgver}.exe"
- cp "${srcdir}/fake_simsun.ttc" "${srcdir}/tmp/drive_c/windows/Fonts/"
+ #cp "${srcdir}/fake_simsun.ttc" "${srcdir}/tmp/drive_c/windows/Fonts/"
msg "Repackaging app archive ..."
rm -r "${srcdir}/opt/apps/${pkgname}/files/files.7z"
7z a -t7z -r "${srcdir}/opt/apps/${pkgname}/files/files.7z" "${srcdir}/tmp/*"