File:  [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-qt / Makefile
Revision 1.17: download - view: text, annotated - select for diffs
Sat Feb 10 12:12:10 2024 UTC (11 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
inputmethod/fcitx5-qt: Update to 5.1.4

Changelog:
Bugfixes.
Cleanups.
Update translations.

# $NetBSD: Makefile,v 1.17 2024/02/10 12:12:10 ryoon Exp $

DISTNAME=	fcitx5-qt-5.1.4
CATEGORIES=	inputmethod
MASTER_SITES=	https://download.fcitx-im.org/fcitx5/fcitx5-qt/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	https://download.fcitx-im.org/fcitx5/fcitx5-qt/
COMMENT=	Qt library and IM module for fcitx5
LICENSE=	gnu-lgpl-v2.1

TOOL_DEPENDS+=	extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++

CMAKE_ARGS+=		-DENABLE_QT4=off
CMAKE_ARGS+=		-DENABLE_QT5=on
CMAKE_ARGS+=		-DENABLE_QT6=off

.include "../../devel/cmake/build.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>