diff options
author | 2009-06-14 13:21:44 +0000 | |
---|---|---|
committer | 2009-06-14 13:21:44 +0000 | |
commit | 019aad321a0ac4f9aa0f89011d1a50237f025fec (patch) | |
tree | 78274d8ee0fb0bc0204f35f74929b6fa0f73183c /kde-base/krunner/files | |
parent | [kde-base/korganizer] Clean unneeded patches (diff) | |
download | historical-019aad321a0ac4f9aa0f89011d1a50237f025fec.tar.gz historical-019aad321a0ac4f9aa0f89011d1a50237f025fec.tar.bz2 historical-019aad321a0ac4f9aa0f89011d1a50237f025fec.zip |
[kde-base/krunner] Clean unneeded patches
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'kde-base/krunner/files')
-rw-r--r-- | kde-base/krunner/files/krunner-4.0.2-linkage.patch | 22 | ||||
-rw-r--r-- | kde-base/krunner/files/krunner-4.0.2-opengl.patch | 12 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-base/krunner/files/krunner-4.0.2-linkage.patch b/kde-base/krunner/files/krunner-4.0.2-linkage.patch deleted file mode 100644 index 2ea129e4854c..000000000000 --- a/kde-base/krunner/files/krunner-4.0.2-linkage.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 4f68e8ffcb5adfc2f020f2cc58cbf0aa92e8be18 -Author: Ingmar Vanhassel <ingmar.vanhassel@gmail.com> -Date: Wed Jan 9 23:35:56 2008 +0100 - - Fix linkage in krunner. ---- - kdebase/workspace/krunner/CMakeLists.txt | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/kdebase/workspace/krunner/CMakeLists.txt b/kdebase/workspace/krunner/CMakeLists.txt -index 732496e..422bea8 100644 ---- a/kdebase/workspace/krunner/CMakeLists.txt -+++ b/kdebase/workspace/krunner/CMakeLists.txt -@@ -40,7 +40,7 @@ kde4_add_ui_files(krunner_SRCS runners/shell/shellOptions.ui) - kde4_add_kdeinit_executable(krunner ${krunner_SRCS}) - # needs qt3support for Q3ListView in lockdlg - target_link_libraries(kdeinit_krunner plasma kworkspace processui ${KDE4_SOLID_LIBRARIES} ${KDE4_THREADWEAVER_LIBRARIES} ${X11_Xrender_LIB} ${KDE4_KDEUI_LIBS} --${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBRARY} ) -+${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBRARY} ${KDE4_KIO_LIBS} ) - if(X11_Xss_LIB) - target_link_libraries(kdeinit_krunner ${X11_Xss_LIB}) - endif(X11_Xss_LIB) diff --git a/kde-base/krunner/files/krunner-4.0.2-opengl.patch b/kde-base/krunner/files/krunner-4.0.2-opengl.patch deleted file mode 100644 index 2eb6d918f788..000000000000 --- a/kde-base/krunner/files/krunner-4.0.2-opengl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- workspace/krunner/lock/CMakeLists.txt (revision 766878) -+++ workspace/krunner/lock/CMakeLists.txt (working copy) -@@ -5,7 +5,9 @@ - ########### next target ############### - - check_library_exists(Xxf86misc XF86MiscSetGrabKeysState "" HAVE_XF86MISCSETGRABKEYSSTATE) -+if(OPENGL_FOUND) - check_library_exists(GL glXChooseVisual "" HAVE_GLXCHOOSEVISUAL) -+endif(OPENGL_FOUND) - - configure_file(config-krunner-lock.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-krunner-lock.h) - |