head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.18 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.16 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.14 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.12 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2024.02.10.09.58.33; author ryoon; state Exp; branches; next ; commitid kPeV5niDoUeD3SXE; desc @@ 1.1 log @inputmethod/fcitx5: Update to 5.1.7 Changelog: Many bugfixes. Update translations. Improve Wayland support. @ text @$NetBSD$ * pkgsrc drops $ORIGIN and use LD_LIBRARY_PATH to run tool during build. --- src/modules/spell/CMakeLists.txt.orig 2023-11-25 13:43:52.518645056 +0000 +++ src/modules/spell/CMakeLists.txt @@@@ -42,7 +42,7 @@@@ fcitx5_extract(spell-en-extract "${SPELL add_custom_command( OUTPUT "${SPELL_EN_DICT}" DEPENDS "${SPELL_EN_DICT_SRC}" Fcitx5::comp-spell-dict spell-en-extract - COMMAND Fcitx5::comp-spell-dict --comp-dict + COMMAND "${CMAKE_COMMAND}" -E env "LD_LIBRARY_PATH=${PROJECT_BINARY_DIR}/src/lib/fcitx-utils" ./comp-spell-dict --comp-dict "${SPELL_EN_DICT_SRC}" "${SPELL_EN_DICT}") add_custom_target(spell_en_dict ALL DEPENDS "${SPELL_EN_DICT}") install(FILES "${SPELL_EN_DICT}" DESTINATION "${FCITX_INSTALL_PKGDATADIR}/spell") @