Message ID | 20190802085032.32687-3-psaavedra@igalia.com |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch b/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch new file mode 100644 index 000000000..9812be08f --- /dev/null +++ b/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch @@ -0,0 +1,19 @@ +Index: ibus-anthy-1.5.10/gir/Makefile.am +=================================================================== +--- ibus-anthy-1.5.10.orig/gir/Makefile.am ++++ ibus-anthy-1.5.10/gir/Makefile.am +@@ -68,12 +68,12 @@ Anthy_9000_gir_SCANNERFLAGS = \ + --warn-all \ + $(NULL) + Anthy_9000_gir_INCLUDES = GObject-2.0 +-Anthy_9000_gir_LIBS = $(libanthygobject) anthy ++Anthy_9000_gir_LIBS = $(libanthygobject) + Anthy_9000_gir_CFLAGS = @ANTHY_CFLAGS@ + Anthy_9000_gir_FILES = \ + $(libanthygobject_1_0_la_SOURCES) \ + $(anthyinclude_HEADERS) \ +- $(ANTHY_INCLUDEDIR)/anthy/anthy.h \ ++ $(STAGING_DIR_HOST)$(ANTHY_INCLUDEDIR)/anthy/anthy.h \ + $(NULL) + INTROSPECTION_GIRS += Anthy-9000.gir + diff --git a/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb b/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb new file mode 100644 index 000000000..d42f87ae5 --- /dev/null +++ b/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "It is a Japanese input engine for IBus." +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +SECTION = "inputmethods" + +SRC_URI = "https://github.com/ibus/${PN}/releases/download/${PV}/${PN}-${PV}.tar.gz \ + file://fix_anthy_include_in_gir.patch \ +" +SRC_URI[md5sum] = "d7c2c410619edacfbaca6a9d02ed8982" +SRC_URI[sha256sum] = "cc33e0d1afe7e4a1f0a092d2a4575269ac21373771e49579c434afb4eef9f84a" + +# Needed to find the Anthy included headers (anthy/anthy.h) +export STAGING_DIR_HOST + +inherit autotools pkgconfig gettext gobject-introspection gtk-immodules-cache gtk-icon-cache gsettings qemu + +REQUIRED_DISTRO_FEATURES = "x11" + +DEPENDS = " anthy ibus gobject-introspection adwaita-icon-theme" +RDEPENDS_${PN} += " ibus takao-fonts anthy libanthy0" + +DEPENDS_append_class-target = " intltool-native qemu-native" + +do_configure_prepend() { + export PYTHON=python2 +} + + +FILES_${PN} += " \ + ${datadir}/icons/* \ + ${datadir}/ibus \ + ${datadir}/appdata \ + ${datadir}/ibus/component/anthy.xml \ + ${datadir}/appdata/ibus-anthy.appdata.xml \ + ${datadir}/gir-1.0/Anthy-9000.gir \ + ${datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml \ +"
On 8/2/19 1:50 AM, Pablo Saavedra wrote: > It is a Japanese input engine for IBus. > > Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> > --- > .../ibus/ibus-anthy/fix_anthy_include_in_gir.patch | 19 +++++++++++ > meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb | 37 ++++++++++++++++++++++ > 2 files changed, 56 insertions(+) > create mode 100644 meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch > create mode 100644 meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb > > diff --git a/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch b/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch > new file mode 100644 > index 000000000..9812be08f > --- /dev/null > +++ b/meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch > @@ -0,0 +1,19 @@ > +Index: ibus-anthy-1.5.10/gir/Makefile.am > +=================================================================== > +--- ibus-anthy-1.5.10.orig/gir/Makefile.am > ++++ ibus-anthy-1.5.10/gir/Makefile.am > +@@ -68,12 +68,12 @@ Anthy_9000_gir_SCANNERFLAGS = \ > + --warn-all \ > + $(NULL) > + Anthy_9000_gir_INCLUDES = GObject-2.0 > +-Anthy_9000_gir_LIBS = $(libanthygobject) anthy > ++Anthy_9000_gir_LIBS = $(libanthygobject) > + Anthy_9000_gir_CFLAGS = @ANTHY_CFLAGS@ > + Anthy_9000_gir_FILES = \ > + $(libanthygobject_1_0_la_SOURCES) \ > + $(anthyinclude_HEADERS) \ > +- $(ANTHY_INCLUDEDIR)/anthy/anthy.h \ > ++ $(STAGING_DIR_HOST)$(ANTHY_INCLUDEDIR)/anthy/anthy.h \ > + $(NULL) > + INTROSPECTION_GIRS += Anthy-9000.gir > + > diff --git a/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb b/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb > new file mode 100644 > index 000000000..d42f87ae5 > --- /dev/null > +++ b/meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb > @@ -0,0 +1,37 @@ > +DESCRIPTION = "It is a Japanese input engine for IBus." > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > +SECTION = "inputmethods" > + > +SRC_URI = "https://github.com/ibus/${PN}/releases/download/${PV}/${PN}-${PV}.tar.gz \ > + file://fix_anthy_include_in_gir.patch \ > +" > +SRC_URI[md5sum] = "d7c2c410619edacfbaca6a9d02ed8982" > +SRC_URI[sha256sum] = "cc33e0d1afe7e4a1f0a092d2a4575269ac21373771e49579c434afb4eef9f84a" > + > +# Needed to find the Anthy included headers (anthy/anthy.h) > +export STAGING_DIR_HOST > + > +inherit autotools pkgconfig gettext gobject-introspection gtk-immodules-cache gtk-icon-cache gsettings qemu > + > +REQUIRED_DISTRO_FEATURES = "x11" > + > +DEPENDS = " anthy ibus gobject-introspection adwaita-icon-theme" > +RDEPENDS_${PN} += " ibus takao-fonts anthy libanthy0" > + > +DEPENDS_append_class-target = " intltool-native qemu-native" > + > +do_configure_prepend() { > + export PYTHON=python2 maybe just inherit pythonnative > +} > + > + > +FILES_${PN} += " \ > + ${datadir}/icons/* \ > + ${datadir}/ibus \ > + ${datadir}/appdata \ > + ${datadir}/ibus/component/anthy.xml \ > + ${datadir}/appdata/ibus-anthy.appdata.xml \ > + ${datadir}/gir-1.0/Anthy-9000.gir \ > + ${datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml \ > +"
It is a Japanese input engine for IBus. Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> --- .../ibus/ibus-anthy/fix_anthy_include_in_gir.patch | 19 +++++++++++ meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb | 37 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 meta-oe/recipes-support/ibus/ibus-anthy/fix_anthy_include_in_gir.patch create mode 100644 meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb