Package Details: wps-office 11.1.0.11723-1

Git Clone URL: https://aur.archlinux.org/wps-office.git (read-only, click to copy)
Package Base: wps-office
Description: Kingsoft Office (WPS Office) - an office productivity suite
Upstream URL: http://wps-community.org
Licenses: LicenseRef-WPS-EULA
Conflicts: kingsoft-office
Submitter: felixonmars
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 493
Popularity: 3.06
First Submitted: 2014-08-17 11:57 (UTC)
Last Updated: 2024-07-29 18:49 (UTC)

Dependencies (25)

Sources (2)

Pinned Comments

Universebenzene commented on 2023-01-20 10:34 (UTC)

Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5

Universebenzene commented on 2020-10-22 02:25 (UTC)

If you have the "ERROR: One or more files failed the validity check!" problem, try cleaning your AUR cache first, and try again.

Universebenzene commented on 2020-01-10 04:48 (UTC) (edited on 2020-06-09 15:38 (UTC) by Universebenzene)

[ATTENTION] The new international version (11.1.0.9080) removed zh_CN support, login, and some other functions. If you still want full functions, or you want aarch64 support, you may need the Chinese version from https://linux.wps.cn here: https://aur.archlinux.org/pkgbase/wps-office-cn

Universebenzene commented on 2019-10-26 05:46 (UTC) (edited on 2019-10-26 07:10 (UTC) by Universebenzene)

I split the /usr/share/mime/packages/wps-office-*.xml files to the wps-office-mime package to avoid mime issues. If you still want the mime files provided by wps-office itself, you can install the new mime package.

Universebenzene commented on 2019-07-05 17:08 (UTC)

There is no official 32-bit package for version 11.1.0.8722, so I drop the support for i686 arch. For archlinux32 users you can create another wps-office package for 32-bit system yourself.

Universebenzene commented on 2019-04-16 13:34 (UTC)

When you shut down wps-office, the wpsoffice process may still exist. You can do sudo chmod -x /usr/lib/office6/wpsoffice to fix it. But this might bring you problem with signing in.

oowl commented on 2017-11-29 14:16 (UTC)

About the software issues, you can go to the official feedback problem. I'm just a packager, I can not solve the software problem.

Latest Comments

« First ‹ Previous 1 .. 56 57 58 59 60 61 62 63 64 65 66 .. 69 Next › Last »

<deleted-account> commented on 2013-03-08 11:06 (UTC)

==> 正在创建软件包... -> 正在生成 .PKGINFO 文件... -> 正在添加 install 文件... -> 正在压缩软件包... 能否不要压缩?太费时间了。

jose1711 commented on 2013-02-23 14:30 (UTC)

3,18KB/s est 11h 13m i think what this pkgbuild needs is a fast european mirror..

JoveYu commented on 2013-02-20 10:44 (UTC)

catalyst-utils and nvidia-utils provide libgl to Arch,it means they can replace libgl in your system! i don't hava a computer using catalyst-utils or nvidia-utils,anyone help?

Blask commented on 2013-02-14 06:31 (UTC)

==> 正在安装缺少的依赖关系... 正在解决依赖关系... 正在查找内部冲突... :: libgl 与 nvidia-utils 有冲突。删除 nvidia-utils 吗? [y/N]

JoveYu commented on 2013-02-08 07:25 (UTC)

@xgdgsc 我误解了意思,以为说的是上游的包

xgdgsc commented on 2013-02-08 02:08 (UTC)

@JoveYu PKGEXT=".pkg.tar" 加到PKGBUILD就可以让它不压缩最后生成的包,节约时间。

JoveYu commented on 2013-02-07 15:35 (UTC)

@cuihao 不明白你的意思 这个包是利用deb包生成的 没有用到官方xz包

cuihao commented on 2013-02-07 14:58 (UTC)

As the package is very large and compression takes much time, I suggest to use tar (without compression) package instead of default xz package. You can read this PKGBUILD as an example: https://aur.archlinux.org/packages/jr/jre/PKGBUILD 。 软件包太大,生成xz压缩包时太费时间,建议用tar打包。