aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCountStarlight2019-04-03 21:51:42 +0800
committerCountStarlight2019-04-03 21:51:42 +0800
commit2d1178830d44a97af79bab88c85da955ee440b20 (patch)
tree93b7ed90e05f9f679a0a0259eb6f6a7b37180079
parenta960e31d46e442b0c096cdd2a8513d010fcad286 (diff)
downloadaur-2d1178830d44a97af79bab88c85da955ee440b20.tar.gz
Reg files base on latest offical package.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md43
-rw-r--r--reg_files.tar.bz2bin193047 -> 119319 bytes
4 files changed, 32 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b2c6eca610..f7d5064787ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = deepin-wine-wechat
source = update.policy
md5sums = c66a173fe6817afd898e0061d9eaf42e
md5sums = 8a47e1c10ff08a9592fbb5a76dc69982
- md5sums = ebde755e3bd213550f5ccc69d3192060
+ md5sums = 33809717e8c3d128b4925df060041e82
md5sums = a66646b473a3fbad243ac1afd64da07a
pkgname = deepin-wine-wechat
diff --git a/PKGBUILD b/PKGBUILD
index fe2ae6c1b0a2..0f6cf3ddc366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("$_mirror/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_${deepinwe
"update.policy")
md5sums=('c66a173fe6817afd898e0061d9eaf42e'
'8a47e1c10ff08a9592fbb5a76dc69982'
- 'ebde755e3bd213550f5ccc69d3192060'
+ '33809717e8c3d128b4925df060041e82'
'a66646b473a3fbad243ac1afd64da07a')
build() {
diff --git a/README.md b/README.md
index f1180e2bf0e0..bcd546173f52 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,30 @@
# 在Archlinux及衍生发行版上运行微信(WeChat)
-Deepin打包的微信(WeChat)容器移植到Archlinux
+<p align="center">
+ <a href="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch">
+ <img src="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch.svg?branch=master" alt="Build Status">
+ </a>
+ <a href="https://pc.weixin.qq.com/">
+ <img src="https://img.shields.io/badge/WeChat-2.6.2-blue.svg" alt="WeChat Version">
+ </a>
+ <a href="https://aur.archlinux.org/packages/deepin-wine-wechat/">
+ <img src="https://img.shields.io/aur/version/deepin-wine-wechat.svg" alt="AUR Version">
+ </a>
+ <a href="https://github.com/countstarlight/deepin-wine-wechat-arch/issues">
+ <img src="https://img.shields.io/github/issues/countstarlight/deepin-wine-wechat-arch.svg" alt="GitHub Issues">
+ </a>
+</p>
-构建状态: [![travis-ci](https://travis-ci.org/countstarlight/deepin-wine-wechat-arch.svg?branch=master)](https://travis-ci.org/countstarlight/deepin-wine-wechat-arch)
+Deepin打包的微信(WeChat)容器移植到Archlinux
-感谢:
-
-* [Wuhan Deepin Technology Co.,Ltd.](http://www.deepin.org/)
+- [安装](#安装)
+- [常见问题](#常见问题)
+- [感谢](#感谢)
+- [更新日志](#更新日志)
**注意:**
微信最新版本是2.6.6(2019.1.3),经测试能正常运行,但不能固定下载的版本(下载文件名都是WeChatSetup,不能确定下载到的是2.6.6还是更新的版本,也没有找到提供历史版本下载),所以还是直接使用deepin官方打包的2.6.2版本。
-存在如下问题:
- * 1.不能视频通话
- * 2.不能截图(微信2.6.2和最新的2.6.6,2019.1.3)
- * 3.请用[issue](https://github.com/countstarlight/deepin-wine-wechat-arch/issues)反馈给我
-
## 安装
`deepin-wine-wechat`依赖`Multilib`仓库中的`wine`,`wine_gecko`和`wine-mono`,Archlinux默认没有开启`Multilib`仓库,需要编辑`/etc/pacman.conf`,取消对应行前面的注释([Archlinux wiki](https://wiki.archlinux.org/index.php/Official_repositories#multilib)):
@@ -48,12 +57,20 @@ yaourt deepin-wine-wechat
makepkg -si
```
-* 运行开始菜单中创建的WeChat,点击运行
+* 直接运行应用菜单中创建的WeChat快捷方式
* 默认使用文泉驿微米黑(`wqy-microhei`)字体,要使用其他字体,如 微软雅黑或者微软宋体放进`~/.deepinwine/Deepin-TIM/drive_c/windows/Fonts`中。
+
## 常见问题
-* 1.在 2k/4k 屏幕下字体和图标都非常小, 参见[issue1](https://github.com/countstarlight/deepin-wine-tim-arch/issues/1)
-* 2.使用全局截图快捷键和解决Gnome上窗口化问题,参见[issue2](https://github.com/countstarlight/deepin-wine-tim-arch/issues/2)
+- [ ] 1.不能视频通话
+- [ ] 2.不能截图(微信2.6.2和最新的2.6.6,2019.1.3)
+- [x] 3.在 2k/4k 屏幕下字体和图标都非常小, 参见[issue1](https://github.com/countstarlight/deepin-wine-tim-arch/issues/1)
+- [x] 4.使用全局截图快捷键和解决Gnome上窗口化问题,参见[issue2](https://github.com/countstarlight/deepin-wine-tim-arch/issues/2)
+
+## 感谢
+
+* [Wuhan Deepin Technology Co.,Ltd.](http://www.deepin.org/)
+
## 更新日志
* 2019-01-03 WeChat-2.6.2 \ No newline at end of file
diff --git a/reg_files.tar.bz2 b/reg_files.tar.bz2
index d890779e19b1..6e224b8abc7c 100644
--- a/reg_files.tar.bz2
+++ b/reg_files.tar.bz2
Binary files differ