- look for pa-in instead of pa in fontconfig (#497984)

This commit is contained in:
Kevin Kofler 2009-05-07 04:19:48 +00:00
parent edff063950
commit 366c6722f2
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,21 @@
diff -ur qt-x11-opensource-src-4.5.0/src/gui/text/qfontdatabase_x11.cpp qt-x11-opensource-src-4.5.0-pa-in/src/gui/text/qfontdatabase_x11.cpp
--- qt-x11-opensource-src-4.5.0/src/gui/text/qfontdatabase_x11.cpp 2009-02-25 22:09:23.000000000 +0100
+++ qt-x11-opensource-src-4.5.0-pa-in/src/gui/text/qfontdatabase_x11.cpp 2009-05-07 03:21:08.000000000 +0200
@@ -818,7 +818,7 @@
"div", // Thaana
"hi", // Devanagari
"bn", // Bengali
- "pa", // Gurmukhi
+ "pa-in", // Gurmukhi
"gu", // Gujarati
"or", // Oriya
"ta", // Tamil
@@ -883,7 +883,7 @@
"div", // Thaana
"hi", // Devanagari
"bn", // Bengali
- "pa", // Gurmukhi
+ "pa-in", // Gurmukhi
"gu", // Gujarati
"or", // Oriya
"ta", // Tamil

View File

@ -12,7 +12,7 @@ Epoch: 1
Name: qt4
%endif
Version: 4.5.1
Release: 3%{?dist}
Release: 3%{?dist}.1
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -42,6 +42,8 @@ Patch13: qt-x11-opensource-src-4.5.0-gcc_hack.patch
# qt fails to build on ia64: http://bugzilla.redhat.com/492174
Patch14: qt-x11-opensource-src-4.5.0-ia64_boilerplate.patch
Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
# look for pa-in instead of pa in fontconfig (#497984)
Patch16: qt-x11-opensource-src-4.5.0-pa-in.patch
## upstreamable bits
# http://bugzilla.redhat.com/485677
@ -320,6 +322,7 @@ test -x apply_patches && ./apply_patches
%patch13 -p1 -b .gcc_hack
%patch14 -p1 -b .ia64_boilerplate
%patch15 -p1 -b .enable_ft_lcdfilter
%patch16 -p1 -b .pa-in
%patch51 -p1 -b .qdoc3
%patch52 -p1 -b .sparc64
%patch53 -p1 -b .qatomic-inline-asm
@ -804,6 +807,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
%changelog
* Thu May 07 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.1-3.1
- look for pa-in instead of pa in fontconfig (#497984)
* Fri Apr 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-3
- enable FT_LCD_FILTER