pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/mozc-renderer226
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Feb 10 01:22:15 UTC 2024
Added Files:
pkgsrc/inputmethod/mozc-renderer226: DESCR Makefile PLIST
Log Message:
inputmethod/mozc-renderer226: import mozc-renderer-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 provides mozc_render and common files for mozc client.
This package does not require deve/bazel, so you can build under
32-bit systems.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/inputmethod/mozc-renderer226/DESCR \
pkgsrc/inputmethod/mozc-renderer226/Makefile \
pkgsrc/inputmethod/mozc-renderer226/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/inputmethod/mozc-renderer226/DESCR
diff -u /dev/null pkgsrc/inputmethod/mozc-renderer226/DESCR:1.1
--- /dev/null Sat Feb 10 01:22:15 2024
+++ pkgsrc/inputmethod/mozc-renderer226/DESCR Sat Feb 10 01:22:15 2024
@@ -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 provides mozc_render and common files for mozc client.
+
+This package does not require deve/bazel, so you can build under
+32-bit systems.
Index: pkgsrc/inputmethod/mozc-renderer226/Makefile
diff -u /dev/null pkgsrc/inputmethod/mozc-renderer226/Makefile:1.1
--- /dev/null Sat Feb 10 01:22:15 2024
+++ pkgsrc/inputmethod/mozc-renderer226/Makefile Sat Feb 10 01:22:15 2024
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2024/02/10 01:22:15 ryoon Exp $
+
+PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
+PKGREVISION= 24
+
+CONFLICTS+= ibus-mozc<=1.13.1651.102
+
+INSTALLATION_DIRS+= libexec share/icons
+
+DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
+DEPENDS+= mozc-server-${MOZC_VERSION}*:../../inputmethod/mozc-server226
+
+post-patch:
+ ${RM} ${WRKSRC}/unix/uim/uim.gyp
+
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
+ 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-server226/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/inputmethod/mozc-renderer226/PLIST
diff -u /dev/null pkgsrc/inputmethod/mozc-renderer226/PLIST:1.1
--- /dev/null Sat Feb 10 01:22:15 2024
+++ pkgsrc/inputmethod/mozc-renderer226/PLIST Sat Feb 10 01:22:15 2024
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2024/02/10 01:22:15 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
Home |
Main Index |
Thread Index |
Old Index