Search Criteria
Package Details: opencc-gui-git r38.47b0e26-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencc-gui-git.git (read-only, click to copy) |
---|---|
Package Base: | opencc-gui-git |
Description: | Gui in Qt5 of Library for Open Chinese Convert |
Upstream URL: | http://code.google.com/p/opencc/ |
Keywords: | opencc |
Licenses: | Apache License 2.0 |
Submitter: | osfans |
Maintainer: | osfans |
Last Packager: | osfans |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-10 02:36 (UTC) |
Last Updated: | 2021-04-07 10:04 (UTC) |
Dependencies (5)
- opencc
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- uchardet (uchardet-gitAUR) (optional)
Latest Comments
tuxsavvy commented on 2021-02-02 06:06 (UTC)
Hi, thanks for creating and maintaining this package. It appears the compiled binary could not find
opencc
, and in the About dialog, shows "Failed to load" for the opencc module. Turns out that this is a simple fix in thesrc/converter.cpp
did the trick; it looks for a very specific version ofopencc
and simply returns false if that version is not found within the system. Below I have included patches to rectify this along with other minor changes to yourPKGBUILD
.Please consider incorporating these, thanks.
PKGBUILD.patch:
.SRCINFO.patch:
converter.patch: