summaryrefslogtreecommitdiff
path: root/inputmethod/uim-mozc
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-06-15 13:08:34 +0000
committerryoon <ryoon@pkgsrc.org>2014-06-15 13:08:34 +0000
commiteb4ad267455c56f3fa192260b6077e0d50c64ffa (patch)
tree6fdc5c73ca2bfa7b57985d660c807bd4ca3b046c /inputmethod/uim-mozc
parentb223a944d3030d6dcc1268f36971e71b3eb1972c (diff)
downloadpkgsrc-eb4ad267455c56f3fa192260b6077e0d50c64ffa.tar.gz
Update to 1.15.1785.102
* Based on PR pkg/48837 from tsutsui@, thank you. The most important change for Japanese ibus-mozc users is: >> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ >> (Issue 201) Changelog: r192 2014-05-16 1.15.1785.102 Build related changes: Removed an undocumented option --channel_dev from build_mozc.py gyp Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ). Android build is now only tested with NDK r9d Debug_Android and Release_Android are deprecated. You can simply specify Debug and Android, respectively. Removed base/base.h. ( Issue 218 ) New features and improvement for Android: Add Unicode 6 Emoji support with EmojiCapable annotation Add a menu item for Voice input in the input options menu User dictionary is now exportable Improved accessibility support Improved hardware keyboard support Use optimized layouts for: TYPE_TEXT_VARIATION_URI TYPE_TEXT_VARIATION_EMAIL_ADDRESS TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS Long pressable UI elements now have three dots marker New features and improvement for Windows: Enable DirectWrite on Windows 7 and later Enable Color Emoji rendering on Windows 8.1 and later Implement more TSF interfaces ITfCandidateList ITfFnGetLinguisticAlternates ITfFnSearchCandidateProvider ITfFnReconversion Fixed issues: FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows FIX: Candidate window never disappears when TSF-aware Firefox loses keyboard focus FIX: Wrong event handling for special events in emacs-mozc FIX: Better support LEIM and fix document links in emacs-mozc FIX: Top of suggest/candidate item is displayed right behind preedit text ( Issue 147 ) FIX: Candidates in overlay style are displayed sideways if header-line-format is non-nil ( Issue 196 ) FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ ( Issue 201 ) FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 ) FIX: Input methods are unavailable when guest-login (Chromium Issue 339318) FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
Diffstat (limited to 'inputmethod/uim-mozc')
-rw-r--r--inputmethod/uim-mozc/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index 6cdad4b815c..c3db3f96423 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2014/05/31 14:24:23 obache Exp $
+# $NetBSD: Makefile,v 1.4 2014/06/15 13:08:34 ryoon Exp $
PKGNAME= uim-${DISTNAME}
-PKGREVISION= 2
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz
-SITES.uim-mozc-331.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-334.tar.xz
+SITES.uim-mozc-334.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
CONFLICTS+= ibus-mozc<=1.13.1651.102
@@ -22,8 +21,8 @@ SUBST_FILES.mozc_tool= scm/mozc-custom.scm
SUBST_SED.mozc_tool= -e 's,/usr/lib/mozc/mozc_tool,${PREFIX}/libexec/mozc_tool,g'
post-extract:
- mv ${WRKDIR}/uim-mozc-331/uim ${WRKSRC}/unix
- mv ${WRKDIR}/uim-mozc-331/scm ${WRKSRC}
+ mv ${WRKDIR}/uim-mozc-334/uim ${WRKSRC}/unix
+ mv ${WRKDIR}/uim-mozc-334/scm ${WRKSRC}
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \