From: Holger Freyther Date: Fri, 23 Jul 2004 13:09:22 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18083 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40d04df7b4d9658fb19ebb1bde9afe6baedaa60;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/07/23 14:46:39+02:00 handhelds.org!zecke Add and apply the encoding patch to Qt2.3.7 as it is needed for showing Umlaute to the user BKrev: 41010e02UPiEntcYMguAMX6llkJUfA --- diff --git a/qte/qte-2.3.7/encoding.patch b/qte/qte-2.3.7/encoding.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index e173d8a121..5476b850b4 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r8" +PR = "r9" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -14,6 +14,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://gcc3_4.patch;patch=1 \ file://tslib.patch;patch=1 \ file://c700-hardware.patch;patch=1 \ + file://encoding.patch;patch=1 \ file://update-qtfontdir \ file://sharp_char.h \ file://switches.h "