Package Details: deepin-wine-tim 3.4.8.22138-1

Git Clone URL: https://aur.archlinux.org/deepin-wine-tim.git (read-only, click to copy)
Package Base: deepin-wine-tim
Description: Tencent TIM on Deepin Wine5(com.qq.office.deepin) For Archlinux
Upstream URL: https://tim.qq.com/
Keywords: archlinux com.qq.office.deepin deepin tencent tim wine5
Licenses: custom
Conflicts: deepin-tim-for-arch, deepin.com.qq.office, wine-tim
Submitter: AsukaMinato
Maintainer: AsukaMinato (AronYoung)
Last Packager: AsukaMinato
Votes: 1
Popularity: 0.000385
First Submitted: 2023-02-26 02:34 (UTC)
Last Updated: 2024-03-28 17:04 (UTC)

Pinned Comments

AsukaMinato commented on 2023-07-21 06:44 (UTC)

已知 bug:系统有 simsun 宋体时会造成卡顿 + 闪退。

AsukaMinato commented on 2023-06-17 14:29 (UTC) (edited on 2023-11-14 16:57 (UTC) by AsukaMinato)

更新步骤:

  1. 检查新版本
curl 'https://im.qq.com/rainbow/TIMDownload/' --silent --compressed -H 'Referer: https://tim.qq.com/' | grep --extended-regexp "https.*?TIM.*?exe" --only-matching
  1. PKGBUILD 里更新版本号
  2. run.sh 里更新版本号

dannygao commented on 2023-05-12 00:43 (UTC)

不错,现在linuxqq 频烦出现问题,这个包还可以用。谢谢维护。

宋体问题的解决:https://zhul.in/2021/04/27/hide-simsun-from-deepin-wine-tim/

AsukaMinato commented on 2023-02-26 03:49 (UTC)

原作者撤包了,我继续维护。 腾讯官方的包是 https://aur.archlinux.org/packages/linuxqq

Latest Comments

drevox commented on 2024-04-13 12:48 (UTC)

如何调整界面缩放倍率 我尝试改启动脚本,但没有效果

Run()
{
    export WINE_DPI=192

    if [ -z "$DISABLE_ATTACH_FILE_DIALOG" ];then
        export ATTACH_FILE_DIALOG=1
    fi

    if [ -n "$EXEC_PATH" ];then
        if [ ! -f "$WINEPREFIX/reinstalled" ];then
            DeployApp
        else
            # missing exec file
            if [ ! -f "$EXEC_FILE" ];then
                DeployApp
            fi

            env LC_ALL=zh_CN.UTF-8 $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
        fi
    else
        env LC_ALL=zh_CN.UTF-8 $START_SHELL_PATH $BOTTLENAME $APPVER "uninstaller.exe" "$@"
    fi
}

AsukaMinato commented on 2023-07-21 06:44 (UTC)

已知 bug:系统有 simsun 宋体时会造成卡顿 + 闪退。

AsukaMinato commented on 2023-06-17 14:29 (UTC) (edited on 2023-11-14 16:57 (UTC) by AsukaMinato)

更新步骤:

  1. 检查新版本
curl 'https://im.qq.com/rainbow/TIMDownload/' --silent --compressed -H 'Referer: https://tim.qq.com/' | grep --extended-regexp "https.*?TIM.*?exe" --only-matching
  1. PKGBUILD 里更新版本号
  2. run.sh 里更新版本号

AsukaMinato commented on 2023-05-24 08:16 (UTC)

尝试过升级到 deepin-wine6-stable, 但是用一会闪退。所以先不升级了。

diff --git a/.SRCINFO b/.SRCINFO
index c748c1c..7f53c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = deepin-wine-tim
    arch = x86_64
    license = custom
    depends = p7zip
-   depends = deepin-wine5
+   depends = deepin-wine6-stable
    depends = deepin-wine-helper>=5.1.30_1-1
    depends = xorg-xwininfo
    depends = wqy-microhei
@@ -20,11 +20,11 @@ pkgbase = deepin-wine-tim
    conflicts = wine-tim
    conflicts = deepin.com.qq.office
    conflicts = deepin-tim-for-arch
-   source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.3.2deepin20_i386.deb
+   source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.5.3.28008deepin32_i386.deb
    source = https://dldir1.qq.com/qqfile/qq/TIM3.4.7/TIM3.4.7.22084.exe
    source = run.sh
    source = share.7z
-   md5sums = 5fdc20e614d945bd2ba5251420872479
+   md5sums = 624991b605079388a63d78e5a48ffd3d
    md5sums = 5c24f3ba95d574766a58b1cd6535a69d
    md5sums = 27448cfd4fe8e6a655192175e505abaa
    md5sums = 479ae2a04a9c5dcc08c67c7b1395a944
diff --git a/PKGBUILD b/PKGBUILD
index 747b45b..01c2fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,24 @@
 pkgname=deepin-wine-tim
 _pkgver=3.4.7
 pkgver="$_pkgver".22084
-_debpkgver=9.3.2deepin20
+_debpkgver=9.5.3.28008
 _debpkgname="com.qq.im.deepin"
 _timpkgname="com.qq.office.deepin"
+# https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.5.3.28008deepin32_i386.deb
 pkgrel=1
 pkgdesc="Tencent TIM on Deepin Wine5(${_timpkgname}) For Archlinux"
 arch=("x86_64")
 url="https://tim.qq.com/"
 license=('custom')
-depends=('p7zip' 'deepin-wine5' 'deepin-wine-helper>=5.1.30_1-1' 'xorg-xwininfo' 'wqy-microhei' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-gnutls')
+depends=('p7zip' 'deepin-wine6-stable' 'deepin-wine-helper>=5.1.30_1-1' 'xorg-xwininfo' 'wqy-microhei' '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://com-store-packages.uniontech.com"
-source=("$_mirror/appstore/pool/appstore/c/${_debpkgname}/${_debpkgname}_${_debpkgver}_i386.deb"
+source=("$_mirror/appstore/pool/appstore/c/${_debpkgname}/${_debpkgname}_${_debpkgver}deepin32_i386.deb"
    "https://dldir1.qq.com/qqfile/qq/TIM${_pkgver}/TIM${pkgver}.exe"
    "run.sh"
    "share.7z")
-md5sums=('5fdc20e614d945bd2ba5251420872479'
+md5sums=('624991b605079388a63d78e5a48ffd3d'
          '5c24f3ba95d574766a58b1cd6535a69d'
          '27448cfd4fe8e6a655192175e505abaa'
          '479ae2a04a9c5dcc08c67c7b1395a944')

dannygao commented on 2023-05-12 00:43 (UTC)

不错,现在linuxqq 频烦出现问题,这个包还可以用。谢谢维护。

宋体问题的解决:https://zhul.in/2021/04/27/hide-simsun-from-deepin-wine-tim/

AsukaMinato commented on 2023-02-26 03:49 (UTC)

原作者撤包了,我继续维护。 腾讯官方的包是 https://aur.archlinux.org/packages/linuxqq