- don't hardcode incorrect font substitutions (#447298)
This commit is contained in:
parent
e8024e0bde
commit
f307f2daab
12
qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch
Normal file
12
qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur qt-x11-opensource-src-4.3.4/src/gui/text/qfont.cpp qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases/src/gui/text/qfont.cpp
|
||||||
|
--- qt-x11-opensource-src-4.3.4/src/gui/text/qfont.cpp 2008-02-19 18:47:20.000000000 +0100
|
||||||
|
+++ qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases/src/gui/text/qfont.cpp 2008-05-19 15:36:46.000000000 +0200
|
||||||
|
@@ -1433,7 +1433,7 @@
|
||||||
|
// default substitutions
|
||||||
|
static const char *initTbl[] = {
|
||||||
|
|
||||||
|
-#if defined(Q_WS_X11)
|
||||||
|
+#if 0
|
||||||
|
"arial", "helvetica",
|
||||||
|
"times new roman", "times",
|
||||||
|
"courier new", "courier",
|
8
qt.spec
8
qt.spec
@ -11,7 +11,7 @@ Name: qt
|
|||||||
Name: qt4
|
Name: qt4
|
||||||
%endif
|
%endif
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
||||||
License: GPLv3 or GPLv2 with exceptions or QPL
|
License: GPLv3 or GPLv2 with exceptions or QPL
|
||||||
@ -35,6 +35,8 @@ Source5: qconfig-multilib.h
|
|||||||
# multilib hacks
|
# multilib hacks
|
||||||
Patch2: qt-x11-opensource-src-4.2.2-multilib.patch
|
Patch2: qt-x11-opensource-src-4.2.2-multilib.patch
|
||||||
Patch5: qt-all-opensource-src-4.4.0-rc1-as_IN-437440.patch
|
Patch5: qt-all-opensource-src-4.4.0-rc1-as_IN-437440.patch
|
||||||
|
# kill hardcoded font substitutions (#447298)
|
||||||
|
Patch8: qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch
|
||||||
|
|
||||||
## qt-copy patches
|
## qt-copy patches
|
||||||
%define qt_copy 20080516
|
%define qt_copy 20080516
|
||||||
@ -309,6 +311,7 @@ test -x apply_patches && ./apply_patches
|
|||||||
# multilib hacks no longer required
|
# multilib hacks no longer required
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch5 -p1 -b .bz#437440-as_IN-437440
|
%patch5 -p1 -b .bz#437440-as_IN-437440
|
||||||
|
%patch8 -p1 -b .font-aliases
|
||||||
|
|
||||||
# drop -fexceptions from $RPM_OPT_FLAGS
|
# drop -fexceptions from $RPM_OPT_FLAGS
|
||||||
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
||||||
@ -784,6 +787,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-4
|
||||||
|
- don't hardcode incorrect font substitutions (#447298)
|
||||||
|
|
||||||
* Fri May 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-3
|
* Fri May 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-3
|
||||||
- qt-copy-patches-20080516
|
- qt-copy-patches-20080516
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user