Package: uim-qt6-immodule Version: 1:1.9.0-3 Severity: important Tags: upstream fixed-upstream patch X-Debbugs-Cc: [email protected] Control: forwarded -1 https://github.com/uim/uim/pull/227
Dear Maintainer, Currently uim's qt5 candidate window is used on top of qt6 applications. New upstream version 1.9.1 fixes this problem. Also note that the upstream 1.9.1 depends on "anthy-unicode" not "anthy", where we need to either - revert to the Debian's "anthy" version or - replace Debian's "anthy" source with "anthy-unicode" . During the current Trixie soft freeze I would prefer the former. Attaching a (refreshed) patch to use Debian's "anthy". Thanks in advance, -- YOSHINO Yoshihito <[email protected]> -- System Information: Debian Release: trixie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.12.21-amd64 (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages uim-qt6-immodule depends on: ii libc6 2.41-7 ii libgcc-s1 14.2.0-19 ii libqt6core6t64 [qt6-base-private-abi] 6.8.2+dfsg-6 ii libqt6gui6 6.8.2+dfsg-6 ii libqt6widgets6 6.8.2+dfsg-6 ii libstdc++6 14.2.0-19 ii libuim-scm0 1:1.9.0-3 ii libuim8 1:1.9.0-3 ii uim 1:1.9.0-3 uim-qt6-immodule recommends no packages. uim-qt6-immodule suggests no packages. -- no debconf information
Description: support anthy-0.3 Author: HIGUCHI Daisuke (VDR dai) <[email protected]> Origin: vendor Forwarded: not-needed Last-Update: 2025-05-03 Index: uim-1.9.1/configure.ac =================================================================== --- uim-1.9.1.orig/configure.ac +++ uim-1.9.1/configure.ac @@ -124,7 +124,7 @@ fi if test "x$with_anthy" = xyes; then ANTHY_LIBS="-lanthy -lanthydic" ANTHY_CFLAGS="" - PKG_CHECK_EXISTS(anthy >= 8622, + PKG_CHECK_EXISTS(anthy >= 0.3, [AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1, "libanthy can handle UTF-8")]) fi @@ -142,11 +142,11 @@ AC_ARG_WITH(anthy-utf8, [with_anthy_utf8=no]) if test "x$with_anthy_utf8" != xno; then - PKG_CHECK_MODULES(ANTHY_UTF8, anthy-unicode, + PKG_CHECK_MODULES(ANTHY_UTF8, anthy >= 0.3, [with_anthy_utf8=yes AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1, [libanthy-unicode can handle UTF-8])], - [PKG_CHECK_MODULES(ANTHY_UTF8, anthy >= 8622, + [PKG_CHECK_MODULES(ANTHY_UTF8, anthy >= 0.3, [with_anthy_utf8=yes AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1, [libanthy can handle UTF-8])],

