Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmilo/files: kmilo-3.5.9-fixpaths.patch
Date: Sat, 26 Apr 2008 23:47:17
Message-Id: E1Jpu6t-0005rn-Sv@stork.gentoo.org
1 philantrop 08/04/26 23:47:15
2
3 Added: kmilo-3.5.9-fixpaths.patch
4 Log:
5 Added a patch by Thomas Anderson to fix the paths to several KDE applications as kindly provided on bug 195525.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 kde-base/kmilo/files/kmilo-3.5.9-fixpaths.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/files/kmilo-3.5.9-fixpaths.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmilo/files/kmilo-3.5.9-fixpaths.patch?rev=1.1&content-type=text/plain
13
14 Index: kmilo-3.5.9-fixpaths.patch
15 ===================================================================
16 diff -Naur kdeutils-3.5.7-orig/kmilo/thinkpad/thinkpad.cpp kdeutils-3.5.7/kmilo/thinkpad/thinkpad.cpp
17 --- kdeutils-3.5.7-orig/kmilo/thinkpad/thinkpad.cpp 2008-01-23 20:36:29.000000000 -0500
18 +++ kdeutils-3.5.7/kmilo/thinkpad/thinkpad.cpp 2008-01-23 20:38:09.000000000 -0500
19 @@ -443,11 +443,11 @@
20 m_softwareVolume = config->readBoolEntry("softwareVolume", true);
21 m_run = config->readBoolEntry("run", false);
22 m_volumeStep = config->readNumEntry("volumeStep", defaultVolumeStep);
23 - m_buttonThinkpad = config->readEntry("buttonThinkpad", "/usr/bin/konsole");
24 - m_buttonHome = config->readEntry("buttonHome", "/usr/bin/konqueror");
25 - m_buttonSearch = config->readEntry("buttonSearch", "/usr/bin/kfind");
26 - m_buttonMail = config->readEntry("buttonMail", "/usr/bin/kmail");
27 - m_buttonZoom = config->readEntry("buttonZoom", "/usr/bin/ksnapshot");
28 + m_buttonThinkpad = config->readEntry("buttonThinkpad", "/usr/kde/3.5/bin/konsole");
29 + m_buttonHome = config->readEntry("buttonHome", "/usr/kde/3.5/bin/konqueror");
30 + m_buttonSearch = config->readEntry("buttonSearch", "/usr/kde/3.5/bin/kfind");
31 + m_buttonMail = config->readEntry("buttonMail", "/usr/kde/3.5/bin/kmail");
32 + m_buttonZoom = config->readEntry("buttonZoom", "/usr/kde/3.5/bin/ksnapshot");
33 }
34
35 bool ThinkPadMonitor::retrieveVolume() {
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list