]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
qte: add patch courtesy of Frederic Devernay to set correct keyboard handler for...
authorRene Wagner <rw@handhelds.org>
Wed, 21 Jun 2006 09:26:47 +0000 (11:26 +0200)
committerRene Wagner <rw@handhelds.org>
Wed, 21 Jun 2006 09:26:47 +0000 (11:26 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/qte/qte-2.3.10/simpad-defaultkbd.patch [new file with mode: 0644]
org.handhelds.familiar/packages/qte/qte_2.3.10.bb

diff --git a/org.handhelds.familiar/packages/qte/qte-2.3.10/simpad-defaultkbd.patch b/org.handhelds.familiar/packages/qte/qte-2.3.10/simpad-defaultkbd.patch
new file mode 100644 (file)
index 0000000..3e5450a
--- /dev/null
@@ -0,0 +1,11 @@
+--- qt-2.3.10/src/kernel/qwindowsystem_qws.cpp.orig    2005-11-30 10:53:32.000000000 +0100
++++ qt-2.3.10/src/kernel/qwindowsystem_qws.cpp 2005-11-30 10:55:51.000000000 +0100
+@@ -2917,7 +2917,7 @@
+ {
+     QString keyboards = getenv("QWS_KEYBOARD");
+     if ( keyboards.isEmpty() ) {
+-#if defined( QT_QWS_CASSIOPEIA )
++#if defined( QT_QWS_CASSIOPEIA ) || defined( QT_QWS_SIMPAD )
+       keyboards = "Buttons";
+ #elif !defined(QT_NO_QWS_VFB)
+       extern bool qvfbEnabled;
index 32a41d207ac949d850cbdc62e61253440189654e..470e3614be4dd18703101b6891b0339d164a63f0 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "zlib libpng jpeg tslib uicmoc-native"
 DEPENDS_mnci = "zlib libpng jpeg uicmoc-native"
 DEPENDS_append_c7x0 = " sharp-aticore-oss"
 PROVIDES = "virtual/qte virtual/libqte2"
-PR = "r27"
+PR = "r28"
 
 SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;md5=1f7ad30113afc500cab7f5b2f4dec0d7 \
           file://qpe.patch;patch=1 \
@@ -21,6 +21,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m
           file://qt-visibility.patch;patch=1 \
           file://tslib.patch;patch=1 \
           file://simpad.patch;patch=1 \
+          file://simpad-defaultkbd.patch;patch=1 \
           file://handhelds.patch;patch=1 \
           file://qiconview-speed.patch;patch=1 \
           file://qtabbar.patch;patch=1 \