Package Details: mozc 2.30.5448.102-1

Git Clone URL: https://aur.archlinux.org/mozc.git (read-only, click to copy)
Package Base: mozc
Description: The Open Source edition of Google Japanese Input
Upstream URL: https://github.com/google/mozc
Licenses: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary
Conflicts: mozc-ut
Submitter: ponsfoot
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 78
Popularity: 0.91
First Submitted: 2010-08-09 04:27 (UTC)
Last Updated: 2024-04-26 20:47 (UTC)

Dependencies (7)

Sources (1)

Pinned Comments

Nocifer commented on 2022-05-29 21:53 (UTC) (edited on 2023-08-22 09:33 (UTC) by Nocifer)

If you're getting compilation errors, please delete your Bazel cache (~/.cache/bazel by default).

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »

ponsfoot commented on 2010-09-02 04:49 (UTC)

@sokuban: Fixed. Thank you for your report.

sokuban commented on 2010-09-02 01:05 (UTC)

For scim, the icons are in the wrong place, they should be in /usr/share/scim/icons/

ponsfoot commented on 2010-08-11 15:37 (UTC)

@aaaaarch: Is the pkg-config installed on your system?

<deleted-account> commented on 2010-08-11 14:30 (UTC)

Compile error: ==> Validating source files with sha1sums... mozc-0.12.422.102.tar.bz2 ... Passed ==> Extracting Sources... -> Extracting mozc-0.12.422.102.tar.bz2 with bsdtar ==> Starting build()... Copying file to: third_party/rx/rx.gyp Build tool: make Running: pkg-config --exists ibus-1.0 Traceback (most recent call last): File "build_mozc.py", line 775, in <module> main() File "build_mozc.py", line 767, in main GypMain(deps_file_name) File "build_mozc.py", line 304, in GypMain gyp_file_names = GetGypFileNames() File "build_mozc.py", line 167, in GetGypFileNames RunOrDie(['pkg-config', '--exists', 'ibus-1.0']) File "build_mozc.py", line 458, in RunOrDie process = subprocess.Popen(argv) File "/usr/lib/python2.6/subprocess.py", line 633, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Aborting... What's the problem? Thanks!

ponsfoot commented on 2010-08-10 08:08 (UTC)

You can choose the input method framework to use either ibus, scim or both. Only ibus-mozc is enabled by default. If you want to use with scim, edit PKGBUILD, i.e. uncomment "_scim_mozc=" line and you can comment out "_ibus_mozc=" to disable ibus-mozc if unnecessary. The dependencies (ibus, scim or both) are modified in accordance with your choice automatically. Please see PKGBUILD for detail.