Import of pkgsrc-2014Q1
This commit is contained in:
5
inputmethod/mozc-renderer/DESCR
Normal file
5
inputmethod/mozc-renderer/DESCR
Normal file
@@ -0,0 +1,5 @@
|
||||
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 provides mozc_render and common files for mozc client.
|
||||
29
inputmethod/mozc-renderer/Makefile
Normal file
29
inputmethod/mozc-renderer/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:04 tron Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
|
||||
PKGREVISION= 1
|
||||
|
||||
CONFLICTS+= ibus-mozc<=1.13.1651.102
|
||||
|
||||
INSTALLATION_DIRS+= libexec share/icons
|
||||
|
||||
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
||||
DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && env ${MAKE_ENV} \
|
||||
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
|
||||
renderer/renderer.gyp:mozc_renderer
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_renderer \
|
||||
${DESTDIR}${PREFIX}/libexec
|
||||
.for f in ui-alpha_full ui-alpha_half ui-dictionary ui-direct \
|
||||
ui-hiragana ui-katakana_full ui-katakana_half ui-properties ui-tool
|
||||
${INSTALL_DATA} ${WRKSRC}/data/images/unix/${f}.png \
|
||||
${DESTDIR}${PREFIX}/share/icons/${f:S/^ui-/mozc-/}.png
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/data/images/product_icon_32bpp-128.png \
|
||||
${DESTDIR}${PREFIX}/share/icons/mozc.png
|
||||
|
||||
.include "../../inputmethod/mozc-server/Makefile.common"
|
||||
12
inputmethod/mozc-renderer/PLIST
Normal file
12
inputmethod/mozc-renderer/PLIST
Normal file
@@ -0,0 +1,12 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/20 10:35:43 ryoon Exp $
|
||||
libexec/mozc_renderer
|
||||
share/icons/mozc-alpha_full.png
|
||||
share/icons/mozc-alpha_half.png
|
||||
share/icons/mozc-dictionary.png
|
||||
share/icons/mozc-direct.png
|
||||
share/icons/mozc-hiragana.png
|
||||
share/icons/mozc-katakana_full.png
|
||||
share/icons/mozc-katakana_half.png
|
||||
share/icons/mozc-properties.png
|
||||
share/icons/mozc-tool.png
|
||||
share/icons/mozc.png
|
||||
Reference in New Issue
Block a user