packages: kde4-kde3support/kde4-kde3support.spec, kde4-kde3support/kde4-kde...

baggins baggins at pld-linux.org
Tue Oct 5 12:38:18 CEST 2010


Author: baggins                      Date: Tue Oct  5 10:38:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- latest qt does not like QColor::QColor

---- Files affected:
packages/kde4-kde3support:
   kde4-kde3support.spec (1.49 -> 1.50) , kde4-kde3support-qt4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kde4-kde3support/kde4-kde3support.spec
diff -u packages/kde4-kde3support/kde4-kde3support.spec:1.49 packages/kde4-kde3support/kde4-kde3support.spec:1.50
--- packages/kde4-kde3support/kde4-kde3support.spec:1.49	Tue Oct  5 12:14:28 2010
+++ packages/kde4-kde3support/kde4-kde3support.spec	Tue Oct  5 12:38:13 2010
@@ -35,6 +35,7 @@
 Patch6:		%{name}-ac.patch
 Patch7:		crystalsvg-theme_index.patch
 Patch8:		openssl1.patch
+Patch9:		%{name}-qt4.patch
 URL:		http://www.kde.org/
 BuildRequires:	OpenEXR-devel >= 1.4.0.a
 BuildRequires:	acl-devel
@@ -238,6 +239,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 mv -f configure{,.dist}
 
@@ -764,6 +766,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2010/10/05 10:38:13  baggins
+- latest qt does not like QColor::QColor
+
 Revision 1.49  2010/10/05 10:14:28  baggins
 - rel 30
 - more openssl1

================================================================
Index: packages/kde4-kde3support/kde4-kde3support-qt4.patch
diff -u /dev/null packages/kde4-kde3support/kde4-kde3support-qt4.patch:1.1
--- /dev/null	Tue Oct  5 12:38:18 2010
+++ packages/kde4-kde3support/kde4-kde3support-qt4.patch	Tue Oct  5 12:38:13 2010
@@ -0,0 +1,23 @@
+--- kdelibs-3.5.10/kate/part/katehighlight.cpp~	2007-05-14 09:52:27.000000000 +0200
++++ kdelibs-3.5.10/kate/part/katehighlight.cpp	2010-10-05 12:36:24.541925678 +0200
+@@ -3225,7 +3225,7 @@
+   list.append(charAttribute);
+ 
+   KateAttribute* string = new KateAttribute();
+-  string->setTextColor(QColor::QColor("#D00"));
++  string->setTextColor(QColor("#D00"));
+   string->setSelectedTextColor(Qt::red);
+   list.append(string);
+ 
+@@ -3242,9 +3242,9 @@
+ 
+   KateAttribute* alert = new KateAttribute();
+   alert->setTextColor(Qt::black);
+-  alert->setSelectedTextColor( QColor::QColor("#FCC") );
++  alert->setSelectedTextColor( QColor("#FCC") );
+   alert->setBold(true);
+-  alert->setBGColor( QColor::QColor("#FCC") );
++  alert->setBGColor( QColor("#FCC") );
+   list.append(alert);
+ 
+   KateAttribute* functionAttribute = new KateAttribute();
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kde3support/kde4-kde3support.spec?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list