Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/khotkeys/files: khotkeys-4-parallel.patch
Date: Thu, 04 Jun 2009 12:35:43
Message-Id: E1MCCAX-0006ho-Rj@stork.gentoo.org
1 alexxy 09/06/04 12:35:41
2
3 Added: khotkeys-4-parallel.patch
4 Log:
5 Version bump KDE 4.2.4
6 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/khotkeys/files/khotkeys-4-parallel.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/khotkeys/files/khotkeys-4-parallel.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/khotkeys/files/khotkeys-4-parallel.patch?rev=1.1&content-type=text/plain
13
14 Index: khotkeys-4-parallel.patch
15 ===================================================================
16 --- khotkeys/update/CMakeLists.txt.old 2009-06-02 23:06:15.604322396 +0300
17 +++ khotkeys/update/CMakeLists.txt 2009-06-02 23:06:05.516480905 +0300
18 @@ -12,6 +12,8 @@
19
20 kde4_add_executable( khotkeys_update ${khotkeys_update_SRCS})
21
22 +add_dependencies( khotkeys_update kded_khotkeys )
23 +
24 target_link_libraries( khotkeys_update khotkeysprivate kworkspace ${KDE4_KDE3SUPPORT_LIBS} )
25 if(X11_XTest_FOUND)
26 target_link_libraries( khotkeys_update ${X11_XTest_LIB} )
27 --- khotkeys/kcm_hotkeys/CMakeLists.txt.old 2009-06-02 23:05:32.685403364 +0300
28 +++ khotkeys/kcm_hotkeys/CMakeLists.txt 2009-06-02 23:05:15.410616052 +0300
29 @@ -50,6 +50,8 @@
30 ${kcm_hotkeys_PART_SRCS}
31 )
32
33 +add_dependencies(kcm_hotkeys kded_khotkeys)
34 +
35 target_link_libraries(
36 kcm_hotkeys
37 khotkeysprivate