I cannot get this to "build" properly. Yaourt craps out, and thus won't build, with the following error:
==> Install or build missing dependencies for kingsoft-office:
error: target not found: lib32-libpng12
error: target not found: lib32-glu
error: target not found: lib32-libxml2
error: target not found: lib32-libsm
However, if I execute "yaourt -S lib32-libpng12" (or -glu or -libxml2, etc) then yaourt reports such package is not available:
error: target not found: lib32-libpng12
How can I install these lib32* packages when they are not available in AUR...?!
Search Criteria
Package Details: wps-office-mime 11.1.0.11723-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wps-office.git (read-only, click to copy) |
---|---|
Package Base: | wps-office |
Description: | Mime files provided by Kingsoft Office (WPS Office) |
Upstream URL: | http://wps-community.org |
Licenses: | LicenseRef-WPS-EULA |
Submitter: | felixonmars |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 492 |
Popularity: | 1.40 |
First Submitted: | 2014-08-17 11:57 (UTC) |
Last Updated: | 2024-07-29 18:49 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 53 54 .. 70 Next › Last »
poincare commented on 2014-07-27 12:55 (UTC)
felixonmars commented on 2014-07-09 05:47 (UTC)
@bluerider
Thanks, implemented.
bluerider commented on 2014-07-08 18:13 (UTC)
Please add lib32-libcups and cups as opt-depends for printing support.
andykluger commented on 2014-06-18 17:12 (UTC)
I actually can't tell what the state of their 64-bit support is.
I downloaded their 64 bit binary and tried to run it as in the readme, and it complained of not finding libX11.so.6, which exists on my system under /usr/lib/.
andykluger commented on 2014-06-17 21:42 (UTC)
This seems to be hard-coded for 32-bit, though 64-bit is available.
http://wps-community.org/download.html
<deleted-account> commented on 2014-04-09 07:35 (UTC)
We do not have access to any source code, so compiling ourselves is not really an option
dujiulun2006 commented on 2014-04-09 07:10 (UTC)
The Arch "Right Way" would be to strip the shipped version and build them by ourselves. But I give a thumb up for using them since compiling from AUR is painful.
felixonmars commented on 2014-04-05 06:27 (UTC)
FYI that I just removed {lib32-,}libjpeg6 from dependencies, since kingsoft has shipped it already.
felixonmars commented on 2014-04-04 12:42 (UTC)
Hi Martin,
Updated according to your tweak. Thanks a lot :)
flexiondotorg commented on 2014-04-04 12:20 (UTC)
Hi Felix,
I've been following your license thread on the mailing list. I'm interested in seeing this package gain popularity, it really addresses a need for me. To that end, I've done some tweaking on the PKGBUILD to clean up the `depends` a little, I've not addressed everything yet but the `namcap` report is looking better. You can find my changes in the following Gist - https://gist.github.com/flexiondotorg/9973385
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 thewps-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)