diff options
author | François Andriot <[email protected]> | 2018-11-29 21:40:43 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2018-11-29 21:40:43 +0100 |
commit | a39a7f7dd5a2e7ca2c105ff6622bf0f75e10e590 (patch) | |
tree | 6bfbfb710705498132cedeb52e9459701f0ce223 /redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch | |
parent | e0e9cbe466c1488a245ba028645a6f897b9ea02c (diff) | |
download | tde-packaging-a39a7f7dd5a2e7ca2c105ff6622bf0f75e10e590.tar.gz tde-packaging-a39a7f7dd5a2e7ca2c105ff6622bf0f75e10e590.zip |
RPM: remove obsolete patches
Diffstat (limited to 'redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch')
-rw-r--r-- | redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch b/redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch deleted file mode 100644 index 41a74fba7..000000000 --- a/redhat/dependencies/qt3/patches/3.5.13.2/qt-3.3.8-fontrendering-214570.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- qt-x11-free-3.3.8/src/kernel/qscriptengine_x11.cpp.orig 2007-04-11 15:05:34.000000000 +0200 -+++ qt-x11-free-3.3.8/src/kernel/qscriptengine_x11.cpp 2007-04-11 15:22:19.000000000 +0200 -@@ -1240,7 +1240,7 @@ - int script = item->script; - Q_ASSERT(script >= QFont::Devanagari && script <= QFont::Sinhala); - const unsigned short script_base = 0x0900 + 0x80*(script-QFont::Devanagari); -- const unsigned short ra = script_base + 0x30; -+ unsigned short ra = script_base + 0x30; //it was const unsigned short ra before modification - const unsigned short halant = script_base + 0x4d; - const unsigned short nukta = script_base + 0x3c; - -@@ -1278,6 +1278,11 @@ - } - #endif - -+ unsigned short *chkAssamese=reordered.data(); -+ if((script == QFont::Bengali) && (*chkAssamese==0x09F0)) //if it is assamese ra -+ { -+ ra = script_base + 0x70; -+ } - if (len != 1) { - unsigned short *uc = reordered.data(); - bool beginsWithRa = FALSE; |