Package Details: fcitx-mozc-ut 2.17.2097.102.20150529-1

Package Base: fcitx-mozc-ut
Description: Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input) with Mozc UT Dictionary (additional dictionary)
Upstream URL: http://www.geocities.jp/ep3797/mozc_01.html
Category: i18n
Licenses: custom
Conflicts: fcitx-mozc, mozc, mozc-fcitx, mozc-server, mozc-ut, mozc-utils-gui
Replaces: fcitx-mozc, mozc-fcitx
Submitter: naoina
Maintainer: naoina
Last Packager: naoina
Votes: 2
First Submitted: 2014-01-21 09:00
Last Updated: 2015-06-04 12:02

Latest Comments

Comment by yek

2015-03-01 02:22

Hi,
I post my match for current revisions Japanese Usage Dictionary and current mozcdics.
Please apply and fix it.


--- PKGBUILD.orig 2015-03-01 11:18:28.842696275 +0900
+++ PKGBUILD 2015-03-01 11:16:45.959266354 +0900
@@ -53,11 +53,11 @@
_bldtype=Release

_mozcver=1.15.1917.102
-_utdicver=20141110
+_utdicver=20150214
_zipcoderel=201410
_protobuf_rev=172019c40bf548908ab09bfd276074c929d48415
_gyp_rev=1987
-_japanese_usage_dictionary_rev=0
+_japanese_usage_dictionary_rev=10
_revision=383

_pkgbase=mozc
@@ -190,8 +190,8 @@
sha512sums=('SKIP'
'SKIP'
'SKIP'
- 'c3d75c33205073db45efc2b1e09e2274d84d18bb333d5198d2df4393e36cc5a668f703b5b017469fa41c95b112756645dda7024fe4cab3a202c7c693788d743d'
- 'bc985592dce28f1c2bbb93813b80092a089a1d20b6b1d9e3358db87571af598f18b1edd9ca9e51817001e94a1654a6bc971b15e7d5e78021de1cc81ab2178a9e'
+ '7f21d3761531399e8b05bd307ed425da290c6a3024cbf60534a392c4d5b160ca56d3c2b934becf455808e476a6bbaac1f9b5c7178bc1336fdb88d4d59213e659'
+ '3e1d08de98efff39f8fce81975deec8b0e3a2d66b6eba36c3d9d496b8ed62460147e6b7c845f9359b99da74a38f7f106ea164a96d8d885dedd7c35a255b90e0a'
'4899c7ee01e387c7c5c628356a0b32e7ba28643580701b779138361ca657864ec17ae0f38d298d60e44093e52a3dfe37d922f780b791e3bd17fc4f056f22dbbb'
'f74d2ddf95706b2925d87b3effa9490aa7cba1f5ce2c20e537f2ac4dfc4c6b6b531f90f8c128bca0f1eafd9197abb6e1f004c11a1ea7a978b2ccad5e85ad0d55'
'2befbb40957f9fdd2454af7cbde1c27da4570fd7f8519237d344b014f42504b642f95e31308a1a4b62f2ac327609270015a572dbc7de7a6a5a0a6ade889a39a0'

Comment by tuxsavvy

2015-02-12 13:03

@naoina,

Here is my patch which fixes the dictionaries and all to the current latest revisions as well as gyp. fcitx-mozc and mozc aren't affected (revisions are retained) and this patch works as of writing (that is, compiles fine):

--- PKGBUILD.orig 2015-02-12 20:17:01.192291016 +0900
+++ PKGBUILD 2015-02-12 21:45:19.945520448 +0900
#***********************************************************************
@@ -53,11 +53,11 @@
_bldtype=Release

_mozcver=1.15.1917.102
-_utdicver=20141110
-_zipcoderel=201410
+_utdicver=20150114
+_zipcoderel=201501
_protobuf_rev=172019c40bf548908ab09bfd276074c929d48415
-_gyp_rev=1987
-_japanese_usage_dictionary_rev=0
+_gyp_rev=2031
+_japanese_usage_dictionary_rev=10
_revision=383

_pkgbase=mozc
@@ -112,10 +112,14 @@

# Copy japanese_usage_dictionary
mkdir third_party/japanese_usage_dictionary
+ # Redundancy, possibly also fixing up a bug
+ svn co -r $_japanese_usage_dictionary_rev http://japanese-usage-dictionary.googlecode.com/svn/trunk "$srcdir"/japanese_usage_dictionary
cp -a "$srcdir"/japanese_usage_dictionary/* third_party/japanese_usage_dictionary

# Copy gyp
mkdir third_party/gyp
+ # Redundancy, possibly also fixing up a bug
+ svn co -r $_gyp_rev http://gyp.googlecode.com/svn/trunk "$srcdir"/gyp
cp -a "${srcdir}"/gyp/* third_party/gyp

# Copy protobuf to be linked statically
@@ -190,12 +194,12 @@
sha512sums=('SKIP'
'SKIP'
'SKIP'
- 'c3d75c33205073db45efc2b1e09e2274d84d18bb333d5198d2df4393e36cc5a668f703b5b017469fa41c95b112756645dda7024fe4cab3a202c7c693788d743d'
- 'bc985592dce28f1c2bbb93813b80092a089a1d20b6b1d9e3358db87571af598f18b1edd9ca9e51817001e94a1654a6bc971b15e7d5e78021de1cc81ab2178a9e'
+ 'b3e5b7ac85e2b675ba0efd55ed6ee8c26d1b1ca2c6403df1445ac5e721d6688bc269ca695b7802b72a59ca9548a69f9e72215209a22774fe516e584e96037298'
+ 'ffcfa9402c5f91748d8e0335efee77f4cab6ff42b1dead73694c57a0d1c826c4c4f4d949217fcc6c17955e6952aeb920a257e731e8048223564a390addf17bc0'
'4899c7ee01e387c7c5c628356a0b32e7ba28643580701b779138361ca657864ec17ae0f38d298d60e44093e52a3dfe37d922f780b791e3bd17fc4f056f22dbbb'
'f74d2ddf95706b2925d87b3effa9490aa7cba1f5ce2c20e537f2ac4dfc4c6b6b531f90f8c128bca0f1eafd9197abb6e1f004c11a1ea7a978b2ccad5e85ad0d55'
- '2befbb40957f9fdd2454af7cbde1c27da4570fd7f8519237d344b014f42504b642f95e31308a1a4b62f2ac327609270015a572dbc7de7a6a5a0a6ade889a39a0'
- 'f5a479fa9f27465acd7fb6b787339d1f6f0f478c6fccf42384c4675d26495c9bc7839233e7b8b0c9a37818af37bc4e2de4d9483e923a067055015d587a009f60'
+ 'b079d229b72422273f28f9354fcae5a068b2567ee9919ebdd5559b9c04b6e47cef448c28c5bd7374b6120bec81ad4dfddb03bd9a431dd9b2d1d43a1cb87a0ee5'
+ '3c9c505ccf2554f705b202c14854f1e76e9219e3899816e0255f4e80f8dd96e430e17ed9431d97adac7fad9f3335ed2a1eac326aec8532eb74508e8bfd4147eb'
'SKIP'
'7a5bcedc8c3174fb65bdfd2126abae0f7432bc5b10dfdce7cd9703bdeac4a5652cc3be59b2a6829184a1b4e0199bf9606db79c2cef7858c2ccc6a5a367b229c6'
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')

The patch also addresses an issue that may happen to those running AUR wrappers and finding out Japanese usage dictionary files were missing for instance.

Summary of dictionary/postal codes/gyp version changes in patch:
Line 56: _utdicver=20150114
Line 57: _zipcoderel=201501
Line 59: _gyp_rev=2031
Line 60: _japanese_usage_dictionary_rev=10

Thanks to amazingfate for pointing out _japanese_usage_dictionary_rev is now at 10. Using 0 for instance may not work.

Thanks again naoina for continuing to maintain this package, keep up the good work!

@amazingfate, doubt it. For mozc in order to work with fcitx, the fcitx devs needs to push patches and the latest released was for patching against mozc 1.15.

Comment by amazingfate

2015-01-10 17:19

can not download with _japanese_usage_dictionary_rev=0, the latest version is 10
maybe we can update mozc to 2.16.2003.102?

Comment by hogehoge

2014-11-18 08:10

Mozc UT Dictionary updated 20141110

Comment by naoina

2014-02-27 03:22

@tuxsavvy
Thank you for your report. I fixed it.

Comment by tuxsavvy

2014-02-27 03:06

http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz link is invalid. The new location for the file is https://fcitx.googlecode.com/files/fcitx-mozc-icon.tar.gz. The checksum also matches.

http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gzのリンクは無効です。。あの新しいファイル場所はhttps://fcitx.googlecode.com/files/fcitx-mozc-icon.tar.gzです。同じファイルのチェックサムにかないます。