aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCountStarlight2017-11-22 13:42:55 +0800
committerCountStarlight2017-11-22 13:42:55 +0800
commit9b0de8f22c444705dcaa15fb958904a2e1005e96 (patch)
tree5a0671c7d493b75f3fa63a13c9b6b73b7eb9e1a7
parent1d8a85854057ec332786c775b4caa8d96e729e8c (diff)
downloadaur-9b0de8f22c444705dcaa15fb958904a2e1005e96.tar.gz
Update PKGBUILD.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
-rw-r--r--README.md27
3 files changed, 30 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd86787ae121..8b6b2c610eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepin-wine-tim
pkgdesc = Latest Tencent TIM (com.qq.office) on Deepin Wine For Archlinux
pkgver = 2.0.0
- pkgrel = 0
+ pkgrel = 1
url = http://tim.qq.com/
install = deepin-wine-tim.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 810297960a1d..510ccb2c5cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,16 +17,12 @@ _mirror="https://mirrors.ustc.edu.cn/deepin"
source=("$_mirror/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_${deepintimver}_i386.deb"
"http://dldir1.qq.com/qqfile/qq/TIM${pkgver}/22317/TIM${pkgver}.exe"
"run.sh"
- "system.reg"
- "user.reg"
- "userdef.reg"
+ "reg_files.tar.bz2"
"update.policy")
md5sums=('5cf622671fc50b8a76434d7f86134a9a'
'53d2bd63163e849ab8bbc89b5440bfc6'
'1f533f05f918a3e8bac7a71fb0a13cc6'
- '8a38b29888a4ed68ac0b1a36f349e594'
- '1d64d2e10f716f12ab6fa8200edea233'
- 'b0c17bbb093d794d6a3d8c3db01c482b'
+ 'ebde755e3bd213550f5ccc69d3192060'
'a66646b473a3fbad243ac1afd64da07a')
build() {
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..ddbbfebd55cf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# 在arch以及衍生版本上运行TIM
+
+   把deepin打包的TIM容器移植到arch
+
+* 存在如下bug:
+ * 1.无法视频通话
+ * 2.无法记住密码
+
+## 安装
+
+* 注意在安装前要先卸载`AUR`里的`wine-tim`软件包
+
+```shell
+ git clone https://github.com/countstarlight/deepin-wine-tim-arch.git
+
+ cd deepin-wine-tim-arch
+
+ makepkg -si
+```
+
+* 运行开始菜单中创建的TIM,点击立即安装
+* 安装完可直接启动,以后启动时无需安装
+
+
+
+
+修复了部分字符无法显示的BUG,但是由于版权问题,字体看起来效果不是特别好,如果看不惯字体的,可以自行将微软雅黑或者微软宋体放进~/.deepinwine/Deepin-TIM/drive_c/windows/Fonts中。