From 762683f6bdb30466e81da435fa5519698e3727c5 Mon Sep 17 00:00:00 2001 From: Rocka Date: Sat, 25 Apr 2026 23:32:26 +0800 Subject: [PATCH] Update prebuilt --- app/licenses/libraries/boost.json | 2 +- app/licenses/libraries/libintl-lite.json | 2 +- app/licenses/libraries/libuv.json | 2 +- app/licenses/libraries/opencc.json | 2 +- lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt | 4 ++-- lib/fcitx5/src/main/cpp/prebuilt | 2 +- plugin/chewing/licenses/libraries/libchewing.json | 2 +- plugin/chewing/src/main/cpp/CMakeLists.txt | 2 +- plugin/clipboard-filter/ClearURLsRules | 2 +- plugin/clipboard-filter/licenses/libraries/rules.json | 2 +- plugin/hangul/licenses/libraries/libhangul.json | 2 +- plugin/rime/licenses/libraries/boost.json | 2 +- plugin/rime/licenses/libraries/librime-lua.json | 2 +- plugin/rime/licenses/libraries/librime.json | 2 +- plugin/rime/licenses/libraries/marisa.json | 4 ++-- plugin/rime/licenses/libraries/opencc.json | 2 +- plugin/rime/licenses/libraries/rime-luna-pinyin.json | 2 +- plugin/rime/licenses/libraries/rime-prelude.json | 2 +- plugin/rime/licenses/libraries/yaml-cpp.json | 2 +- plugin/rime/src/main/cpp/rime-luna-pinyin | 2 +- plugin/rime/src/main/cpp/rime-prelude | 2 +- plugin/thai/licenses/libraries/libthai.json | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/app/licenses/libraries/boost.json b/app/licenses/libraries/boost.json index e35fe05d..c8b6e64b 100644 --- a/app/licenses/libraries/boost.json +++ b/app/licenses/libraries/boost.json @@ -1,6 +1,6 @@ { "uniqueId": "boostorg/boost", - "artifactVersion": "1.87.0", + "artifactVersion": "1.90.0", "description": "Free peer-reviewed portable C++ source libraries", "name": "boostorg/boost", "website": "https://www.boost.org/", diff --git a/app/licenses/libraries/libintl-lite.json b/app/licenses/libraries/libintl-lite.json index e08b58ba..724959f3 100644 --- a/app/licenses/libraries/libintl-lite.json +++ b/app/licenses/libraries/libintl-lite.json @@ -1,6 +1,6 @@ { "uniqueId": "j-jorge/libintl-lite", - "artifactVersion": "ba15146", + "artifactVersion": "edbb306", "description": "simple (but less powerful) GNU gettext libintl replacement", "name": "j-jorge/libintl-lite", "website": "https://github.com/j-jorge/libintl-lite", diff --git a/app/licenses/libraries/libuv.json b/app/licenses/libraries/libuv.json index 9e9e34e5..5c9881ee 100644 --- a/app/licenses/libraries/libuv.json +++ b/app/licenses/libraries/libuv.json @@ -1,6 +1,6 @@ { "uniqueId": "libuv/libuv", - "artifactVersion": "1.50.0", + "artifactVersion": "1.52.0", "description": "Cross-platform asynchronous I/O", "name": "libuv/libuv", "website": "https://libuv.org/", diff --git a/app/licenses/libraries/opencc.json b/app/licenses/libraries/opencc.json index ed4109ee..bcaa086b 100644 --- a/app/licenses/libraries/opencc.json +++ b/app/licenses/libraries/opencc.json @@ -1,6 +1,6 @@ { "uniqueId": "BYVoid/OpenCC", - "artifactVersion": "1.1.9", + "artifactVersion": "1.2.0", "description": "opensource project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai).", "name": "BYVoid/OpenCC", "website": "https://opencc.byvoid.com/", diff --git a/lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt b/lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt index f489e8a2..2e505b70 100644 --- a/lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt +++ b/lib/fcitx5-chinese-addons/src/main/cpp/CMakeLists.txt @@ -37,8 +37,8 @@ find_package(Boost 1.87.0 REQUIRED COMPONENTS iostreams CONFIG) add_compile_definitions("BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS") # prebuilt marisa-tire, OpenCC needs it -set(marisa_DIR "${PREBUILT_DIR}/marisa/${ANDROID_ABI}/lib/cmake/marisa") -find_package(marisa) +set(Marisa_DIR "${PREBUILT_DIR}/marisa/${ANDROID_ABI}/lib/cmake/Marisa") +find_package(Marisa) # prebuilt opencc set(OpenCC_DIR "${PREBUILT_DIR}/opencc/${ANDROID_ABI}/lib/cmake/opencc") diff --git a/lib/fcitx5/src/main/cpp/prebuilt b/lib/fcitx5/src/main/cpp/prebuilt index 31a29703..6672fa19 160000 --- a/lib/fcitx5/src/main/cpp/prebuilt +++ b/lib/fcitx5/src/main/cpp/prebuilt @@ -1 +1 @@ -Subproject commit 31a2970338ba45ce3dc02e4a36edea924cae867d +Subproject commit 6672fa19bdd4f2003e0e4b8af9823202897e49b9 diff --git a/plugin/chewing/licenses/libraries/libchewing.json b/plugin/chewing/licenses/libraries/libchewing.json index bac0ad99..fda08991 100644 --- a/plugin/chewing/licenses/libraries/libchewing.json +++ b/plugin/chewing/licenses/libraries/libchewing.json @@ -1,6 +1,6 @@ { "uniqueId": "chewing/libchewing", - "artifactVersion": "0.8.5", + "artifactVersion": "0.11.0", "description": "An intelligent phonetic (Zhuyin/Bopomofo) input method", "name": "chewing/libchewing", "website": "https://github.com/chewing/libchewing", diff --git a/plugin/chewing/src/main/cpp/CMakeLists.txt b/plugin/chewing/src/main/cpp/CMakeLists.txt index 09ba1afe..357f2a26 100644 --- a/plugin/chewing/src/main/cpp/CMakeLists.txt +++ b/plugin/chewing/src/main/cpp/CMakeLists.txt @@ -16,7 +16,7 @@ find_package(Fcitx5Module MODULE) add_library(Chewing_static STATIC IMPORTED) set_target_properties(Chewing_static PROPERTIES - IMPORTED_LOCATION "${PREBUILT_DIR}/libchewing/${ANDROID_ABI}/lib/libchewing.a" + IMPORTED_LOCATION "${PREBUILT_DIR}/libchewing/${ANDROID_ABI}/lib/libchewing_capi.a" INTERFACE_INCLUDE_DIRECTORIES "${PREBUILT_DIR}/libchewing/${ANDROID_ABI}/include/chewing" ) diff --git a/plugin/clipboard-filter/ClearURLsRules b/plugin/clipboard-filter/ClearURLsRules index 9317c06b..11086f40 160000 --- a/plugin/clipboard-filter/ClearURLsRules +++ b/plugin/clipboard-filter/ClearURLsRules @@ -1 +1 @@ -Subproject commit 9317c06bf56ae3b447f56c14dc2e03a68ab53dee +Subproject commit 11086f40512774dcadef54079f1ba023bfacf940 diff --git a/plugin/clipboard-filter/licenses/libraries/rules.json b/plugin/clipboard-filter/licenses/libraries/rules.json index 97472dbc..131365eb 100644 --- a/plugin/clipboard-filter/licenses/libraries/rules.json +++ b/plugin/clipboard-filter/licenses/libraries/rules.json @@ -1,6 +1,6 @@ { "uniqueId": "ClearURLs/Rules", - "artifactVersion": "b935388", + "artifactVersion": "11086f4", "description": "Rules database of the ClearURLs WebExtension.", "name": "ClearURLs/Rules", "website": "https://github.com/ClearURLs/Rules", diff --git a/plugin/hangul/licenses/libraries/libhangul.json b/plugin/hangul/licenses/libraries/libhangul.json index 42ad3873..a37d5815 100644 --- a/plugin/hangul/licenses/libraries/libhangul.json +++ b/plugin/hangul/licenses/libraries/libhangul.json @@ -1,6 +1,6 @@ { "uniqueId": "libhangul/libhangul", - "artifactVersion": "0.1.0", + "artifactVersion": "0.2.0", "description": "A library to support hangul input method logic", "name": "libhangul/libhangul", "website": "https://github.com/libhangul/libhangul", diff --git a/plugin/rime/licenses/libraries/boost.json b/plugin/rime/licenses/libraries/boost.json index e35fe05d..c8b6e64b 100644 --- a/plugin/rime/licenses/libraries/boost.json +++ b/plugin/rime/licenses/libraries/boost.json @@ -1,6 +1,6 @@ { "uniqueId": "boostorg/boost", - "artifactVersion": "1.87.0", + "artifactVersion": "1.90.0", "description": "Free peer-reviewed portable C++ source libraries", "name": "boostorg/boost", "website": "https://www.boost.org/", diff --git a/plugin/rime/licenses/libraries/librime-lua.json b/plugin/rime/licenses/libraries/librime-lua.json index 1392d187..3651e4c9 100644 --- a/plugin/rime/licenses/libraries/librime-lua.json +++ b/plugin/rime/licenses/libraries/librime-lua.json @@ -1,6 +1,6 @@ { "uniqueId": "hchunhui/librime-lua", - "artifactVersion": "e3912a4", + "artifactVersion": "68f9c36", "description": "Extending RIME with Lua scripts", "name": "hchunhui/librime-lua", "website": "https://github.com/hchunhui/librime-lua", diff --git a/plugin/rime/licenses/libraries/librime.json b/plugin/rime/licenses/libraries/librime.json index d7f8c4cb..3b464869 100644 --- a/plugin/rime/licenses/libraries/librime.json +++ b/plugin/rime/licenses/libraries/librime.json @@ -1,6 +1,6 @@ { "uniqueId": "rime/librime", - "artifactVersion": "1.13.1", + "artifactVersion": "1.16.1", "description": "Rime Input Method Engine", "name": "rime/librime", "website": "https://github.com/rime/librime", diff --git a/plugin/rime/licenses/libraries/marisa.json b/plugin/rime/licenses/libraries/marisa.json index b570ebd0..23d1e732 100644 --- a/plugin/rime/licenses/libraries/marisa.json +++ b/plugin/rime/licenses/libraries/marisa.json @@ -1,9 +1,9 @@ { "uniqueId": "rime/marisa-trie", - "artifactVersion": "0.2.6", + "artifactVersion": "0.3.1", "description": "Matching Algorithm with Recursively Implemented StorAge", "name": "rime/marisa-trie", - "website": "https://github.com/rime/marisa-trie", + "website": "https://github.com/s-yata/marisa-trie", "tag": "native", "licenses": [ "BSD-2-Clause", diff --git a/plugin/rime/licenses/libraries/opencc.json b/plugin/rime/licenses/libraries/opencc.json index ed4109ee..bcaa086b 100644 --- a/plugin/rime/licenses/libraries/opencc.json +++ b/plugin/rime/licenses/libraries/opencc.json @@ -1,6 +1,6 @@ { "uniqueId": "BYVoid/OpenCC", - "artifactVersion": "1.1.9", + "artifactVersion": "1.2.0", "description": "opensource project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai).", "name": "BYVoid/OpenCC", "website": "https://opencc.byvoid.com/", diff --git a/plugin/rime/licenses/libraries/rime-luna-pinyin.json b/plugin/rime/licenses/libraries/rime-luna-pinyin.json index cccd976c..d695be53 100644 --- a/plugin/rime/licenses/libraries/rime-luna-pinyin.json +++ b/plugin/rime/licenses/libraries/rime-luna-pinyin.json @@ -1,6 +1,6 @@ { "uniqueId": "rime/rime-luna-pinyin", - "artifactVersion": "d7b4e52", + "artifactVersion": "0c6d8e3", "description": "Rime 預設的拼音輸入方案", "name": "rime/rime-luna-pinyin", "website": "https://github.com/rime/rime-luna-pinyin", diff --git a/plugin/rime/licenses/libraries/rime-prelude.json b/plugin/rime/licenses/libraries/rime-prelude.json index 084e24a6..d77e2989 100644 --- a/plugin/rime/licenses/libraries/rime-prelude.json +++ b/plugin/rime/licenses/libraries/rime-prelude.json @@ -1,6 +1,6 @@ { "uniqueId": "rime/rime-prelude", - "artifactVersion": "db691d2", + "artifactVersion": "541e03e", "description": "Essential files for building up your Rime configuration", "name": "rime/rime-prelude", "website": "https://github.com/rime/rime-prelude", diff --git a/plugin/rime/licenses/libraries/yaml-cpp.json b/plugin/rime/licenses/libraries/yaml-cpp.json index 78073e81..ef39b118 100644 --- a/plugin/rime/licenses/libraries/yaml-cpp.json +++ b/plugin/rime/licenses/libraries/yaml-cpp.json @@ -1,6 +1,6 @@ { "uniqueId": "jbeder/yaml-cpp", - "artifactVersion": "0.8.0", + "artifactVersion": "0.9.0", "description": "A YAML parser and emitter in C++", "name": "jbeder/yaml-cpp", "website": "https://github.com/jbeder/yaml-cpp", diff --git a/plugin/rime/src/main/cpp/rime-luna-pinyin b/plugin/rime/src/main/cpp/rime-luna-pinyin index d7b4e52f..0c6d8e37 160000 --- a/plugin/rime/src/main/cpp/rime-luna-pinyin +++ b/plugin/rime/src/main/cpp/rime-luna-pinyin @@ -1 +1 @@ -Subproject commit d7b4e52f8021bbad5c5a99b2314ca1771cd6f222 +Subproject commit 0c6d8e37f00c3e43fd8d0ada42dab4eda0b3d811 diff --git a/plugin/rime/src/main/cpp/rime-prelude b/plugin/rime/src/main/cpp/rime-prelude index db691d24..541e03e0 160000 --- a/plugin/rime/src/main/cpp/rime-prelude +++ b/plugin/rime/src/main/cpp/rime-prelude @@ -1 +1 @@ -Subproject commit db691d2420b8e656a79692a94f9db0fb3e7aa12b +Subproject commit 541e03e0f36ff42318848046a3b61ac47483dca3 diff --git a/plugin/thai/licenses/libraries/libthai.json b/plugin/thai/licenses/libraries/libthai.json index c758d64c..b5721564 100644 --- a/plugin/thai/licenses/libraries/libthai.json +++ b/plugin/thai/licenses/libraries/libthai.json @@ -1,6 +1,6 @@ { "uniqueId": "tlwg/libthai", - "artifactVersion": "0.1.29", + "artifactVersion": "0.1.30", "description": "Thai language support routines", "name": "tlwg/libthai", "website": "https://github.com/tlwg/libthai",