pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-mozc226
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Feb 10 01:28:25 UTC 2024
Added Files:
pkgsrc/inputmethod/ibus-mozc226: DESCR Makefile PLIST
Log Message:
inputmethod/ibus-mozc226: import ibus-mozc-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 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/ibus-mozc226/DESCR \
pkgsrc/inputmethod/ibus-mozc226/Makefile \
pkgsrc/inputmethod/ibus-mozc226/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/ibus-mozc226/DESCR
diff -u /dev/null pkgsrc/inputmethod/ibus-mozc226/DESCR:1.1
--- /dev/null Sat Feb 10 01:28:25 2024
+++ pkgsrc/inputmethod/ibus-mozc226/DESCR Sat Feb 10 01:28:25 2024
@@ -0,0 +1,6 @@
+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 does not require deve/bazel, so you can build under
+32-bit systems.
Index: pkgsrc/inputmethod/ibus-mozc226/Makefile
diff -u /dev/null pkgsrc/inputmethod/ibus-mozc226/Makefile:1.1
--- /dev/null Sat Feb 10 01:28:25 2024
+++ pkgsrc/inputmethod/ibus-mozc226/Makefile Sat Feb 10 01:28:25 2024
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2024/02/10 01:28:25 ryoon Exp $
+
+PKGNAME= ibus-${DISTNAME}
+PKGREVISION= 24
+
+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
+
+pre-configure:
+ ${RM} ${WRKSRC}/unix/uim/uim.gyp
+
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
+ unix/ibus/ibus.gyp:ibus_mozc_lib \
+ 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_DATA} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/gen/unix/ibus/mozc.xml \
+ ${DESTDIR}${PREFIX}/share/ibus/component
+ ${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-server226/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/inputmethod/ibus-mozc226/PLIST
diff -u /dev/null pkgsrc/inputmethod/ibus-mozc226/PLIST:1.1
--- /dev/null Sat Feb 10 01:28:25 2024
+++ pkgsrc/inputmethod/ibus-mozc226/PLIST Sat Feb 10 01:28:25 2024
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2024/02/10 01:28:25 ryoon Exp $
+libexec/ibus-engine-mozc
+share/ibus-mozc/product_icon.png
+share/ibus/component/mozc.xml
Home |
Main Index |
Thread Index |
Old Index