summaryrefslogtreecommitdiff
path: root/kde-misc/eyesaver/files
diff options
context:
space:
mode:
authorAlex Alexander <alex.alexander@gmail.com>2009-03-29 04:50:27 +0300
committerAlex Alexander <alex.alexander@gmail.com>2009-03-29 04:59:57 +0300
commit8c8697227d710290112c859be8460417d35bbf6e (patch)
tree4f72321f621e9332be78bc97b0ca078c346115c5 /kde-misc/eyesaver/files
parentb57fc10c95c8882a84e732a91e559a926626dd54 (diff)
downloadkde-8c8697227d710290112c859be8460417d35bbf6e.tar.gz
kde-8c8697227d710290112c859be8460417d35bbf6e.tar.bz2
kde-8c8697227d710290112c859be8460417d35bbf6e.zip
moved plasmoids to kde-misc/
old ebuilds in kde-plasmoids/ package.masked updated sets with new location people using sets should get automatic update [auto-solved blocks] people without sets -avDuN'ing their systems will get a detailed warning from profiles/package.mask, notifying them of the change people trying to install kde-misc/versions on top of existing kde-plasmoids/versions will get blockers people who used a set but have kde-plasmoids/ entries in their world file will get blockers on update
Diffstat (limited to 'kde-misc/eyesaver/files')
-rw-r--r--kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch b/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch
new file mode 100644
index 00000000000..3e537280609
--- /dev/null
+++ b/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch
@@ -0,0 +1,37 @@
+*** eyesaver.original/eyesaver-0.1/CMakeLists.txt 2009-02-17 23:10:01.538216659 +0300
+--- eyesaver/eyesaver-0.1/CMakeLists.txt 2009-02-17 23:10:40.097216054 +0300
+***************
+*** 4,11 ****
+ # Find the required Libaries
+ find_package(KDE4 REQUIRED)
+ include(KDE4Defaults)
+! find_package(Plasma REQUIRED)
+!
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ include_directories(
+ ${CMAKE_SOURCE_DIR}
+--- 4,15 ----
+ # Find the required Libaries
+ find_package(KDE4 REQUIRED)
+ include(KDE4Defaults)
+!
+! if ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
+! else ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
+! set( PLASMA_LIBS ${KDE4_PLASMA_LIBS} )
+! endif ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
+!
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ include_directories(
+ ${CMAKE_SOURCE_DIR}
+***************
+*** 28,31 ****
+ DESTINATION ${SERVICES_INSTALL_DIR})
+
+ install(FILES images/occhio2.svg
+! DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
+\ No newline at end of file
+--- 32,35 ----
+ DESTINATION ${SERVICES_INSTALL_DIR})
+
+ install(FILES images/occhio2.svg
+! DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)