Package: kasumi Version: 2.5+debian1-1+b1 Severity: normal Tags: l10n patch X-Debbugs-Cc: [email protected]
Dear Maintainer, This package contains its gettext catalog files, but they are not used. Please find attached a patch to use the files. Regards, -- 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.12-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 kasumi depends on: ii libanthy1t64 1:0.4-3+b1 ii libc6 2.40-6 ii libgcc-s1 14.2.0-16 ii libglib2.0-0t64 2.83.3-2 ii libgtk-3-0t64 3.24.48-4 ii libstdc++6 14.2.0-16 Versions of packages kasumi recommends: ii anthy 1:0.4-3+b1 kasumi suggests no packages. -- no debconf information
Description: Really use gettext Author: YOSHINO Yoshihito <[email protected]> Bug-Debian: https://bugs.debian.org/<bugnumber> Origin: other Forwarded: no Last-Update: 2025-02-15 Index: kasumi-2.5+debian1/configure.ac =================================================================== --- kasumi-2.5+debian1.orig/configure.ac +++ kasumi-2.5+debian1/configure.ac @@ -33,6 +33,8 @@ CC_ATTRIBUTE_VISIBILITY([default]) GETTEXT_PACKAGE=$PACKAGE_NAME AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package]) AC_SUBST(GETTEXT_PACKAGE) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.21]) IT_PROG_INTLTOOL([0.50.0]) PKG_PROG_PKG_CONFIG([0.22]) Index: kasumi-2.5+debian1/Makefile.am =================================================================== --- kasumi-2.5+debian1.orig/Makefile.am +++ kasumi-2.5+debian1/Makefile.am @@ -28,6 +28,7 @@ desktop_DATA = $(Desktop_in_files:.deskt localedir = $(datadir)/locale AM_CPPFLAGS=-DLOCALEDIR=\"$(localedir)\" +AM_CXXFLAGS=-DLOCALEDIR=\"$(localedir)\" SUBDIRS = po ACLOCAL_AMFLAGS = -I m4 @@ -35,4 +36,4 @@ ACLOCAL_AMFLAGS = -I m4 CLEANFILES = $(desktop_DATA) kasumi_CPPFLAGS = $(GTK_CFLAGS) -Isrc/ -kasumi_LDADD = $(INTLLIBS) $(LTLIBICONV) $(GTK_LIBS) $(ANTHY_LIBS) $(GOBJECT_LIBS) +kasumi_LDADD = $(INTLLIBS) $(GTK_LIBS) $(ANTHY_LIBS) $(GOBJECT_LIBS)

