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/kdepasswd/files: kdepasswd-4.0.2-linkage.patch
Date: Tue, 11 Mar 2008 02:51:22
Message-Id: E1JYrVn-0001Q6-Bx@stork.gentoo.org
1 philantrop 08/03/10 23:34:31
2
3 Added: kdepasswd-4.0.2-linkage.patch
4 Log:
5 Version bump to KDE 4.0.2.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch?rev=1.1&content-type=text/plain
13
14 Index: kdepasswd-4.0.2-linkage.patch
15 ===================================================================
16 diff --git a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
17 index e34b684..a1fdcd1 100644
18 --- a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
19 +++ b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
20 @@ -13,7 +13,7 @@ kde4_add_kcfg_files(kcm_useraccount_PART_SRCS settings.kcfgc)
21
22 kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS})
23
24 -target_link_libraries(kcm_useraccount konq ${KDE4_KDESU_LIBS})
25 +target_link_libraries(kcm_useraccount konq ${KDE4_KPARTS_LIBS} ${KDE4_KDESU_LIBS})
26
27 install(TARGETS kcm_useraccount DESTINATION ${PLUGIN_INSTALL_DIR})
28 install(FILES kcm_useraccount.desktop DESTINATION ${SERVICES_INSTALL_DIR})
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list