From b954e62342c273924b53a7096ee7b17df982f5b7 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 20 Apr 2025 22:42:08 +0800 Subject: [PATCH] textproc/fcitx5-configtool: Update to 5.1.9 Approved by: khng (implicitly) --- textproc/fcitx5-configtool/Makefile | 2 +- textproc/fcitx5-configtool/distinfo | 6 +++--- .../fcitx5-configtool/files/patch-config.h.in | 19 ------------------- 3 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 textproc/fcitx5-configtool/files/patch-config.h.in 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,5 +1,5 @@ PORTNAME= fcitx5-configtool -DISTVERSION= 5.1.7 +DISTVERSION= 5.1.9 CATEGORIES= textproc x11 MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ 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@" -