All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-openembedded][PATCH v4 0/7] add ibus with anthy, pinyin and table support
@ 2018-12-03 12:45 Pablo Saavedra
  2018-12-03 12:45 ` [meta-openembedded][PATCH v4 1/7] pyzy: add pyzy recipe Pablo Saavedra
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Pablo Saavedra @ 2018-12-03 12:45 UTC (permalink / raw)
  To: openembedded-devel

This serie adds IBus with support for alphabetic tables (Chinese,
Korean ...), Pinyin (Chinese), Anthy (Japanese) into meta-openembedded
layer.

Motivation of the change in dconf is documented in:

  https://bugzilla.yoctoproject.org/show_bug.cgi?id=13040

This serie is in conflict with:

   https://patchwork.openembedded.org/patch/155947/

The following changes since commit ebc7b9e20ac22f6f2ad373621917f53e8a9af81c:

  poppler: Upgrade to 0.71.0 (2018-11-29 18:55:52 -0800)

are available in the git repository at:

  git://github.com/psaavedra/meta-openembedded ibus
  https://github.com/psaavedra/meta-openembedded/tree/ibus

Pablo Saavedra (7):
  pyzy: add pyzy recipe
  dconf: remove gsettings inherit schemas
  ibus: add ibus recipe
  ibus-anthy: add ibus-anthy recipe
  ibus-pinyin: add ibus-pinyin recipe
  ibus-table: add ibus-table recipe
  ibus-table-chinese: add ibus-table-chinese recipe

 meta-gnome/recipes-gnome/dconf/dconf_0.30.1.bb     |    2 +-
 .../ibus/ibus-anthy/fix_anthy_include_in_gir.patch |   19 +
 meta-oe/recipes-support/ibus/ibus-anthy_1.5.10.bb  |   37 +
 meta-oe/recipes-support/ibus/ibus-pinyin_1.5.0.bb  |   30 +
 .../0001-revert-CMakeLists.txt.patch               |  204 ++
 .../ibus/ibus-table-chinese/0002-add-Modules.patch | 2933 ++++++++++++++++++++
 .../0003-add-ChangeLog.prev.patch                  |   58 +
 .../0005-fix-cmake-cross-compile.patch             |  130 +
 .../ibus/ibus-table-chinese_1.8.2.bb               |   82 +
 meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb  |   29 +
 meta-oe/recipes-support/ibus/ibus_1.5.19.bb        |   97 +
 meta-oe/recipes-support/pyzy/pyzy_git.bb           |   21 +
 12 files changed, 3641 insertions(+), 1 deletion(-)
 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
 create mode 100644 meta-oe/recipes-support/ibus/ibus-pinyin_1.5.0.bb
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table-chinese/0001-revert-CMakeLists.txt.patch
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table-chinese/0002-add-Modules.patch
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table-chinese/0003-add-ChangeLog.prev.patch
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table-chinese/0005-fix-cmake-cross-compile.patch
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table-chinese_1.8.2.bb
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb
 create mode 100644 meta-oe/recipes-support/ibus/ibus_1.5.19.bb
 create mode 100644 meta-oe/recipes-support/pyzy/pyzy_git.bb

-- 
2.11.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-12-04 17:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03 12:45 [meta-openembedded][PATCH v4 0/7] add ibus with anthy, pinyin and table support Pablo Saavedra
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 1/7] pyzy: add pyzy recipe Pablo Saavedra
2018-12-04 17:59   ` Khem Raj
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 2/7] dconf: remove gsettings inherit schemas Pablo Saavedra
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 3/7] ibus: add ibus recipe Pablo Saavedra
2018-12-04  5:00   ` Khem Raj
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 4/7] ibus-anthy: add ibus-anthy recipe Pablo Saavedra
2018-12-04  4:57   ` Khem Raj
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 5/7] ibus-pinyin: add ibus-pinyin recipe Pablo Saavedra
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 6/7] ibus-table: add ibus-table recipe Pablo Saavedra
2018-12-03 12:45 ` [meta-openembedded][PATCH v4 7/7] ibus-table-chinese: add ibus-table-chinese recipe Pablo Saavedra
2018-12-04  4:58   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.