[Pkg-ime-devel] Bug#664102: Surrounding text support for ibus 1.4.1

Osamu Aoki osamu at debian.org
Fri Mar 16 13:06:29 UTC 2012


Thanks,

On Thu, Mar 15, 2012 at 10:11:52AM -0700, Doug Rintoul wrote:
> Package: ibus
> Version: 1.4.1-1
...
> Surrounding text support had been enabled for ibus 1.3.99.20110817-1 and
> for the 1.4.0 series as per bug report #639552, but the latest version,
> 1.4.1 is no longer compiled with --enable-surrounding-text. Since a
> number of IMs require this feature, can 1.4.1 be changed to enable this
> again?

Before:
dh_auto_configure -- LDFLAGS="-Wl,--as-needed" --enable-static --enable-gtk3 --enable-surrounding-text

Now:
verride_dh_auto_configure:
        dh_auto_configure -- \
                LDFLAGS="-Wl,--as-needed" \
                --disable-static \
                --enable-gtk2 \
                --enable-gtk3 \
                --enable-xim \
                --disable-gtk-doc \
                --enable-introspection \
                --libexec=/usr/lib/$(DEB_BUILD_MULTIARCH)/ibus

I thought I was doing clean-up and must have dropped an extra line...

It needs to be enabled and I mean to do so.

Thanks.

Osamu






More information about the Pkg-ime-devel mailing list