diff --git a/deskutils/maliit-framework/Makefile b/deskutils/maliit-framework/Makefile index 2aa9072d7506..ca375fc6f8ee 100644 --- a/deskutils/maliit-framework/Makefile +++ b/deskutils/maliit-framework/Makefile @@ -1,33 +1,36 @@ PORTNAME= framework DISTVERSION= 2.3.0 PORTREVISION= 2 CATEGORIES= deskutils kde PKGNAMEPREFIX= maliit- MAINTAINER= kde@FreeBSD.org COMMENT= Core libraries of Maliit and server WWW= https://maliit.github.io/ +DEPRECATED= Development discontinued, does not support Qt 6 +EXPIRATION_DATE= 2026-12-31 + BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libudev.so:devel/libudev-devd \ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= maliit USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango USE_QT= core dbus declarative gui network wayland widgets \ buildtools:build qmake:build USE_XORG= xcb CMAKE_ON= enable-dbus-activation \ enable-wayland-gtk CMAKE_OFF= enable-tests \ enable-docs BINARY_ALIAS= qtwaylandscanner=${QT_BINDIR}/qtwaylandscanner .include diff --git a/deskutils/maliit-keyboard/Makefile b/deskutils/maliit-keyboard/Makefile index 298821e4cddd..aeb2ecfa263e 100644 --- a/deskutils/maliit-keyboard/Makefile +++ b/deskutils/maliit-keyboard/Makefile @@ -1,41 +1,44 @@ PORTNAME= keyboard DISTVERSION= 2.3.1 PORTREVISION= 1 CATEGORIES= deskutils kde PKGNAMEPREFIX= maliit- MAINTAINER= kde@FreeBSD.org COMMENT= Virtual keyboard based on Maliit framework WWW= https://maliit.github.io/ +DEPRECATED= Development discontinued, does not support Qt 6 +EXPIRATION_DATE= 2026-12-31 + BUILD_DEPENDS= hunspell:textproc/hunspell LIB_DEPENDS= libmaliit-plugins.so:deskutils/maliit-framework \ libpresage.so:deskutils/presage \ libQt5Feedback.so:deskutils/qtfeedback \ libhunspell-1.7.so:textproc/hunspell USES= cmake gettext gnome pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= maliit USE_GNOME= glib20 GLIB_SCHEMAS= org.maliit.keyboard.maliit.gschema.xml USE_QT= core dbus declarative gui multimedia network quickcontrols2 \ buildtools:build qmake:build CMAKE_OFF= enable-tests CMAKE_ARGS= -DHUNSPELL_DICT_PATH=${PREFIX}/share/hunspell OPTIONS_DEFINE= ANTHY CHEWING PINYIN OPTIONS_SUB= yes ANTHY_DESC= Japanese language support CHEWING_DESC= Chinese language support via chewing PINYIN_DESC= Chinese language support via pinyin ANTHY_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode ANTHY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Anthy CHEWING_LIB_DEPENDS= libchewing.so:chinese/libchewing CHEWING_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Chewing PINYIN_LIB_DEPENDS= libpinyin.so:chinese/libpinyin PINYIN_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Pinyin .include