[Pkg-ime-devel] Bug#724226: Bug#724226: input-pad >= 1.0.2-1 breaks ibus-input-pad

Osamu Aoki osamu at debian.org
Sun Oct 6 10:18:23 UTC 2013


Hi,

On Sat, Oct 05, 2013 at 07:35:42PM +0200, Pino Toscano wrote:
...
> ... because both input-pad and ibus-input-pad must use the *same* gtk 
> version, be it gtk2 or gtk3, to avoid this clash.

Thanks for kind explanation.

With the recent upload of ibus-input-pad, I hope I fixed this bug.

diff --git a/debian/control b/debian/control
index 8d1f110..7bcbbf0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends:
  automake,
  autotools-dev,
  intltool (>= 0.40.0),
- libgtk2.0-dev,
+ libgtk-3-dev,
  libibus-1.0-dev,
- libinput-pad-dev (>= 1.0.0),
+ libinput-pad-dev (>= 1.0.2-2~),
  libxkbfile-dev,
  libxklavier-dev (>= 4.0),
  libxml2-dev (>= 2.0),
diff --git a/debian/rules b/debian/rules
index 53c072c..5ba69eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
        dh  $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --libexecdir=/usr/lib/ibus
+       dh_auto_configure -- --libexecdir=/usr/lib/ibus --with-gtk=3.0 

Now cleanly with-gtk=3.0. I can input :-)  ↛↜↝↡↢↣‰‱⁑℉㍱㎑㎒㎓

Osamu



More information about the Pkg-ime-devel mailing list