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/plasma/files: plasma-4.0.2-linkage.patch
Date: Tue, 11 Mar 2008 03:00:04
Message-Id: E1JYryK-0003FS-VX@stork.gentoo.org
1 philantrop 08/03/11 00:04:00
2
3 Added: plasma-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/plasma/files/plasma-4.0.2-linkage.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/files/plasma-4.0.2-linkage.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/files/plasma-4.0.2-linkage.patch?rev=1.1&content-type=text/plain
13
14 Index: plasma-4.0.2-linkage.patch
15 ===================================================================
16 Because we compile libplasma & plasma in seperate packages,
17 need to list the libraries we link to explicitly.
18 diff -ur kdebase-workspace-3.97.0.orig/plasma/animators/default/CMakeLists.txt kdebase-workspace-3.97.0/plasma/animators/default/CMakeLists.txt
19 --- kdebase-workspace-3.97.0.orig/plasma/animators/default/CMakeLists.txt 2007-12-09 06:57:13.000000000 +0100
20 +++ kdebase-workspace-3.97.0/plasma/animators/default/CMakeLists.txt 2007-12-09 08:46:53.000000000 +0100
21 @@ -3,7 +3,7 @@
22 )
23
24 kde4_add_plugin(plasma_animator_default ${default_animator_SRCS})
25 -target_link_libraries(plasma_animator_default ${KDE4_KDECORE_LIBS} plasma)
26 +target_link_libraries(plasma_animator_default ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} plasma)
27
28 install(TARGETS plasma_animator_default DESTINATION ${PLUGIN_INSTALL_DIR})
29 install(FILES plasma-animator-default.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
30 diff -ur kdebase-workspace-3.97.0.orig/plasma/dataengines/filebrowser/CMakeLists.txt kdebase-workspace-3.97.0/plasma/dataengines/filebrowser/CMakeLists.txt
31 --- kdebase-workspace-3.97.0.orig/plasma/dataengines/filebrowser/CMakeLists.txt 2007-12-09 06:57:14.000000000 +0100
32 +++ kdebase-workspace-3.97.0/plasma/dataengines/filebrowser/CMakeLists.txt 2007-12-09 08:46:53.000000000 +0100
33 @@ -3,7 +3,7 @@
34 )
35
36 kde4_add_plugin(plasma_engine_filebrowser ${filebrowser_engine_SRCS})
37 -target_link_libraries(plasma_engine_filebrowser ${KDE4_KDECORE_LIBS} plasma)
38 +target_link_libraries(plasma_engine_filebrowser ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} plasma)
39
40 install(TARGETS plasma_engine_filebrowser DESTINATION ${PLUGIN_INSTALL_DIR})
41 install(FILES plasma-dataengine-filebrowser.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
42 diff -ur kdebase-workspace-3.97.0.orig/plasma/runners/calculator/CMakeLists.txt kdebase-workspace-3.97.0/plasma/runners/calculator/CMakeLists.txt
43 --- kdebase-workspace-3.97.0.orig/plasma/runners/calculator/CMakeLists.txt 2007-12-09 06:57:13.000000000 +0100
44 +++ kdebase-workspace-3.97.0/plasma/runners/calculator/CMakeLists.txt 2007-12-09 08:46:53.000000000 +0100
45 @@ -6,7 +6,7 @@
46 )
47
48 kde4_add_plugin(krunner_calculatorrunner ${krunner_calculatorrunner_SRCS})
49 -target_link_libraries(krunner_calculatorrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
50 +target_link_libraries(krunner_calculatorrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} ${KDE4_KDEUI_LIBS} plasma)
51
52 install(TARGETS krunner_calculatorrunner DESTINATION ${PLUGIN_INSTALL_DIR} )
53
54 diff -ur kdebase-workspace-3.97.0.orig/plasma/scriptengines/qscript/CMakeLists.txt kdebase-workspace-3.97.0/plasma/scriptengines/qscript/CMakeLists.txt
55 --- kdebase-workspace-3.97.0.orig/plasma/scriptengines/qscript/CMakeLists.txt 2007-12-09 06:57:13.000000000 +0100
56 +++ kdebase-workspace-3.97.0/plasma/scriptengines/qscript/CMakeLists.txt 2007-12-09 08:46:53.000000000 +0100
57 @@ -10,7 +10,7 @@
58 )
59
60 kde4_add_plugin(plasma_scriptengine_qscript ${qscript_engine_SRCS})
61 -target_link_libraries(plasma_scriptengine_qscript ${KDE4_KDECORE_LIBS} plasma ${QT_QTSCRIPT_LIBRARY} ${QT_QTUITOOLS_LIBRARY})
62 +target_link_libraries(plasma_scriptengine_qscript ${KDE4_KDECORE_LIBS} plasma ${QT_QTSCRIPT_LIBRARY} ${QT_QTUITOOLS_LIBRARY} ${QT_QTGUI_LIBRARY})
63
64 install(TARGETS plasma_scriptengine_qscript DESTINATION ${PLUGIN_INSTALL_DIR})
65 install(FILES plasma-scriptengine-qscript.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
66 diff -ur kdebase-workspace-3.97.0.orig/plasma/runners/bookmarks/CMakeLists.txt kdebase-workspace-3.97.0/plasma/runners/bookmarks/CMakeLists.txt
67 --- kdebase-workspace-3.97.0.orig/plasma/runners/bookmarks/CMakeLists.txt 2007-12-09 06:57:13.000000000 +0100
68 +++ kdebase-workspace-3.97.0/plasma/runners/bookmarks/CMakeLists.txt 2007-12-09 08:46:53.000000000 +0100
69 @@ -6,7 +6,7 @@
70 )
71
72 kde4_add_plugin(krunner_bookmarksrunner ${krunner_bookmarksrunner_SRCS})
73 -target_link_libraries(krunner_bookmarksrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
74 +target_link_libraries(krunner_bookmarksrunner ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
75
76 install(TARGETS krunner_bookmarksrunner DESTINATION ${PLUGIN_INSTALL_DIR} )
77
78 diff -ur kdebase-workspace-3.97.0.orig/plasma/tools/plasmoidviewer/CMakeLists.txt kdebase-workspace-3.97.0/plasma/tools/plasmoidviewer/CMakeLists.txt
79 --- kdebase-workspace-3.97.0.orig/plasma/tools/plasmoidviewer/CMakeLists.txt 2007-12-09 06:57:15.000000000 +0100
80 +++ kdebase-workspace-3.97.0/plasma/tools/plasmoidviewer/CMakeLists.txt 2007-12-09 08:47:08.000000000 +0100
81 @@ -5,7 +5,7 @@
82
83 kde4_add_executable(plasmoidviewer ${plasmoidviewer_SRCS})
84
85 -target_link_libraries(plasmoidviewer plasma)
86 +target_link_libraries(plasmoidviewer ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} plasma)
87
88 install(TARGETS plasmoidviewer DESTINATION ${BIN_INSTALL_DIR})
89 install(FILES checker.png DESTINATION ${DATA_INSTALL_DIR}/plasmoidviewer)
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list