diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-03 13:13:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-03 13:13:01 +0000 |
commit | 650f4af7aa8d832c08ee781063dcc95cc2bc2234 (patch) | |
tree | f243a640551ebd3c40646b87895b45f8728b8924 | |
parent | 81846cee1b9bcbb192daccb0924f787009af639a (diff) |
final attempt to fix qte2.3.10 after rediffing the SIMpad patch
BKrev: 4202235dZ-pXlOxssDg03_oIUDCr5w
-rw-r--r-- | packages/qte/qte-2.3.10-snapshot/simpad.patch | 4 | ||||
-rw-r--r-- | packages/qte/qte_2.3.10-snapshot.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/qte/qte-2.3.10-snapshot/simpad.patch b/packages/qte/qte-2.3.10-snapshot/simpad.patch index 09e1a4d9a5..1777a94ede 100644 --- a/packages/qte/qte-2.3.10-snapshot/simpad.patch +++ b/packages/qte/qte-2.3.10-snapshot/simpad.patch @@ -131,7 +131,7 @@ + * SIMpad switches handler + * (C) 2003 Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de> + */ -+#if defined(QT_QWS_SIMPAD) ++ + +QWSsimpadButtonsHandler::QWSsimpadButtonsHandler() + :QWSKeyboardHandler(), fd( -1 ), @@ -338,7 +338,7 @@ + processKeyEvent( 0, k, 0, true, true ); + repeater->start(repeatperiod); +} -+#endif ++ + +#endif // QT_NO_QWS_KEYBOARD --- qt-2.3.10-snapshot-20050131/src/kernel/qsoundqss_qws.cpp~simpad diff --git a/packages/qte/qte_2.3.10-snapshot.bb b/packages/qte/qte_2.3.10-snapshot.bb index 23ab31f2fc..dbf95841de 100644 --- a/packages/qte/qte_2.3.10-snapshot.bb +++ b/packages/qte/qte_2.3.10-snapshot.bb @@ -5,7 +5,7 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r9" +PR = "r10" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ |