diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-20 10:40:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-20 10:40:36 +0000 |
commit | a062565390da41d3d17e739d6a6b92358f3800d1 (patch) | |
tree | 0a012a5d22aa161cc55eaca6f27c74ead6d08244 /inputmethod/ibus-mozc | |
parent | feef8865f90e88410ef87dae1e140e95f5f3d7a5 (diff) | |
download | pkgsrc-a062565390da41d3d17e739d6a6b92358f3800d1.tar.gz |
Bump PKGREVISION
* Depends on mozc-renderer
Diffstat (limited to 'inputmethod/ibus-mozc')
-rw-r--r-- | inputmethod/ibus-mozc/Makefile | 19 | ||||
-rw-r--r-- | inputmethod/ibus-mozc/PLIST | 13 |
2 files changed, 7 insertions, 25 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile index 8f144d25362..f5ed74afdfa 100644 --- a/inputmethod/ibus-mozc/Makefile +++ b/inputmethod/ibus-mozc/Makefile @@ -1,35 +1,28 @@ -# $NetBSD: Makefile,v 1.15 2014/01/19 01:18:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/20 10:40:36 ryoon Exp $ PKGNAME= ibus-${DISTNAME} +PKGREVISION= 1 -INSTALLATION_DIRS+= libexec share/ibus share/icons share/ibus/component \ +INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \ share/ibus-mozc DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils +DEPENDS+= mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server 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 \ - renderer/renderer.gyp:mozc_renderer + unix/ibus/ibus.gyp:ibus_mozc 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 \ - 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 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ime_product_icon_opensource-32.png \ ${DESTDIR}${PREFIX}/share/ibus-mozc/product_icon.png +.include "../../inputmethod/ibus/buildlink3.mk" .include "../../inputmethod/mozc-server/Makefile.common" diff --git a/inputmethod/ibus-mozc/PLIST b/inputmethod/ibus-mozc/PLIST index f0d49012e53..f4da2342b70 100644 --- a/inputmethod/ibus-mozc/PLIST +++ b/inputmethod/ibus-mozc/PLIST @@ -1,15 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/09/07 18:42:14 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/01/20 10:40:36 ryoon Exp $ libexec/ibus-engine-mozc -libexec/mozc_renderer share/ibus-mozc/product_icon.png share/ibus/component/mozc.xml -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 |