On Fri, Dec 1, 2017 at 2:54 AM, Osamu Aoki <osamu.a...@gmail.com> wrote: > Maybe your approach is a good stop gap
I see. Well, here's a patch for 1.5.14. And another patch I needed so I wouldn't get an error when my build tools tried to apply the patches. Thanks, Jeremy Bicha
From 6e22a5e7c93d35a02988352f0abbde3f925929e5 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha <jbi...@debian.org> Date: Thu, 30 Nov 2017 22:03:21 -0500 Subject: [PATCH 1/2] Fix up ibus-xx-f19-password.patch --- debian/patches/ibus-xx-f19-password.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/ibus-xx-f19-password.patch b/debian/patches/ibus-xx-f19-password.patch index b51841e..81b607b 100644 --- a/debian/patches/ibus-xx-f19-password.patch +++ b/debian/patches/ibus-xx-f19-password.patch @@ -1,7 +1,7 @@ From: FC19 Description: sed s/gtk2/gtk3/g ibus-xx-f19-password.patch ---- a/client/gtk3/ibusimcontext.c -+++ b/client/gtk3/ibusimcontext.c +--- a/client/gtk2/ibusimcontext.c ++++ b/client/gtk2/ibusimcontext.c @@ -845,6 +845,18 @@ return; -- 2.14.1
From 50f541262f093bf2d2910f73e1d41f34ab4675b8 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha <jbi...@debian.org> Date: Thu, 30 Nov 2017 21:33:01 -0500 Subject: [PATCH 2/2] Enable emoji dictionary --- debian/control | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4d574fd..b89a3ac 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Build-Depends: autoconf, libnotify-dev (>= 0.7), libtool, libwayland-dev [linux-any], + node-emoji, pkg-config (>= 0.16), python-gi-dev, python3-all, diff --git a/debian/rules b/debian/rules index d6f9326..7d62bf7 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed CONFIGURE_FLAGS = \ --disable-silent-rules \ --disable-static \ - --disable-emoji-dict \ + --enable-emoji-dict \ + --with-emoji-json-file=/usr/lib/nodejs/node-emoji/lib/emoji.json \ --enable-gtk2 \ --enable-gtk3 \ --enable-xim \ -- 2.14.1