Package Details: ttf-wps-fonts 2.0-1

Git Clone URL: https://aur.archlinux.org/ttf-wps-fonts.git (read-only, click to copy)
Package Base: ttf-wps-fonts
Description: Symbol fonts required by wps-office.
Upstream URL: https://github.com/ferion11/ttf-wps-fonts
Licenses: custom:eula
Submitter: BannedPatriot
Maintainer: xuanruiqi
Last Packager: xuanruiqi
Votes: 106
Popularity: 0.27
First Submitted: 2015-09-15 00:09 (UTC)
Last Updated: 2024-06-22 07:33 (UTC)

Dependencies (0)

Required by (3)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

petronny commented on 2016-06-01 09:50 (UTC)

缺少git作为makedepends

rains commented on 2016-05-05 06:27 (UTC)

@d3Xt3r @zyldragoon i'm using wps-office 10.1.0.5503_a20p2-1. Both of Symbol and Wingdings are present and works fine. can you provide more detail information about this problem? thank you. 如果是中国同胞,可以用中文跟我说。

zyldragoon commented on 2016-04-17 08:13 (UTC)

got error "Some formula symbols might not be displayed correctly due to missing fonts Symbol, Wingdings."

d3Xt3r commented on 2016-02-08 22:55 (UTC)

Installed this and tried opening a document, but I got the following error: "Some formula symbols might not be displayed correctly due to missing fonts Symbol, Wingdings." I've checked /usr/share/fonts/wps-fonts/ and all fonts are present there. I've even created symlinks with alternate case names, but wps still complains that it can't find the fonts. Tried running it from the terminal but I can't see any debug output, so I'm not sure where exactly it's looking for the fonts and why it's failing.

rains commented on 2015-12-10 02:33 (UTC)

done, thanks @maz-1 and @tangodaddy.

tangodaddy commented on 2015-10-16 18:17 (UTC)

A case of insensitivity to the case sensitivity of linux shells. SOLUTION: Add the following line to PKGBUILD within the package() { ... } environment: install -m644 "$srcdir/$pkgname/"*.TTF "$pkgdir/usr/share/fonts/wps-fonts/" Then, WEBDINGS.TTF will be installed.

maz-1 commented on 2015-10-04 13:33 (UTC)

"WEBDINGS.TTF" is not installed, please fix