pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb 10 12:41:35 UTC 2024

Modified Files:
        pkgsrc/x11/mlterm: options.mk

Log Message:
x11/mlterm: Add option for Fcitx5


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/mlterm/options.mk

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

Modified files:

Index: pkgsrc/x11/mlterm/options.mk
diff -u pkgsrc/x11/mlterm/options.mk:1.23 pkgsrc/x11/mlterm/options.mk:1.24
--- pkgsrc/x11/mlterm/options.mk:1.23   Tue Jul 26 02:25:15 2022
+++ pkgsrc/x11/mlterm/options.mk        Sat Feb 10 12:41:35 2024
@@ -1,11 +1,13 @@
-# $NetBSD: options.mk,v 1.23 2022/07/26 02:25:15 rin Exp $
+# $NetBSD: options.mk,v 1.24 2024/02/10 12:41:35 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mlterm
-PKG_SUPPORTED_OPTIONS= cairo canna fcitx fribidi gdk_pixbuf2 gtk ibus libind m17nlib mlterm-fb otl scim skk uim wnn4 xft2 debug
+PKG_SUPPORTED_OPTIONS= cairo canna fribidi gdk_pixbuf2 gtk ibus libind m17nlib mlterm-fb otl scim skk uim wnn4 xft2 debug
 PKG_SUGGESTED_OPTIONS= cairo fribidi gdk_pixbuf2 gtk m17nlib otl xft2
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=        mlterm-fb
 .endif
+PKG_OPTIONS_OPTIONAL_GROUPS=   fcitx
+PKG_OPTIONS_GROUP.fcitx=       fcitx fcitx5
 
 .include "../../mk/bsd.options.mk"
 
@@ -75,6 +77,15 @@ PLIST.fcitx=         yes
 CONFIGURE_ARGS+=       --disable-fcitx
 .endif
 
+.if !empty(PKG_OPTIONS:Mfcitx5)
+.include "../../inputmethod/fcitx5/buildlink3.mk"
+.include "../../inputmethod/fcitx5-gtk/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-fcitx
+PLIST.fcitx=           yes
+.else
+CONFIGURE_ARGS+=       --disable-fcitx
+.endif
+
 .if !empty(PKG_OPTIONS:Mibus)
 .include "../../inputmethod/ibus/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-ibus



Home | Main Index | Thread Index | Old Index