inputmethod/mozc-tool226: import mozc-tool-2.26.4282.100nb24

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is configuration tool for mozc.

This package does not require deve/bazel, so you can build under
32-bit systems.
This commit is contained in:
ryoon 2024-02-10 01:23:51 +00:00
parent 4f11cdb155
commit dea4e324bd
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.
This package is configuration tool for mozc.
This package does not require deve/bazel, so you can build under
32-bit systems.

View File

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2024/02/10 01:23:51 ryoon Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
PKGREVISION= 24
INSTALLATION_DIRS+= libexec
ALL_ENV+= qt_dir=${QTDIR}
pre-configure:
${RM} ${WRKSRC}/unix/uim/uim.gyp
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
gui/gui.gyp:mozc_tool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_tool \
${DESTDIR}${PREFIX}/libexec
.include "../../inputmethod/mozc-server226/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2024/02/10 01:23:51 ryoon Exp $
libexec/mozc_tool