public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/plasma/files: plasma-4.0.1-linkage.patch
@ 2008-02-07  0:12 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-02-07  0:12 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/02/07 00:12:57

  Added:                plasma-4.0.1-linkage.patch
  Log:
  Version bump to KDE 4.0.1.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.1                  kde-base/plasma/files/plasma-4.0.1-linkage.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/files/plasma-4.0.1-linkage.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/files/plasma-4.0.1-linkage.patch?rev=1.1&content-type=text/plain

Index: plasma-4.0.1-linkage.patch
===================================================================
Because we compile libplasma & plasma in seperate packages,
need to list the libraries we link to explicitly.
diff -ur kdebase-workspace-3.97.0.orig/plasma/animators/default/CMakeLists.txt kdebase-workspace-3.97.0/plasma/animators/default/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/animators/default/CMakeLists.txt	2007-12-09 06:57:13.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/animators/default/CMakeLists.txt	2007-12-09 08:46:53.000000000 +0100
@@ -3,7 +3,7 @@
 )
 
 kde4_add_plugin(plasma_animator_default ${default_animator_SRCS})
-target_link_libraries(plasma_animator_default ${KDE4_KDECORE_LIBS} plasma)
+target_link_libraries(plasma_animator_default ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} plasma)
 
 install(TARGETS plasma_animator_default DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES plasma-animator-default.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
diff -ur kdebase-workspace-3.97.0.orig/plasma/dataengines/filebrowser/CMakeLists.txt kdebase-workspace-3.97.0/plasma/dataengines/filebrowser/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/dataengines/filebrowser/CMakeLists.txt	2007-12-09 06:57:14.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/dataengines/filebrowser/CMakeLists.txt	2007-12-09 08:46:53.000000000 +0100
@@ -3,7 +3,7 @@
 )
 
 kde4_add_plugin(plasma_engine_filebrowser ${filebrowser_engine_SRCS})
-target_link_libraries(plasma_engine_filebrowser ${KDE4_KDECORE_LIBS} plasma)
+target_link_libraries(plasma_engine_filebrowser ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} plasma)
 
 install(TARGETS plasma_engine_filebrowser DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES plasma-dataengine-filebrowser.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
diff -ur kdebase-workspace-3.97.0.orig/plasma/runners/calculator/CMakeLists.txt kdebase-workspace-3.97.0/plasma/runners/calculator/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/runners/calculator/CMakeLists.txt	2007-12-09 06:57:13.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/runners/calculator/CMakeLists.txt	2007-12-09 08:46:53.000000000 +0100
@@ -6,7 +6,7 @@
 )
 
 kde4_add_plugin(krunner_calculatorrunner ${krunner_calculatorrunner_SRCS})
-target_link_libraries(krunner_calculatorrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
+target_link_libraries(krunner_calculatorrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} ${KDE4_KDEUI_LIBS} plasma)
 
 install(TARGETS krunner_calculatorrunner DESTINATION ${PLUGIN_INSTALL_DIR} )
 
diff -ur kdebase-workspace-3.97.0.orig/plasma/scriptengines/qscript/CMakeLists.txt kdebase-workspace-3.97.0/plasma/scriptengines/qscript/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/scriptengines/qscript/CMakeLists.txt	2007-12-09 06:57:13.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/scriptengines/qscript/CMakeLists.txt	2007-12-09 08:46:53.000000000 +0100
@@ -10,7 +10,7 @@
 )
 
 kde4_add_plugin(plasma_scriptengine_qscript ${qscript_engine_SRCS})
-target_link_libraries(plasma_scriptengine_qscript ${KDE4_KDECORE_LIBS} plasma ${QT_QTSCRIPT_LIBRARY} ${QT_QTUITOOLS_LIBRARY})
+target_link_libraries(plasma_scriptengine_qscript ${KDE4_KDECORE_LIBS} plasma ${QT_QTSCRIPT_LIBRARY} ${QT_QTUITOOLS_LIBRARY} ${QT_QTGUI_LIBRARY})
 
 install(TARGETS plasma_scriptengine_qscript DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES plasma-scriptengine-qscript.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
diff -ur kdebase-workspace-3.97.0.orig/plasma/runners/bookmarks/CMakeLists.txt kdebase-workspace-3.97.0/plasma/runners/bookmarks/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/runners/bookmarks/CMakeLists.txt	2007-12-09 06:57:13.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/runners/bookmarks/CMakeLists.txt	2007-12-09 08:46:53.000000000 +0100
@@ -6,7 +6,7 @@
 )
 
 kde4_add_plugin(krunner_bookmarksrunner ${krunner_bookmarksrunner_SRCS})
-target_link_libraries(krunner_bookmarksrunner ${KDE4_KDECORE_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
+target_link_libraries(krunner_bookmarksrunner ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QTSCRIPT_LIBRARY} plasma)
 
 install(TARGETS krunner_bookmarksrunner DESTINATION ${PLUGIN_INSTALL_DIR} )
 
diff -ur kdebase-workspace-3.97.0.orig/plasma/tools/plasmoidviewer/CMakeLists.txt kdebase-workspace-3.97.0/plasma/tools/plasmoidviewer/CMakeLists.txt
--- kdebase-workspace-3.97.0.orig/plasma/tools/plasmoidviewer/CMakeLists.txt	2007-12-09 06:57:15.000000000 +0100
+++ kdebase-workspace-3.97.0/plasma/tools/plasmoidviewer/CMakeLists.txt	2007-12-09 08:47:08.000000000 +0100
@@ -5,7 +5,7 @@
 
 kde4_add_executable(plasmoidviewer ${plasmoidviewer_SRCS})
 
-target_link_libraries(plasmoidviewer plasma)
+target_link_libraries(plasmoidviewer ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} plasma)
 
 install(TARGETS plasmoidviewer DESTINATION ${BIN_INSTALL_DIR})
 install(FILES checker.png DESTINATION ${DATA_INSTALL_DIR}/plasmoidviewer)



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/plasma/files: plasma-4.0.1-linkage.patch
@ 2008-03-20 18:24 Ingmar Vanhassel (ingmar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-03-20 18:24 UTC (permalink / raw
  To: gentoo-commits

ingmar      08/03/20 18:24:10

  Removed:              plasma-4.0.1-linkage.patch
  Log:
  Old.
  (Portage version: 2.2_pre5)
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-20 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 18:24 [gentoo-commits] gentoo-x86 commit in kde-base/plasma/files: plasma-4.0.1-linkage.patch Ingmar Vanhassel (ingmar)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-07  0:12 Wulf Krueger (philantrop)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox