All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Saavedra <psaavedra@igalia.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-openembedded][PATCH 0/6] add ibus with anthy, pinyin and table support
Date: Fri,  9 Nov 2018 13:58:12 +0100	[thread overview]
Message-ID: <cover.1541767729.git.psaavedra@igalia.com> (raw)

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

The following changes since commit 15141ab55be96e7255fad4a03fca69cfb2ffd3d7:

  lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1) (2018-11-03 18:10:36 -0700)

are available in the git repository at:

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

Pablo Saavedra (6):
  pyzy: add pyzy recipe
  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

 .../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 +
 11 files changed, 3640 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
 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



             reply	other threads:[~2018-11-09 13:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09 12:58 Pablo Saavedra [this message]
2018-11-09 12:58 ` [meta-openembedded][PATCH 1/6] pyzy: add pyzy recipe Pablo Saavedra
2018-11-09 12:58 ` [meta-openembedded][PATCH 2/6] ibus: add ibus recipe Pablo Saavedra
2018-11-10  1:11   ` Khem Raj
2018-11-13  9:11     ` psaavedra
2018-11-26 16:10       ` Pablo Saavedra
2018-12-01  6:11         ` Khem Raj
2018-12-01 17:20           ` psaavedra
2018-12-01 19:14             ` psaavedra
2018-11-09 12:58 ` [meta-openembedded][PATCH 3/6] ibus-anthy: add ibus-anthy recipe Pablo Saavedra
2018-11-09 12:58 ` [meta-openembedded][PATCH 4/6] ibus-pinyin: add ibus-pinyin recipe Pablo Saavedra
2018-11-09 12:58 ` [meta-openembedded][PATCH 5/6] ibus-table: add ibus-table recipe Pablo Saavedra
2018-11-12  2:34   ` Mittal, Anuj
2018-11-09 12:58 ` [meta-openembedded][PATCH 6/6] ibus-table-chinese: add ibus-table-chinese recipe Pablo Saavedra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1541767729.git.psaavedra@igalia.com \
    --to=psaavedra@igalia.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.