[oe-commits] Elena Grandi : python-xklavier: Python bindings for libxklavier

git version control git at git.openembedded.org
Tue Sep 22 08:42:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 867e52ca036a4d60773ffe0a4dfd718af5dfe090
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=867e52ca036a4d60773ffe0a4dfd718af5dfe090

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Tue Sep 22 10:41:27 2009 +0200

python-xklavier: Python bindings for libxklavier

Developed by Sugar Labs and needed by Sugar > 0.85.

---

 conf/checksums.ini                   |    4 ++++
 recipes/sugar/python-xklavier_0.2.bb |   13 +++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 9b76d1d..d35513c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -21286,6 +21286,10 @@ sha256=bce93266c593d79d7083052a6cae516de3d6c3e5bda277f664785d30157b8ac7
 md5=0df3d1c5109bb88d06575d70513a190c
 sha256=8ff2ec30050803e8b60cfb05d24fa32b3d175bffb81ef5919c3db4ac0f263df8
 
+[http://download.sugarlabs.org/sources/external/python-xklavier/python-xklavier-0.2.tar.gz]
+md5=5b3cd1832f4d37dfa48490759f3bd3be
+sha256=b71096448ca9d7933fbc4aff13cef95a5878f49e4c25f20f815dd1f8f635b6d6
+
 [http://downloads.sourceforge.net/python-xlib/python-xlib-0.14.tar.gz]
 md5=a038c2f410d8445f3fa8f6dcd45659c5
 sha256=4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb
diff --git a/recipes/sugar/python-xklavier_0.2.bb b/recipes/sugar/python-xklavier_0.2.bb
new file mode 100644
index 0000000..76dd7e7
--- /dev/null
+++ b/recipes/sugar/python-xklavier_0.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python libxklavier Bindings"
+HOMEPAGE = "http://lists.sugarlabs.org/archive/sugar-devel/2009-August/018480.html"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "libxklavier"
+PR = "r0"
+
+SRC_URI = "http://download.sugarlabs.org/sources/external/python-xklavier/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig distutils-base
+
+EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"





More information about the Openembedded-commits mailing list