head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-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 2023.05.21.05.55.39; author wiz; state Exp; branches; next ; commitid 0Aoyg1nAYeIkeNpE; desc @@ 1.2 log @inputmethod/fcitx5: Update to 5.1.7 Changelog: Many bugfixes. Update translations. Improve Wayland support. @ text @$NetBSD: patch-src_modules_dbus_dbusmodule.cpp,v 1.1 2023/05/21 05:55:39 wiz Exp $ Fix fmt 10 compatibility https://github.com/fcitx/fcitx5/commit/7fb3a5500270877d93b61b11b2a17b9b8f6a506b --- src/modules/dbus/dbusmodule.cpp.orig 2021-01-25 16:03:44.057809000 +0000 +++ src/modules/dbus/dbusmodule.cpp @@@@ -536,8 +536,9 @@@@ public: ss << fmt::format("{:02x}", static_cast(v)); } ss << "] program:" << ic->program() - << " frontend:" << ic->frontend() - << " cap:" << fmt::format("{:x}", ic->capabilityFlags()) + << " frontend:" << ic->frontend() << " cap:" + << fmt::format("{:x}", + static_cast(ic->capabilityFlags())) << " focus:" << ic->hasFocus() << std::endl; return true; }); @ 1.1 log @fcitx5: fix build with fmtlib 10 Clean some pkglint while here, and update HOMEPAGE. @ text @d1 1 a1 1 $NetBSD$ @