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 v5 5/7] ibus-table: add ibus-table recipe
Date: Wed, 24 Jul 2019 16:50:58 +0200	[thread overview]
Message-ID: <20190724145100.88293-5-psaavedra@igalia.com> (raw)
In-Reply-To: <20190724145100.88293-1-psaavedra@igalia.com>

Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
---
 meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb | 29 +++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb

diff --git a/meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb b/meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb
new file mode 100644
index 000000000..faa331031
--- /dev/null
+++ b/meta-oe/recipes-support/ibus/ibus-table_1.9.21.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "framework for table based input methods using IBus"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+SECTION = "inputmethods"
+
+SRC_URI = "https://github.com/kaio/${PN}/releases/download/${PV}/${PN}-${PV}.tar.gz \
+          "
+SRC_URI[md5sum] = "1f7b3fab7271e409c9ef4c43f5c3fc78"
+SRC_URI[sha256sum] = "017bcd1cb9f5a79df46d1e4ac28f166ce2338938a2037ebe86783da0abca0c24"
+
+inherit distro_features_check autotools gettext lib_package gsettings
+
+DEPENDS = " ibus"
+RDEPENDS_${PN} += " ibus"
+
+BBCLASSEXTEND = "native"
+
+do_configure_prepend() {
+    export PYTHON=python3
+}
+
+FILES_${PN} += "${datadir}/ibus/component/pinyin.xml \
+  ${datadir}/metainfo \
+  ${datadir}/ibus \
+  ${datadir}/glib-2.0 \
+  ${datadir}/metainfo/ibus-table.appdata.xml \
+  ${datadir}/ibus/component/table.xml \
+  ${datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml \
+"
-- 
2.11.0



  parent reply	other threads:[~2019-07-24 14:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 14:50 [meta-openembedded][PATCH v5 1/7] pyzy: add pyzy recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 2/7] ibus: add ibus recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 3/7] ibus-anthy: add ibus-anthy recipe Pablo Saavedra
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 4/7] ibus-pinyin: add ibus-pinyin recipe Pablo Saavedra
2019-07-25 14:53   ` Khem Raj
2019-07-24 14:50 ` Pablo Saavedra [this message]
2019-07-24 14:50 ` [meta-openembedded][PATCH v5 6/7] ibus-table-chinese: add ibus-table-chinese recipe Pablo Saavedra
2019-07-25 14:01   ` Khem Raj
2019-07-25 14:18     ` Khem Raj
2019-07-24 14:51 ` [meta-openembedded][PATCH v5 7/7] ibus: Bumping up to 1.5.20 Pablo Saavedra
2019-07-25 14:50 ` [meta-openembedded][PATCH v5 1/7] pyzy: add pyzy recipe Khem Raj

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=20190724145100.88293-5-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.