diff --git a/textproc/fcitx5-configtool/Makefile b/textproc/fcitx5-configtool/Makefile index a236d790a9f1..90328c146c21 100644 --- a/textproc/fcitx5-configtool/Makefile +++ b/textproc/fcitx5-configtool/Makefile @@ -1,60 +1,60 @@ PORTNAME= fcitx5-configtool -DISTVERSION= 5.1.7 +DISTVERSION= 5.1.9 CATEGORIES= textproc x11 MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ MAINTAINER= khng@FreeBSD.org COMMENT= Fcitx5 IM framework configuration tool WWW= https://github.com/fcitx/fcitx5-configtool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt FLAVORS?= qt6 qt5 FLAVOR?= ${FLAVORS:[1]} qt5_PKGNAMESUFFIX= -qt5 qt6_PKGNAMESUFFIX= -qt6 LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \ libFcitx5Qt${FLAVOR:S/qt//}DBusAddons.so:textproc/fcitx5-qt@${FLAVOR} \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ xkeyboard-config>=0:x11/xkeyboard-config USES= cmake compiler:c++17-lang gettext-tools gl \ kde:${FLAVOR:S/qt//} pkgconfig qt:${FLAVOR:S/qt//} \ tar:zst xorg USE_GL= opengl PLIST_SUB= VER=${PORTVERSION} .if ${FLAVOR} == qt5 USE_KDE= config coreaddons ecm i18n iconthemes itemviews \ kdeclarative kirigami2 package plasma-framework service \ widgetsaddons USE_QT= concurrent core dbus declarative gui widgets \ x11extras buildtools:build qmake:build CMAKE_OFF= ENABLE_TEST USE_QT6 PLIST_SUB+= QT5="" .elif ${FLAVOR} == qt6 LIB_DEPENDS+= libKF6Svg.so:graphics/kf6-ksvg \ libKF6KCMUtilsQuick.so:devel/kf6-kcmutils USE_KDE= config coreaddons ecm i18n iconthemes itemviews \ kdeclarative kirigami2 libplasma package service \ widgetsaddons USE_QT= base declarative CMAKE_OFF= ENABLE_TEST PLIST_SUB+= QT5="@comment " .endif USE_XORG= x11 xkbfile USE_LDCONFIG= yes CMAKE_ON= ENABLE_CONFIG_QT ENABLE_KCM .include diff --git a/textproc/fcitx5-configtool/distinfo b/textproc/fcitx5-configtool/distinfo index 2e56ba0d5c1c..e48142602c4b 100644 --- a/textproc/fcitx5-configtool/distinfo +++ b/textproc/fcitx5-configtool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728667902 -SHA256 (fcitx5-configtool-5.1.7.tar.zst) = 35f3daf2c8a0ceb1266cfe5a1250867775986bfdd18efce6a6c792b9439f6dd1 -SIZE (fcitx5-configtool-5.1.7.tar.zst) = 149763 +TIMESTAMP = 1745160099 +SHA256 (fcitx5-configtool-5.1.9.tar.zst) = 650685b593652079d72044fc4f13f842ebc928aa2bb413ce0a9359dfa6069659 +SIZE (fcitx5-configtool-5.1.9.tar.zst) = 150658 diff --git a/textproc/fcitx5-configtool/files/patch-config.h.in b/textproc/fcitx5-configtool/files/patch-config.h.in deleted file mode 100644 index 478f1f17adf7..000000000000 --- a/textproc/fcitx5-configtool/files/patch-config.h.in +++ /dev/null @@ -1,19 +0,0 @@ ---- config.h.in.orig 2021-03-18 23:30:34 UTC -+++ config.h.in -@@ -6,11 +6,11 @@ - #ifndef _KCM_FCITX5_CONFIG_H_ - #define _KCM_FCITX5_CONFIG_H_ - --#cmakedefine PROJECT_VERSION "@PROJECT_VERSION@" --#cmakedefine XKEYBOARDCONFIG_XKBBASE "@XKEYBOARDCONFIG_XKBBASE@" --#cmakedefine ISOCODES_ISO639_2_JSON "@ISOCODES_ISO639_2_JSON@" --#cmakedefine ISOCODES_ISO639_3_JSON "@ISOCODES_ISO639_3_JSON@" --#cmakedefine ISOCODES_ISO639_5_JSON "@ISOCODES_ISO639_5_JSON@" -+#define PROJECT_VERSION "@PROJECT_VERSION@" -+#define XKEYBOARDCONFIG_XKBBASE "@XKEYBOARDCONFIG_XKBBASE@" -+#define ISOCODES_ISO639_2_JSON "@ISOCODES_ISO639_2_JSON@" -+#define ISOCODES_ISO639_3_JSON "@ISOCODES_ISO639_3_JSON@" -+#define ISOCODES_ISO639_5_JSON "@ISOCODES_ISO639_5_JSON@" - - #define FCITX5_QT5_GUI_WRAPPER "@FCITX5_QT5_GUI_WRAPPER@" -