Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
update rime for 3 features (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Jun 9, 2024
1 parent d30ec4f commit fe1fba2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fcitx5-chinese-addons
6 changes: 3 additions & 3 deletions patches/rime.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 643b5ca..9b04182 100644
index e96508c..835dfd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,8 @@ find_package(PkgConfig REQUIRED)
@@ -17,7 +17,8 @@ find_package(Pthread REQUIRED)

if (NOT DEFINED RIME_TARGET)
pkg_check_modules(Rime REQUIRED IMPORTED_TARGET "rime>=1.0.0")
Expand All @@ -11,4 +11,4 @@ index 643b5ca..9b04182 100644
+ set(RIME_TARGET $<LINK_LIBRARY:WHOLE_ARCHIVE,"/tmp/fcitx5/lib/librime.a"> "-L/tmp/fcitx5/lib" leveldb yaml-cpp marisa opencc glog lua)
endif()

if ("${Rime_VERSION}" VERSION_LESS "1.7.0")
if ("${Rime_VERSION}" VERSION_LESS "1.8.0")

0 comments on commit fe1fba2

Please sign in to comment.