mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 04:44:35 +08:00
Update prebuilt
This commit is contained in:
parent
7cd5778a2a
commit
762683f6bd
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "boostorg/boost",
|
"uniqueId": "boostorg/boost",
|
||||||
"artifactVersion": "1.87.0",
|
"artifactVersion": "1.90.0",
|
||||||
"description": "Free peer-reviewed portable C++ source libraries",
|
"description": "Free peer-reviewed portable C++ source libraries",
|
||||||
"name": "boostorg/boost",
|
"name": "boostorg/boost",
|
||||||
"website": "https://www.boost.org/",
|
"website": "https://www.boost.org/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "j-jorge/libintl-lite",
|
"uniqueId": "j-jorge/libintl-lite",
|
||||||
"artifactVersion": "ba15146",
|
"artifactVersion": "edbb306",
|
||||||
"description": "simple (but less powerful) GNU gettext libintl replacement",
|
"description": "simple (but less powerful) GNU gettext libintl replacement",
|
||||||
"name": "j-jorge/libintl-lite",
|
"name": "j-jorge/libintl-lite",
|
||||||
"website": "https://github.com/j-jorge/libintl-lite",
|
"website": "https://github.com/j-jorge/libintl-lite",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "libuv/libuv",
|
"uniqueId": "libuv/libuv",
|
||||||
"artifactVersion": "1.50.0",
|
"artifactVersion": "1.52.0",
|
||||||
"description": "Cross-platform asynchronous I/O",
|
"description": "Cross-platform asynchronous I/O",
|
||||||
"name": "libuv/libuv",
|
"name": "libuv/libuv",
|
||||||
"website": "https://libuv.org/",
|
"website": "https://libuv.org/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "BYVoid/OpenCC",
|
"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).",
|
"description": "opensource project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai).",
|
||||||
"name": "BYVoid/OpenCC",
|
"name": "BYVoid/OpenCC",
|
||||||
"website": "https://opencc.byvoid.com/",
|
"website": "https://opencc.byvoid.com/",
|
||||||
|
|||||||
@ -37,8 +37,8 @@ find_package(Boost 1.87.0 REQUIRED COMPONENTS iostreams CONFIG)
|
|||||||
add_compile_definitions("BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS")
|
add_compile_definitions("BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS")
|
||||||
|
|
||||||
# prebuilt marisa-tire, OpenCC needs it
|
# prebuilt marisa-tire, OpenCC needs it
|
||||||
set(marisa_DIR "${PREBUILT_DIR}/marisa/${ANDROID_ABI}/lib/cmake/marisa")
|
set(Marisa_DIR "${PREBUILT_DIR}/marisa/${ANDROID_ABI}/lib/cmake/Marisa")
|
||||||
find_package(marisa)
|
find_package(Marisa)
|
||||||
|
|
||||||
# prebuilt opencc
|
# prebuilt opencc
|
||||||
set(OpenCC_DIR "${PREBUILT_DIR}/opencc/${ANDROID_ABI}/lib/cmake/opencc")
|
set(OpenCC_DIR "${PREBUILT_DIR}/opencc/${ANDROID_ABI}/lib/cmake/opencc")
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 31a2970338ba45ce3dc02e4a36edea924cae867d
|
Subproject commit 6672fa19bdd4f2003e0e4b8af9823202897e49b9
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "chewing/libchewing",
|
"uniqueId": "chewing/libchewing",
|
||||||
"artifactVersion": "0.8.5",
|
"artifactVersion": "0.11.0",
|
||||||
"description": "An intelligent phonetic (Zhuyin/Bopomofo) input method",
|
"description": "An intelligent phonetic (Zhuyin/Bopomofo) input method",
|
||||||
"name": "chewing/libchewing",
|
"name": "chewing/libchewing",
|
||||||
"website": "https://github.com/chewing/libchewing",
|
"website": "https://github.com/chewing/libchewing",
|
||||||
|
|||||||
@ -16,7 +16,7 @@ find_package(Fcitx5Module MODULE)
|
|||||||
|
|
||||||
add_library(Chewing_static STATIC IMPORTED)
|
add_library(Chewing_static STATIC IMPORTED)
|
||||||
set_target_properties(Chewing_static PROPERTIES
|
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"
|
INTERFACE_INCLUDE_DIRECTORIES "${PREBUILT_DIR}/libchewing/${ANDROID_ABI}/include/chewing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 9317c06bf56ae3b447f56c14dc2e03a68ab53dee
|
Subproject commit 11086f40512774dcadef54079f1ba023bfacf940
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "ClearURLs/Rules",
|
"uniqueId": "ClearURLs/Rules",
|
||||||
"artifactVersion": "b935388",
|
"artifactVersion": "11086f4",
|
||||||
"description": "Rules database of the ClearURLs WebExtension.",
|
"description": "Rules database of the ClearURLs WebExtension.",
|
||||||
"name": "ClearURLs/Rules",
|
"name": "ClearURLs/Rules",
|
||||||
"website": "https://github.com/ClearURLs/Rules",
|
"website": "https://github.com/ClearURLs/Rules",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "libhangul/libhangul",
|
"uniqueId": "libhangul/libhangul",
|
||||||
"artifactVersion": "0.1.0",
|
"artifactVersion": "0.2.0",
|
||||||
"description": "A library to support hangul input method logic",
|
"description": "A library to support hangul input method logic",
|
||||||
"name": "libhangul/libhangul",
|
"name": "libhangul/libhangul",
|
||||||
"website": "https://github.com/libhangul/libhangul",
|
"website": "https://github.com/libhangul/libhangul",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "boostorg/boost",
|
"uniqueId": "boostorg/boost",
|
||||||
"artifactVersion": "1.87.0",
|
"artifactVersion": "1.90.0",
|
||||||
"description": "Free peer-reviewed portable C++ source libraries",
|
"description": "Free peer-reviewed portable C++ source libraries",
|
||||||
"name": "boostorg/boost",
|
"name": "boostorg/boost",
|
||||||
"website": "https://www.boost.org/",
|
"website": "https://www.boost.org/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "hchunhui/librime-lua",
|
"uniqueId": "hchunhui/librime-lua",
|
||||||
"artifactVersion": "e3912a4",
|
"artifactVersion": "68f9c36",
|
||||||
"description": "Extending RIME with Lua scripts",
|
"description": "Extending RIME with Lua scripts",
|
||||||
"name": "hchunhui/librime-lua",
|
"name": "hchunhui/librime-lua",
|
||||||
"website": "https://github.com/hchunhui/librime-lua",
|
"website": "https://github.com/hchunhui/librime-lua",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "rime/librime",
|
"uniqueId": "rime/librime",
|
||||||
"artifactVersion": "1.13.1",
|
"artifactVersion": "1.16.1",
|
||||||
"description": "Rime Input Method Engine",
|
"description": "Rime Input Method Engine",
|
||||||
"name": "rime/librime",
|
"name": "rime/librime",
|
||||||
"website": "https://github.com/rime/librime",
|
"website": "https://github.com/rime/librime",
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "rime/marisa-trie",
|
"uniqueId": "rime/marisa-trie",
|
||||||
"artifactVersion": "0.2.6",
|
"artifactVersion": "0.3.1",
|
||||||
"description": "Matching Algorithm with Recursively Implemented StorAge",
|
"description": "Matching Algorithm with Recursively Implemented StorAge",
|
||||||
"name": "rime/marisa-trie",
|
"name": "rime/marisa-trie",
|
||||||
"website": "https://github.com/rime/marisa-trie",
|
"website": "https://github.com/s-yata/marisa-trie",
|
||||||
"tag": "native",
|
"tag": "native",
|
||||||
"licenses": [
|
"licenses": [
|
||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "BYVoid/OpenCC",
|
"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).",
|
"description": "opensource project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai).",
|
||||||
"name": "BYVoid/OpenCC",
|
"name": "BYVoid/OpenCC",
|
||||||
"website": "https://opencc.byvoid.com/",
|
"website": "https://opencc.byvoid.com/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "rime/rime-luna-pinyin",
|
"uniqueId": "rime/rime-luna-pinyin",
|
||||||
"artifactVersion": "d7b4e52",
|
"artifactVersion": "0c6d8e3",
|
||||||
"description": "Rime 預設的拼音輸入方案",
|
"description": "Rime 預設的拼音輸入方案",
|
||||||
"name": "rime/rime-luna-pinyin",
|
"name": "rime/rime-luna-pinyin",
|
||||||
"website": "https://github.com/rime/rime-luna-pinyin",
|
"website": "https://github.com/rime/rime-luna-pinyin",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "rime/rime-prelude",
|
"uniqueId": "rime/rime-prelude",
|
||||||
"artifactVersion": "db691d2",
|
"artifactVersion": "541e03e",
|
||||||
"description": "Essential files for building up your Rime configuration",
|
"description": "Essential files for building up your Rime configuration",
|
||||||
"name": "rime/rime-prelude",
|
"name": "rime/rime-prelude",
|
||||||
"website": "https://github.com/rime/rime-prelude",
|
"website": "https://github.com/rime/rime-prelude",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "jbeder/yaml-cpp",
|
"uniqueId": "jbeder/yaml-cpp",
|
||||||
"artifactVersion": "0.8.0",
|
"artifactVersion": "0.9.0",
|
||||||
"description": "A YAML parser and emitter in C++",
|
"description": "A YAML parser and emitter in C++",
|
||||||
"name": "jbeder/yaml-cpp",
|
"name": "jbeder/yaml-cpp",
|
||||||
"website": "https://github.com/jbeder/yaml-cpp",
|
"website": "https://github.com/jbeder/yaml-cpp",
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit d7b4e52f8021bbad5c5a99b2314ca1771cd6f222
|
Subproject commit 0c6d8e37f00c3e43fd8d0ada42dab4eda0b3d811
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit db691d2420b8e656a79692a94f9db0fb3e7aa12b
|
Subproject commit 541e03e0f36ff42318848046a3b61ac47483dca3
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"uniqueId": "tlwg/libthai",
|
"uniqueId": "tlwg/libthai",
|
||||||
"artifactVersion": "0.1.29",
|
"artifactVersion": "0.1.30",
|
||||||
"description": "Thai language support routines",
|
"description": "Thai language support routines",
|
||||||
"name": "tlwg/libthai",
|
"name": "tlwg/libthai",
|
||||||
"website": "https://github.com/tlwg/libthai",
|
"website": "https://github.com/tlwg/libthai",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user