Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-11-08 Thread Burton, Ross
On Thu, 8 Nov 2018 at 17:28, Brendan Kerrigan wrote: > Yeah it does have a build time dependency on gtk+2. There's a --disable-gtk2, I'd recommend either just passing that or for bonus points having a disabled packageconfig to enable/disable gtk2. GTK+2 is well dead now, so we shouldn't be

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-11-08 Thread Burton, Ross
On Thu, 8 Nov 2018 at 17:28, Brendan Kerrigan wrote: > Yeah it does have a build time dependency on gtk+2. I've made the other > changes, though I still have two libraries that are in subdirectories of > libdir that are giving me an installed vs. shipped QA warning. Is it > appropriate to do a

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-11-08 Thread Khem Raj
On Thu, Nov 8, 2018 at 9:28 AM Brendan Kerrigan wrote: > Yeah it does have a build time dependency on gtk+2. I've made the other > changes, though I still have two libraries that are in subdirectories of > libdir that are giving me an installed vs. shipped QA warning. Is it > appropriate to do a

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-11-08 Thread Brendan Kerrigan
Yeah it does have a build time dependency on gtk+2. I've made the other changes, though I still have two libraries that are in subdirectories of libdir that are giving me an installed vs. shipped QA warning. Is it appropriate to do a more specific packaging within libdir (e.g. FILES_${PN} +=

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-30 Thread Burton, Ross
On Mon, 29 Oct 2018 at 16:41, brendank310 wrote: > +DESCRIPTION = "Intelligent Input Bus for Linux/Unix" > +LICENSE = "LGPLv2.1" > +DEPENDS = "prelink \ > + gtk+ \ > + " It depends on gtk+2? > +S = "${WORKDIR}/${PN}-${PV}" This is the default. > +inherit autotools pkgconfig

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:41 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../ibus/0001-strip-out-dbus-build-dep.patch | 29 > ...0002-decorate-automake-for-valaflags.patch | 46 +++ >

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../ibus/0001-strip-out-dbus-build-dep.patch | 29 > ...0002-decorate-automake-for-valaflags.patch | 46 +++ >