updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / kdeplasma-countdown / kde4.3.patch
bloba1f7a037b29b0c3d4481a74b4b2f6b104a15b13e
1 --- plasmoid-countdown-0.2.2/CMakeLists.txt~ 2009-09-09 22:58:30.964556838 +0200
2 +++ plasmoid-countdown-0.2.2/CMakeLists.txt 2009-09-09 22:58:37.412060368 +0200
3 @@ -4,7 +4,6 @@
4 # Find the required Libaries
5 find_package( KDE4 REQUIRED )
6 include( KDE4Defaults )
7 -find_package( Plasma REQUIRED )
9 add_definitions ( ${QT_DEFINITIONS} ${KDE4_DEFINITIONS} )
10 include_directories(
11 --- plasmoid-countdown-0.2.2/src/CMakeLists.txt~ 2009-09-09 22:59:17.530134595 +0200
12 +++ plasmoid-countdown-0.2.2/src/CMakeLists.txt 2009-09-09 22:59:04.410671153 +0200
13 @@ -5,7 +5,7 @@
14 # Now make sure all files get to the right place
15 kde4_add_plugin(plasma_applet_countdown ${countdown_SRCS})
16 target_link_libraries(plasma_applet_countdown
17 - ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
18 + ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
20 install(TARGETS plasma_applet_countdown
21 DESTINATION ${PLUGIN_INSTALL_DIR})