From 5c0bbe731541c633c114f2f31fb38a68b370e18f Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Thu, 16 Feb 2012 19:43:47 +0100 Subject: [RHEL/Fedora] Moves qt3 and tqt3 to the correct location --- .../tqt3/tqt3-3.4.0-fontrendering-214371.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 redhat/dependencies/tqt3/tqt3-3.4.0-fontrendering-214371.patch (limited to 'redhat/dependencies/tqt3/tqt3-3.4.0-fontrendering-214371.patch') diff --git a/redhat/dependencies/tqt3/tqt3-3.4.0-fontrendering-214371.patch b/redhat/dependencies/tqt3/tqt3-3.4.0-fontrendering-214371.patch new file mode 100644 index 000000000..9dca7998d --- /dev/null +++ b/redhat/dependencies/tqt3/tqt3-3.4.0-fontrendering-214371.patch @@ -0,0 +1,15 @@ +diff -pruN qt-x11-free-3.3.6.org/src/kernel/qscriptengine_x11.cpp qt-x11-free-3.3.6/src/kernel/qscriptengine_x11.cpp +--- qt-x11-free-3.3.6.org/src/kernel/qscriptengine_x11.cpp 2006-12-04 18:47:11.000000000 +0530 ++++ qt-x11-free-3.3.6/src/kernel/qscriptengine_x11.cpp 2006-12-05 12:05:10.000000000 +0530 +@@ -1412,7 +1412,10 @@ static bool indic_shape_syllable(QOpenTy + toPos += 2; + if (script == QFont::Devanagari || script == QFont::Gujarati || script == QFont::Bengali) { + if (matra_position == Post || matra_position == Split) { +- toPos = matra+1; ++ if (matra_position == Post ) ++ toPos = matra; ++ else ++ toPos = matra+1; + matra -= 2; + } + } else if (script == QFont::Kannada) { -- cgit v1.2.1