diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-03-09 21:02:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-12 12:42:49 -0500 |
commit | d12fae17df32c71b2ff3b9e8947f3b13c2e2df75 (patch) | |
tree | bf820e84d106b6e25a51f4e6fc04d1524728eb32 /libraries/qt5/patches | |
parent | 54953c193ca5086831dc387a8328e2369508f940 (diff) | |
download | slackbuilds-d12fae17df32c71b2ff3b9e8947f3b13c2e2df75.tar.gz |
libraries/qt5: Updated for version 5.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt5/patches')
-rw-r--r-- | libraries/qt5/patches/qtbase-opensource-src-5.2.0-alpha-harfbuzz.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/qt5/patches/qtbase-opensource-src-5.2.0-alpha-harfbuzz.patch b/libraries/qt5/patches/qtbase-opensource-src-5.2.0-alpha-harfbuzz.patch deleted file mode 100644 index 57a044ed92..0000000000 --- a/libraries/qt5/patches/qtbase-opensource-src-5.2.0-alpha-harfbuzz.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp.harfbuzz qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp ---- qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp.harfbuzz 2013-09-27 06:05:10.000000000 -0500 -+++ qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp 2013-10-01 12:20:23.089054279 -0500 -@@ -1098,7 +1098,7 @@ int QTextEngine::shapeTextWithHarfbuzzNG - hb_buffer_set_segment_properties(buffer, &props); - hb_buffer_guess_segment_properties(buffer); - -- uint buffer_flags = HB_BUFFER_FLAG_DEFAULT; -+ uint buffer_flags = HB_BUFFER_FLAGS_DEFAULT; - // Symbol encoding used to encode various crap in the 32..255 character code range, - // and thus might override U+00AD [SHY]; avoid hiding default ignorables - if (actualFontEngine->symbol) |