[oe-commits] Angus Ainslie : python-ecore: add some bindings

GIT User account git at amethyst.openembedded.net
Sat May 16 05:32:00 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 9f1ab7eb83ccab2c80071d1963b519b00c05b77a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f1ab7eb83ccab2c80071d1963b519b00c05b77a

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May 15 22:57:14 2009 -0600

python-ecore: add some bindings

---

 recipes/python/python-ecore/ecore-x.patch |   13 +++++++++++++
 recipes/python/python-ecore_svn.bb        |    3 ++-
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-ecore/ecore-x.patch b/recipes/python/python-ecore/ecore-x.patch
new file mode 100644
index 0000000..2336cc4
--- /dev/null
+++ b/recipes/python/python-ecore/ecore-x.patch
@@ -0,0 +1,13 @@
+--- python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi-orig   2009-05-15 15:21:05.000000000 -0400
++++ python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi        2009-05-15 15:20:36.000000000 -0400
+@@ -428,5 +428,9 @@
+         return (bool(accepts_focus), initial_state, icon_pixmap, icon_mask,
+                 icon_window, window_group, bool(is_urgent))
+ 
++    def x_window_virtual_keyboard_state_set(self, Ecore_X_Virtual_Keyboard_State type):
++        cdef Ecore_X_Window x_win
++        x_win = self.xid
++        ecore_x_e_virtual_keyboard_state_set(x_win, type)
+ 
+ 
+ def Window_from_xid(unsigned long xid):
\ No newline at end of file
diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb
index 51ef529..7b2ebeb 100644
--- a/recipes/python/python-ecore_svn.bb
+++ b/recipes/python/python-ecore_svn.bb
@@ -1,8 +1,9 @@
 require python-efl.inc
 DEPENDS += "python-evas ecore"
 RDEPENDS += "python-evas"
+PR="r1"
 
-#SRC_URI += "file://ecore_window_free.patch;patch=1"
+SRC_URI += "file://ecore-x.patch;patch=0"
 
 do_stage() {
     distutils_stage_all





More information about the Openembedded-commits mailing list