aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx-libpinyin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/fcitx-libpinyin/Makefile')
-rw-r--r--chinese/fcitx-libpinyin/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile
index 0542339c8ae7..51db9c80b2f9 100644
--- a/chinese/fcitx-libpinyin/Makefile
+++ b/chinese/fcitx-libpinyin/Makefile
@@ -1,7 +1,5 @@
-# Created by: Zhihao Yuan <lichray@gmail.com>
-
PORTNAME= fcitx-libpinyin
-PORTVERSION= 0.5.3
+PORTVERSION= 0.5.4
PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/:body \
@@ -13,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= lichray@gmail.com
COMMENT= Libpinyin support for Fcitx
+WWW= https://fcitx-im.org/wiki/Fcitx
LICENSE= GPLv2
@@ -22,21 +21,20 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libFcitxQt5WidgetsAddons.so:textproc/fcitx-qt5
USES= cmake gettext gnome pkgconfig tar:xz
-INSTALLS_ICONS= yes
_MODEL_VER= 20161206
OPTIONS_DEFINE= QT5
-OPTIONS_DEFAULT=QT5
+OPTIONS_DEFAULT_aarch64= QT5
+OPTIONS_DEFAULT_amd64= QT5
+OPTIONS_DEFAULT_i386= QT5
QT5_DESC= Enable Qtr for dictmanager
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT5}
-DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
-EXPIRATION_DATE=2021-06-23
USES+= qt:5
-USE_QT= qmake_build gui webengine buildtools_build
+USE_QT= qmake:build gui webengine buildtools:build
USE_LDCONFIG= ${PREFIX}/lib/fcitx/qt
PLIST_SUB+= QT5=""
.else