summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-mozc/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-09-07 18:42:14 +0000
committerryoon <ryoon@pkgsrc.org>2013-09-07 18:42:14 +0000
commitf11b03d5f43f5a66508d83906e729e80224f23e5 (patch)
treeb40873cb2f5330b0da25017483b1195c74119a74 /inputmethod/ibus-mozc/Makefile
parentf786ac7af10ccbd878a229b0ffa55dcb23c18d62 (diff)
downloadpkgsrc-f11b03d5f43f5a66508d83906e729e80224f23e5.tar.gz
Update to 1.11.1522.102
* Use renderer for ibus-mozc, new candidates window. Changelog: r171 2013-08-28 1.11.1522.102 FIX: Safari crashes when surrounding text is requested. FIX: Mode symbol on the mode indicator is not rendered on Windows. FIX: Caret position is not updated after commit in WPF's TextBox on Windows. FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1 FIX: GDI handles are not destroyed when classic theme is selected on Windows. FIX: Fails to connect to mozc_renderer from explorer.exe on Windows. Enable Touch-optimized on-screen keyboard on Windows 8+. Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 ) Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 ) Remove ibus-mozc-chewing (Issue 194) Remove ibus-mozc-pinyin (Issue 194)
Diffstat (limited to 'inputmethod/ibus-mozc/Makefile')
-rw-r--r--inputmethod/ibus-mozc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index 5e8c375431e..59a3fbb366f 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2013/09/02 19:51:11 adam Exp $
+# $NetBSD: Makefile,v 1.12 2013/09/07 18:42:14 ryoon Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 1
INSTALLATION_DIRS+= libexec share/ibus share/icons share/ibus/component \
share/ibus-mozc
@@ -13,11 +12,14 @@ DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
- unix/ibus/ibus.gyp:ibus_mozc
+ unix/ibus/ibus.gyp:ibus_mozc \
+ renderer/renderer.gyp:mozc_renderer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/ibus_mozc \
${DESTDIR}${PREFIX}/libexec/ibus-engine-mozc
+ ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_renderer \
+ ${DESTDIR}${PREFIX}/libexec
${INSTALL_DATA} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/obj/gen/unix/ibus/mozc.xml \
${DESTDIR}${PREFIX}/share/ibus/component
.for f in ui-alpha_full ui-alpha_half ui-dictionary ui-direct \