Since last year, wps-office has added a component named `wpspdf` as a pdf reader. But in ebuild file we only install `wps`, `et` and `wpp`. When we try `wpspdf` command, it results in: -bash: wpspdf: command not found and `/opt/kingsoft/wps-office/office6/wpspdf`: -bash: /opt/kingsoft/wps-office/office6/wpspdf: Permission denied Maybe we can add: doexe "${S}"/usr/bin/et fperms 0755 /opt/kingsoft/wps-office/office6/{wps,wpp,et,wpspdf} to ebuild file? Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313bbb474cab7b5d3312e89fc1bb0b3e21d94bde commit 313bbb474cab7b5d3312e89fc1bb0b3e21d94bde Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2020-03-11 18:43:39 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2020-03-11 18:44:11 +0000 app-office/wps-office: Bump to 11.1.0.9126, install wpspdf Thanks-to: Zitian Li Closes: https://bugs.gentoo.org/712124 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org> app-office/wps-office/Manifest | 1 + .../wps-office/wps-office-11.1.0.9126.ebuild | 82 ++++++++++++++++++++++ 2 files changed, 83 insertions(+)