pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-mozc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 10 12:27:34 UTC 2024

Modified Files:
        pkgsrc/inputmethod/ibus-mozc: Makefile

Log Message:
inputmethod/ibus-mozc: Update to 2.29.5268.102

* Sync with Mozc 2.29.5268.102.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/inputmethod/ibus-mozc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-mozc/Makefile
diff -u pkgsrc/inputmethod/ibus-mozc/Makefile:1.91 pkgsrc/inputmethod/ibus-mozc/Makefile:1.92
--- pkgsrc/inputmethod/ibus-mozc/Makefile:1.91  Mon Jan  1 16:05:23 2024
+++ pkgsrc/inputmethod/ibus-mozc/Makefile       Sat Feb 10 12:27:34 2024
@@ -1,30 +1,36 @@
-# $NetBSD: Makefile,v 1.91 2024/01/01 16:05:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.92 2024/02/10 12:27:34 ryoon Exp $
 
 PKGNAME=       ibus-${DISTNAME}
-PKGREVISION=   25
 
 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
+DEPENDS+=      mozc-renderer>=2.29:../../inputmethod/mozc-renderer
+DEPENDS+=      mozc-server>=2.29:../../inputmethod/mozc-server
+DEPENDS+=      mozc-tool>=2.29:../../inputmethod/mozc-tool
 
 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
+               ${PREFIX}/bin/bazel \
+                       --output_user_root=${WRKDIR}/bazel \
+                       --client_debug \
+                       build \
+                       unix/ibus:ibus_mozc unix/icons \
+                       --host_action_env=CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR} \
+                       --action_env=CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR} \
+                       --host_action_env=PATH=${PATH} \
+                       --action_env=PATH=${PATH} \
+                       --sandbox_debug \
+                       --verbose_failures \
+                       --subcommands \
+                       --config oss_linux --compilation_mode opt
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/ibus_mozc \
+       ${INSTALL_PROGRAM} ${WRKSRC}/bazel-out/${OSDEST}/bin/unix/ibus/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}/bazel-out/${OSDEST}/bin/unix/ibus/mozc.xml \
+               ${DESTDIR}${PREFIX}/share/ibus/component/mozc.xml
        ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ime_product_icon_opensource-32.png \
                ${DESTDIR}${PREFIX}/share/ibus-mozc/product_icon.png
 



Home | Main Index | Thread Index | Old Index