Edit

IABSD.fr/ports/inputmethods/fcitx-chewing/Makefile

Branch :

  • Show log

    Commit

  • Author : rsadowski
    Date : 2026-06-18 18:20:30
    Hash : e286ae08
    Message : Remove Qt5 support in inputmethods/fcitx and firends ok kevlo@, tweak by yaydn AT protonmail DOT com (thanks)

  • inputmethods/fcitx-chewing/Makefile
  • COMMENT =	chewing wrapper for fcitx5
    
    DISTNAME =	fcitx5-chewing-5.1.6
    PKGNAME =	${DISTNAME:S/fcitx5/fcitx/}
    CATEGORIES =	inputmethods chinese
    REVISION =	1
    
    HOMEPAGE =	https://github.com/fcitx/fcitx5-chewing
    
    # LGPLv2.1+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += ${COMPILER_LIBCXX} Fcitx5Config Fcitx5Core Fcitx5Utils
    WANTLIB += chewing m
    
    SITES =		https://download.fcitx-im.org/fcitx5/fcitx5-chewing/
    EXTRACT_SUFX =	.tar.zst
    
    MODULES =		devel/cmake
    
    BUILD_DEPENDS =		devel/kf6/extra-cmake-modules \
    			devel/gettext,-tools \
    			inputmethods/fcitx \
    			devel/iso-codes
    
    RUN_DEPENDS =		devel/desktop-file-utils \
    			x11/gtk+4,-guic \
    			misc/shared-mime-info
    
    LIB_DEPENDS =		inputmethods/fcitx \
    			chinese/libchewing
    
    .include <bsd.port.mk>