head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.24 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.22 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.20 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.18 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.16 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.14 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.12 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.10 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.8 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.6 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.02.10.09.58.33; author ryoon; state dead; branches; next 1.1; commitid kPeV5niDoUeD3SXE; 1.1 date 2021.02.17.15.16.25; author ryoon; state Exp; branches; next ; commitid qIUiXoRBnOMYM4IC; desc @@ 1.2 log @inputmethod/fcitx5: Update to 5.1.7 Changelog: Many bugfixes. Update translations. Improve Wayland support. @ text @$NetBSD: patch-src_modules_spell_dict_CMakeLists.txt,v 1.1 2021/02/17 15:16:25 ryoon Exp $ * pkgsrc drops $ORIGIN and use LD_LIBRARY_PATH to run tool during build. --- src/modules/spell/dict/CMakeLists.txt.orig 2019-08-26 01:11:04.000000000 +0000 +++ src/modules/spell/dict/CMakeLists.txt @@@@ -23,7 +23,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") @ 1.1 log @inputmethod/fcitx5: import fcitx5-5.0.4 Fcitx 5 is a generic input method framework released under LGPL-2.1+. @ text @d1 1 a1 1 $NetBSD$ @