@sokuban:
Make sure that there is the mozc.xml in ibus-mozc-*.pkg.tar.xz. If not, it wasn't packaged properly.
ibus-mozc-*.pkg.tar.xz should include the followings:
$ tar tf ibus-mozc-1.4.1033.102-1-x86_64.pkg.tar.xz
.PKGINFO
.CHANGELOG
usr/
usr/lib/
usr/share/
usr/share/ibus/
usr/share/ibus-mozc/
usr/share/ibus-mozc/dictionary.png
usr/share/ibus-mozc/direct.png
usr/share/ibus-mozc/tool.png
usr/share/ibus-mozc/alpha_full.png
usr/share/ibus-mozc/product_icon.png
usr/share/ibus-mozc/katakana_half.png
usr/share/ibus-mozc/alpha_half.png
usr/share/ibus-mozc/katakana_full.png
usr/share/ibus-mozc/hiragana.png
usr/share/ibus-mozc/properties.png
usr/share/ibus/component/
usr/share/ibus/component/mozc.xml
usr/lib/ibus-mozc/
usr/lib/ibus-mozc/ibus-engine-mozc
Search Criteria
Package Details: mozc 2.31.5712.102-1
Package Actions
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: | 80 |
Popularity: | 0.21 |
First Submitted: | 2010-08-09 04:27 (UTC) |
Last Updated: | 2025-01-17 11:42 (UTC) |
Dependencies (8)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- bazel (bazel-gitAUR, bazel3-binAUR, bazelisk-gitAUR, bazelisk-binAUR, bazelisk) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (make)
- emacs-mozcAUR (emacs-mozc-with-jp-dictAUR) (optional) – Emacs integration
- fcitx5-mozc-utAUR (optional) – Fcitx5 integration
- ibus-mozcAUR (ibus-mozc-with-jp-dictAUR) (optional) – IBus integration
Required by (4)
Sources (8)
- git+https://github.com/abseil/abseil-cpp.git#commit=4447c7562e3bc702ade25105912dce503f0c4010
- git+https://github.com/chromium/gyp.git#commit=9ecf45e37677743503342ee4c6a76eaee80e4a7f
- git+https://github.com/google/breakpad.git#commit=216cea7bca53fa441a3ee0d0f5fd339a3a894224
- git+https://github.com/google/googletest.git#commit=b514bdc898e2951020cbdca1304b75f5950d1f59
- git+https://github.com/google/mozc.git#commit=58ebfadae04bc46c46e70edc9662347a29d8b7bc
- git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=e5b3425575734c323e1d947009dd74709437b684
- git+https://github.com/microsoft/wil.git#commit=fc5dbf55989fe20351c71d038a8d12de4b397a6d
- git+https://github.com/protocolbuffers/protobuf.git#commit=7cc670c1809e704ebeba90fb430d50e009f36727
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
ponsfoot commented on 2012-03-26 11:05 (UTC)
sokuban commented on 2012-03-26 05:19 (UTC)
Indeed mozc.xml is non-existent for some reason.
ponsfoot commented on 2012-03-25 12:43 (UTC)
@sokuban:
This works fine on my system. "nothing in ibus's menu" means that Mozc isn't listed in "Select an input method" drop down list of ibus-setup? Then, make sure the /usr/share/ibus/component/mozc.xml is existent. ibus reads it and recognize the ibus-mozc. If mozc.xml is non-existent, ibus-mozc may be not installed properly.
sokuban commented on 2012-03-25 08:50 (UTC)
For some reason it doesn't work for me now. It builds, but when I install it there is nothing in ibus's menu. I didn't touch the PKGBUILD, but it seems ibus is the default so it should work fine right?
It had used to work for me last year, but it stopped working after an update so I tried to install the new version, and the new version doesn't seem to work either. I did update gtest to the new version and rebuild as well just in case but that didn't help.
Could anyone help?
ponsfoot commented on 2012-03-18 03:19 (UTC)
@csslayer:
Added fcitx-mozc in mozc-svn.
Thx
csslayer commented on 2012-03-17 16:11 (UTC)
That's where fcitx-mozc get developed.
https://github.com/fcitx/mozc/
I'm not sure if this is what you want.
ponsfoot commented on 2012-03-17 10:11 (UTC)
@csslayer:
For now, I don't include any external modules (i.e. uim-mozc) into this plain mozc and include them into mozc-svn/-ut.
Because such modules have to be updated sometimes to sync new versions of mozc so it will bring on the delay of/frequent release(es) on aur. I'd like to avoid them as for the plain mozc at least.
So, I'd like to add fcitx-mozc into mozc-svn. Could you provide it as a git repo?
Thx
csslayer commented on 2012-03-17 07:28 (UTC)
Hi, could you please add this patch for Fcitx?
http://code.google.com/p/fcitx/downloads/detail?name=fcitx-mozc-1.4.1003.102.patch&can=2&q=#makechanges
I have add this for chakra package, you can take this as a reference. (I also take your PKGBUILD as reference too :D )
http://gitorious.org/chakra-packages/apps/blobs/master/mozc/PKGBUILD
ponsfoot commented on 2012-03-08 15:47 (UTC)
1.4.1003.102-3: Sorry, I forgot to remove 'protobuf' from depends. protobuf is always linked statically now so it's unnecessary anymore.
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).