[pykde4] awol patch from previous commit

Rex Dieter rdieter at fedoraproject.org
Mon Jan 7 17:46:42 UTC 2013


commit c49ed26373dbb0260aad616b3a2073374c50b859
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Jan 7 11:46:58 2013 -0600

    awol patch from previous commit

 pykde4-4.9.97-kde312618.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/pykde4-4.9.97-kde312618.patch b/pykde4-4.9.97-kde312618.patch
new file mode 100644
index 0000000..d4d5817
--- /dev/null
+++ b/pykde4-4.9.97-kde312618.patch
@@ -0,0 +1,12 @@
+diff -up pykde4-4.9.97/kpythonpluginfactory/CMakeLists.txt.0003 pykde4-4.9.97/kpythonpluginfactory/CMakeLists.txt
+--- pykde4-4.9.97/kpythonpluginfactory/CMakeLists.txt.0003	2013-01-03 15:15:46.000000000 -0600
++++ pykde4-4.9.97/kpythonpluginfactory/CMakeLists.txt	2013-01-07 11:32:48.892315780 -0600
+@@ -4,7 +4,7 @@ set(kpythonpluginfactory_SRCS
+     kpythonpluginfactory.cpp)
+ 
+ GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
+-ADD_DEFINITIONS(-DLIB_PYTHON="\\"${LIB_PYTHON}\\"")
++ADD_DEFINITIONS(-DLIB_PYTHON="${LIB_PYTHON}")
+ ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
+ 
+ kde4_add_plugin(kpythonpluginfactory ${kpythonpluginfactory_SRCS})


More information about the scm-commits mailing list