Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 3/3] geis: initial add 2.2.17
Date: Tue, 23 Feb 2016 17:22:27 +0100	[thread overview]
Message-ID: <20160223162227.GB2564@jama> (raw)
In-Reply-To: <1453809321-10937-3-git-send-email-schnitzeltony@googlemail.com>

[-- Attachment #1: Type: text/plain, Size: 2860 bytes --]

On Tue, Jan 26, 2016 at 12:55:21PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../canonical-multitouch/geis_2.2.17.bb            | 52 ++++++++++++++++++++++
>  1 file changed, 52 insertions(+)
>  create mode 100644 meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
> 
> diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
> new file mode 100644
> index 0000000..9403bdf
> --- /dev/null
> +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
> @@ -0,0 +1,52 @@
> +SUMMARY = "An implementation of the GEIS interface"
> +DESCRIPTION = "An implementation of the GEIS (Gesture Engine Interface and Support) \
> +interface\
> +GEIS is a library for applications and toolkit programmers which \
> +provides a consistent platform independent interface for any \
> +system-wide input gesture recognition mechanism."
> +
> +HOMEPAGE = "https://launchpad.net/geis"
> +
> +LICENSE = "GPLv3 & LGPLv3"
> +LIC_FILES_CHKSUM = " \
> +    file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6 \
> +    file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
> +"
> +
> +inherit autotools pkgconfig python3native lib_package
> +
> +DEPENDS += "grail dbus-glib python3"

Fails to build without XCB (building in DISTRO without x11 in DISTRO_FEATURES)

| configure: error: XCB development libraries not found


> +
> +SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf"
> +SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb"
> +
> +EXTRA_OECONF = "--disable-integration-tests"
> +
> +FILES_${PN}-bin = "${bindir}"
> +RDEPENDS_${PN}-bin = " \
> +    python3-compression \
> +    python3-core \
> +    python3-crypt \
> +    python3-ctypes \
> +    python3-fcntl \
> +    python3-misc \
> +    python3-pickle \
> +    python3-shell \
> +    python3-stringold \
> +    python3-subprocess \
> +    python3-textutils \
> +    python3-threading \
> +"
> +
> +FILES_${PN} += " \
> +    ${datadir}/geisview \
> +    ${libdir}/${PYTHON_DIR}/site-packages/geis* \
> +    ${libdir}/${PYTHON_DIR}/site-packages/_*.so \
> +"
> +
> +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
> +
> +FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la"
> +
> +FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"
> -- 
> 2.5.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2016-02-23 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-26 11:55 [PATCH 1/3] frame: initial add 2.5.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 2/3] grail: initial add 3.1.0 Andreas Müller
2016-01-26 11:55 ` [PATCH 3/3] geis: initial add 2.2.17 Andreas Müller
2016-02-23 16:22   ` Martin Jansa [this message]
2016-02-23 18:47     ` Andreas Müller
2016-02-25 15:34       ` [PATCH][meta-oe 1/2] zsh: Explicitly set EXTRA_OEMAKE as required Martin Jansa
2016-02-25 15:34         ` [PATCH][meta-oe 2/2] geis: add missing dependency on virtual/libx11 libxext libxi libxcb dbus frame Martin Jansa

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=20160223162227.GB2564@jama \
    --to=martin.jansa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox