Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdelibs/files: kdelibs-4.2.1-kdialog.patch
Date: Mon, 23 Mar 2009 04:37:14
Message-Id: E1LlbuS-0008QT-0B@stork.gentoo.org
1 jmbsvicetto 09/03/23 04:37:11
2
3 Added: kdelibs-4.2.1-kdialog.patch
4 Log:
5 Added ${FILESDIR}/${P}-kdialog.patch and bumped to kdelibs-4.2.1-r3 which should hopefully fix for good upstream bug 186038 and Gentoo bug 261367. This last patch addresses the title issue in
6 system settings.
7 Added the >=xorg-server-1.5.3 dep on plasma use as a first step to remove the hard dep from the kde4-base.eclass to allow KDE-4.2.1 to run on arches that don't have xorg-1.5 yet.
8 (Portage version: 2.2_rc26/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 kde-base/kdelibs/files/kdelibs-4.2.1-kdialog.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdelibs/files/kdelibs-4.2.1-kdialog.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdelibs/files/kdelibs-4.2.1-kdialog.patch?rev=1.1&content-type=text/plain
15
16 Index: kdelibs-4.2.1-kdialog.patch
17 ===================================================================
18 Index: branches/KDE/4.2/kdelibs/kdecore/kernel/kcmdlineargs.cpp
19 ===================================================================
20 --- branches/KDE/4.2/kdelibs/kdecore/kernel/kcmdlineargs.cpp (revision 938656)
21 +++ branches/KDE/4.2/kdelibs/kdecore/kernel/kcmdlineargs.cpp (revision 938657)
22 @@ -1407,7 +1407,7 @@
23 value = d->parsedOptionList->value(opt);
24 }
25 if (!value.isEmpty())
26 - return value;
27 + return QString::fromLocal8Bit(value);
28
29 // Look up the default.
30 QByteArray opt_name;