summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-workspace/files/patch-CMakeLists.txt')
-rw-r--r--x11/kde4-workspace/files/patch-CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/kde4-workspace/files/patch-CMakeLists.txt b/x11/kde4-workspace/files/patch-CMakeLists.txt
deleted file mode 100644
index 69647cafd4f2..000000000000
--- a/x11/kde4-workspace/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./CMakeLists.txt.orig 2010-07-29 01:04:56.000000000 +0400
-+++ ./CMakeLists.txt 2010-08-03 14:45:37.785806201 +0400
-@@ -79,7 +79,7 @@
- configure_file(config-unix.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-unix.h )
- configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h )
- if(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr")
-- set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"; export XCURSOR_PATH")
-+ set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/local/lib/X11/icons\"; export XCURSOR_PATH")
- endif(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr")
- configure_file(startkde.cmake ${CMAKE_CURRENT_BINARY_DIR}/startkde @ONLY)
- endif(NOT WIN32)
-@@ -231,7 +231,7 @@
- macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KDE4WorkspaceConfigVersion.cmake
- ${KDE4WORKSPACE_VERSION_MAJOR} ${KDE4WORKSPACE_VERSION_MINOR} ${KDE4WORKSPACE_VERSION_PATCH})
-
--set(_KDE4WorkspaceConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KDE4Workspace-${KDE4WORKSPACE_VERSION}/cmake)
-+set(_KDE4WorkspaceConfig_INSTALL_DIR ${LIB_INSTALL_DIR}/KDE4Workspace/cmake)
- # places where find_package() looks for FooConfig.cmake files:
- # CMake >= 2.6.0 looks in lib/Foo*/cmake/, CMake >= 2.6.3 also looks in
- # lib/cmake/Foo*/, which packagers prefer. So they can set the KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR