diff options
author | CountStarlight | 2019-03-23 00:43:08 +0800 |
---|---|---|
committer | CountStarlight | 2019-03-23 00:43:08 +0800 |
commit | 42ab7d2032f1456ecee125e6fd98a9ec09f344fd (patch) | |
tree | 9095ba4e4b00f673fb170cb001731f7d7d9abd05 | |
parent | a613ea99975f0fb66f52bcc486aee47a33c42a75 (diff) | |
download | aur-42ab7d2032f1456ecee125e6fd98a9ec09f344fd.tar.gz |
Clean up reg files and remove xdotool from depend.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | PKGBUILD | 8 | ||||
-rw-r--r-- | reg_files.tar.bz2 | bin | 188794 -> 191552 bytes | |||
-rwxr-xr-x | run.sh | 2 |
5 files changed, 8 insertions, 10 deletions
@@ -1,7 +1,7 @@ pkgbase = deepin-wine-tim pkgdesc = Tencent TIM (com.qq.office) on Deepin Wine For Archlinux pkgver = 2.3.2.21158 - pkgrel = 5 + pkgrel = 6 url = http://tim.qq.com/ install = deepin-wine-tim.install arch = x86_64 @@ -11,7 +11,6 @@ pkgbase = deepin-wine-tim depends = wine-mono depends = wine_gecko depends = xorg-xwininfo - depends = xdotool depends = wqy-microhei depends = adobe-source-han-sans-cn-fonts depends = adobe-source-han-serif-cn-fonts @@ -31,8 +30,8 @@ pkgbase = deepin-wine-tim source = update.policy md5sums = d5c37cb4f960e13111ce24dbc0dd2d58 md5sums = 11477a70c36eee0574860590b4bc8bd0 - md5sums = f6bc17d613cc49b933910effc5dd4554 - md5sums = 95b34d8ae2577de9bc5ff56ed7de24a1 + md5sums = afeded77e4fc00afaa4e79dee87b38b9 + md5sums = ee35c8c0f69e03bb581ac39007d5cd3a md5sums = a66646b473a3fbad243ac1afd64da07a pkgname = deepin-wine-tim diff --git a/.travis.yml b/.travis.yml index e72ca227fcdf..bd0d6e6f4159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ arch: - wine-mono - wine_gecko - xorg-xwininfo - - xdotool - wqy-microhei - adobe-source-han-sans-cn-fonts - adobe-source-han-serif-cn-fonts @@ -5,12 +5,12 @@ pkgname=deepin-wine-tim pkgver=2.3.2.21158 deepintimver=2.0.0deepin4 -pkgrel=5 +pkgrel=6 pkgdesc="Tencent TIM (com.qq.office) on Deepin Wine For Archlinux" arch=("x86_64") url="http://tim.qq.com/" license=('custom') -depends=('p7zip' 'wine' 'wine-mono' 'wine_gecko' 'xorg-xwininfo' 'xdotool' 'wqy-microhei' 'adobe-source-han-sans-cn-fonts' 'adobe-source-han-serif-cn-fonts' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-gnutls') +depends=('p7zip' 'wine' 'wine-mono' 'wine_gecko' 'xorg-xwininfo' 'wqy-microhei' 'adobe-source-han-sans-cn-fonts' 'adobe-source-han-serif-cn-fonts' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-gnutls') conflicts=('wine-tim' 'deepin.com.qq.office' 'deepin-tim-for-arch') install="deepin-wine-tim.install" _mirror="https://mirrors.ustc.edu.cn/deepin" @@ -21,8 +21,8 @@ source=("$_mirror/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_${de "update.policy") md5sums=('d5c37cb4f960e13111ce24dbc0dd2d58' '11477a70c36eee0574860590b4bc8bd0' - 'f6bc17d613cc49b933910effc5dd4554' - '95b34d8ae2577de9bc5ff56ed7de24a1' + 'afeded77e4fc00afaa4e79dee87b38b9' + 'ee35c8c0f69e03bb581ac39007d5cd3a' 'a66646b473a3fbad243ac1afd64da07a') build() { diff --git a/reg_files.tar.bz2 b/reg_files.tar.bz2 Binary files differindex 05688bdf82f1..6a7e30b913e0 100644 --- a/reg_files.tar.bz2 +++ b/reg_files.tar.bz2 @@ -27,7 +27,7 @@ CallApp() env WINEPREFIX="$WINEPREFIX" $WINE_CMD $APPDIR/TIM$APPVER.exe else #disable Tencent MiniBrowser - _DeleteRegistry "HKCU\\Software\\Tencent\\MiniBrowser" + #_DeleteRegistry "HKCU\\Software\\Tencent\\MiniBrowser" #Support use native file dialog export ATTACH_FILE_DIALOG=1 |