diff options
author | Holger Freyther <zecke@selfish.org> | 2004-07-23 13:09:22 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-07-23 13:09:22 +0000 |
commit | f40d04df7b4d9658fb19ebb1bde9afe6baedaa60 (patch) | |
tree | 11314b46ad26ce774550e03780a999005fc61c4c /qte | |
parent | 96730ba8ec9f43fbdfb1cf176b230a5833dcaf37 (diff) |
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
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte-2.3.7/encoding.patch | 0 | ||||
-rw-r--r-- | qte/qte_2.3.7.oe | 3 |
2 files changed, 2 insertions, 1 deletions
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 --- /dev/null +++ b/qte/qte-2.3.7/encoding.patch 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 " |