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

BujuArena commented on 2023-12-11 23:41 (UTC)

This currently can't be installed without PKGBUILD modifications because the osdn.net SSL certificate has expired. This causes the files jigyosyo-202011.zip and x-ken-all-202011.zip to be unable to be downloaded by curl. Here is the curl output from my latest attempt to install fcitx5-mozc-git:

curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

I have seen a ticket on the OSDN website the SSL certificate having expired here, but it was created back in August and still hasn't been addressed. In case the administrators haven't seen the ticket in the months since it was created, I sent them an email today explaining the issue and linking the ticket.

I am able to install this package by first manually editing the PKGBUILD file by changing https to http in the osdn.net source URLs. This works around the expired SSL certificate by downloading the files using HTTP without SSL.

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