mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
46 lines
1.1 KiB
Makefile
46 lines
1.1 KiB
Makefile
COMMENT = Qt library and IM module for fcitx5
|
|
|
|
DISTNAME = fcitx5-qt-5.1.8
|
|
PKGNAME = ${DISTNAME:S/fcitx5/fcitx/}
|
|
REVISION = 2
|
|
|
|
SHARED_LIBS += Fcitx5Qt5WidgetsAddons 1.0 # 0.0
|
|
SHARED_LIBS += Fcitx5Qt5DBusAddons 0.1 # 0.0
|
|
SHARED_LIBS += Fcitx5Qt6DBusAddons 0.1 # 0.0
|
|
SHARED_LIBS += Fcitx5Qt6WidgetsAddons 0.0 # 0.0
|
|
|
|
CATEGORIES = inputmethods
|
|
|
|
HOMEPAGE = https://fcitx-im.org/
|
|
|
|
# BSD for plugins
|
|
# LGPL2.1+ for other files
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Fcitx5Utils GL Qt5Concurrent Qt5Core
|
|
WANTLIB += Qt5DBus Qt5Gui Qt5Widgets Qt6Concurrent Qt6Core Qt6DBus
|
|
WANTLIB += Qt6Gui Qt6WaylandClient Qt6Widgets c m wayland-client
|
|
WANTLIB += wayland-cursor xcb xkbcommon
|
|
|
|
SITES = https://download.fcitx-im.org/fcitx5/fcitx5-qt/
|
|
EXTRACT_SUFX = .tar.zst
|
|
|
|
MODULES = devel/kf5 \
|
|
x11/qt6
|
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
inputmethods/fcitx \
|
|
devel/iso-codes \
|
|
devel/fmt
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
inputmethods/fcitx \
|
|
misc/shared-mime-info
|
|
|
|
LIB_DEPENDS = inputmethods/fcitx
|
|
|
|
CONFIGURE_ARGS = -DENABLE_QT4=OFF \
|
|
-DENABLE_QT6=ON
|
|
|
|
.include <bsd.port.mk>
|