@cuihao: Please see the csslayer's comment and my reply on here at Mar. of this year.
Search Criteria
Package Details: mozc 2.30.5618.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: | 81 |
Popularity: | 0.92 |
First Submitted: | 2010-08-09 04:27 (UTC) |
Last Updated: | 2024-10-10 12:38 (UTC) |
Dependencies (8)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR) (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 (5)
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=1d74ac4a0f569aaa99838df861997f3e882add3c
- 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 .. 5 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
ponsfoot commented on 2012-05-11 15:35 (UTC)
cuihao commented on 2012-05-11 12:12 (UTC)
Would you like to add mozc-fcitx to this package?
New patch is out:
https://code.google.com/p/fcitx/downloads/detail?name=fcitx-mozc-1.5.1053.102-1.patch
ponsfoot commented on 2012-03-30 10:49 (UTC)
Unofficial user repository of Mozc is ready.
If you want to use the repo, add the following into your /etc/pacman.conf
---
[pnsft-pur]
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/$arch
---
You can specify `pacman -S mozc-im' to choose all of Mozc packages.
NOTE: It is available x86_64 only and there is no plan to provide i686 packages now.
ponsfoot commented on 2012-03-28 10:45 (UTC)
1.4.1033.102-1: gtest has been removed from makedepends according to upstream.
sokuban commented on 2012-03-27 02:45 (UTC)
A bad habit of installing PKGBUILDs manually is that once I install them I never update them for years until something breaks. I wouldn't be surprised if I last installed it before Apr. 2011.
Sorry about that.
ponsfoot commented on 2012-03-26 15:20 (UTC)
@sokuban:
Just after starting build the mozc, PKGBUILD tells you which packages will be generated. Some of aur helper tool like yaourt installs all generated packages at once.
Mozc was split since Apr. 2011. Please see here's comment log.
sokuban commented on 2012-03-26 14:08 (UTC)
Strange, it has it...
Wait... "ibus-mozc"?
Oh, I get it now, I feel really dumb; I only installed the mozc package; I didn't notice there was another ibus-mozc package. (I swear before you didn't have to install 2 packages?)
ponsfoot commented on 2012-03-26 11:05 (UTC)
@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
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).