Package Details: fcitx5-mozc-git 2.26.4220.102.r1394.b862bc18-1

Git Clone URL: https://aur.archlinux.org/fcitx5-mozc-git.git (read-only, click to copy)
Package Base: fcitx5-mozc-git
Description: Fcitx5 Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)
Upstream URL: https://github.com/google/mozc
Licenses: custom
Conflicts: fcitx-mozc, fcitx5-mozc, mozc, mozc-fcitx, mozc-server, mozc-utils-gui
Replaces: mozc-fcitx
Submitter: farseerfc
Maintainer: farseerfc (lilac)
Last Packager: lilac
Votes: 2
Popularity: 0.000000
First Submitted: 2017-12-23 11:59 (UTC)
Last Updated: 2020-12-18 07:56 (UTC)

Latest Comments

kf1123 commented on 2020-01-04 14:41 (UTC)

build failed in my environment with these messages as below.

/usr/include/Fcitx5/Utils/fcitx-utils/stringutils_details.h:57:34: error: no member named 'string_view' in namespace 'std'
struct UniversalPieceHelper<std::string_view> {
                            ~~~~~^
1 error generated.

After I apply this patch, it fixed.

$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 8095fe0..15b8c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,6 +77,9 @@ prepare() {
   find scripts               -type f -exec sed -i -e "s|python |python2 |"  {} +
   find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" {} +

+  # use c++17
+  sed -r -i -e "s/c\+\+14/c++17/" src/unix/fcitx5/fcitx5.gyp
+
   cd src
   # Generate zip code seed
   msg "Generating zip code seed..."

rocka commented on 2019-12-16 13:59 (UTC) (edited on 2019-12-16 14:04 (UTC) by rocka)

Mozc icon doesn't show in KDE kimpanel tray.

After some digging, I found that in DBus sevice org.kde.kimpanel.inputmethod , StatusNotifierItem/org.kde.StatusNotifierItem's IconName property is /build/fcitx5-mozc-git/pkg/fcitx5-mozc-git/usr/share/fcitx5/mozc/icon/mozc.png

You can see it by executing dbus-send --session --dest=org.kde.kimpanel.inputmethod --print-reply /StatusNotifierItem org.freedesktop.DBus.Properties.Get string:org.kde.StatusNotifierItem string:IconName when Mozc is the active input method.

There might be a building issue ...

dangoron commented on 2019-01-18 05:09 (UTC)

这两个包已经过时了 https://downloads.sourceforge.net/pnsft-aur/x-ken-all-201807.zip https://downloads.sourceforge.net/pnsft-aur/jigyosyo-201807.zip