]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/commitdiff
- don't look for neither PyQt4 nor PyKDE4
authorsparky <sparky@pld-linux.org>
Sat, 30 Jan 2010 19:15:29 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdebase-workspace-python.patch -> 1.2

kde4-kdebase-workspace-python.patch

index 50904cbf9ac40f64c11cb71a8ef6856fa7f127a7..a530a908767471f7019324038a791b90e223eacc 100644 (file)
@@ -1,9 +1,16 @@
 --- kdebase-workspace-4.3.4/CMakeLists.txt~    2009-11-27 14:01:58.000000000 +0100
 +++ kdebase-workspace-4.3.4/CMakeLists.txt     2010-01-05 14:23:22.615963105 +0100
-@@ -59,10 +59,7 @@
- endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")
- macro_optional_find_package(PyKDE4)
+@@ -52,17 +52,7 @@
+  
+ include(SIPMacros)
+  
+-macro_optional_find_package(PyQt4)
+-if(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")
+-  message(STATUS "The version of PyQt found is too old. 4.4.0 or later is required.")
+-  set(PYQT4_FOUND)
+-endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")
+-
+-macro_optional_find_package(PyKDE4)
 -set(PythonSupport_FOUND FALSE)
 -if(PYTHONLIBRARY_FOUND AND SIP_FOUND AND PYQT4_FOUND AND PYKDE4_FOUND)
 -  set(PythonSupport_FOUND TRUE)
This page took 0.118289 seconds and 4 git commands to generate.