aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVufa2021-11-05 11:27:06 +0800
committerVufa2021-11-05 11:27:06 +0800
commit8e83a0f544cde7518bf8c0e5e18864676f798879 (patch)
treef4302e7ea148ab1b0b0787b7bd105ee2e597601c
parent9fb6449dc9ed9fcdcceaafcedc465dbf182cda3e (diff)
downloadaur-8e83a0f544cde7518bf8c0e5e18864676f798879.tar.gz
move 'noto-fonts-sc' to optdepends
Signed-off-by: Vufa <countstarlight@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b071e6691697..8c51ea646f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,13 +11,13 @@ pkgbase = deepin-wine-wechat
depends = deepin-wine-helper
depends = xorg-xwininfo
depends = wqy-microhei
- depends = noto-fonts-sc
depends = lib32-alsa-lib
depends = lib32-alsa-plugins
depends = lib32-libpulse
depends = lib32-openal
depends = lib32-mpg123
depends = lib32-libldap
+ optdepends = noto-fonts-sc: Needed for display some Chinese fonts
conflicts = deepin-wechat
source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin13_i386.deb
source = WeChatSetup-3.4.0.38.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
diff --git a/PKGBUILD b/PKGBUILD
index 2229f01a6b3e..49260447cf11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="Tencent WeChat on Deepin Wine(${debpkgname}) For Archlinux"
arch=("x86_64")
url="https://weixin.qq.com/"
license=('custom')
-depends=('p7zip' 'deepin-wine6-stable' 'deepin-wine-helper' 'xorg-xwininfo' 'wqy-microhei' 'noto-fonts-sc' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-libldap')
+depends=('p7zip' 'deepin-wine6-stable' 'deepin-wine-helper' 'xorg-xwininfo' 'wqy-microhei' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-libldap')
+optdepends=('noto-fonts-sc: Needed for display some Chinese fonts')
conflicts=('deepin-wechat')
install="deepin-wine-wechat.install"
_mirror="https://com-store-packages.uniontech.com"