mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: fix build
packages/ruler: update vanadium/overlays/fcitx5: fix patch vanadium/overlays/fcitx5-chinese-addons: fix patch treewide: system -> stdenv.hostPlatform.system vanadium: fix warnings
This commit is contained in:
parent
8f0bc83348
commit
bc4490acff
22 changed files with 78 additions and 86 deletions
|
|
@ -22,7 +22,7 @@ index 6e275bd..2dabd86 100644
|
|||
+# install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fullwidth.conf" DESTINATION "${FCITX_INSTALL_PKGDATADIR}/addon"
|
||||
+# COMPONENT config)
|
||||
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
||||
index 994a4d1..f354bfd 100644
|
||||
index 5a8c94c..0f0b130 100644
|
||||
--- a/test/CMakeLists.txt
|
||||
+++ b/test/CMakeLists.txt
|
||||
@@ -17,10 +17,10 @@ target_link_libraries(testpinyinhelper Fcitx5::Core Fcitx5::Module::PinyinHelper
|
||||
|
|
@ -30,14 +30,13 @@ index 994a4d1..f354bfd 100644
|
|||
add_test(NAME testpinyinhelper COMMAND testpinyinhelper)
|
||||
|
||||
-add_executable(testfullwidth testfullwidth.cpp)
|
||||
-target_link_libraries(testfullwidth Fcitx5::Core Fcitx5::Module::TestFrontend Fcitx5::Module::TestIM Pthread::Pthread)
|
||||
-target_link_libraries(testfullwidth Fcitx5::Core Fcitx5::Module::TestFrontend Fcitx5::Module::TestIM)
|
||||
-add_dependencies(testfullwidth fullwidth fullwidth.conf.in-fmt)
|
||||
-add_test(NAME testfullwidth COMMAND testfullwidth)
|
||||
+# add_executable(testfullwidth testfullwidth.cpp)
|
||||
+# target_link_libraries(testfullwidth Fcitx5::Core Fcitx5::Module::TestFrontend Fcitx5::Module::TestIM Pthread::Pthread)
|
||||
+# target_link_libraries(testfullwidth Fcitx5::Core Fcitx5::Module::TestFrontend Fcitx5::Module::TestIM)
|
||||
+# add_dependencies(testfullwidth fullwidth fullwidth.conf.in-fmt)
|
||||
+# add_test(NAME testfullwidth COMMAND testfullwidth)
|
||||
|
||||
add_subdirectory(inputmethod)
|
||||
add_executable(testchttrans testchttrans.cpp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue