diff options
| author | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2013-01-17 23:59:03 +0100 |
|---|---|---|
| committer | Andreas K. Huettel (dilfridge) <mail@akhuettel.de> | 2013-01-17 23:59:03 +0100 |
| commit | eb1f660f0d4f246c2ba2dea6e7c06691e73be142 (patch) | |
| tree | 0144e1fa3dcc4b2885d3eeca37618f4cada91f40 /kde-base/pykde4/files | |
| parent | fc4187c321b9b38d25732d513eab66502e3c7980 (diff) | |
| download | kde-eb1f660f0d4f246c2ba2dea6e7c06691e73be142.tar.gz kde-eb1f660f0d4f246c2ba2dea6e7c06691e73be142.tar.bz2 kde-eb1f660f0d4f246c2ba2dea6e7c06691e73be142.zip | |
[kde-base/pykde4] revert all changes since rc2 for a test
Diffstat (limited to 'kde-base/pykde4/files')
| -rw-r--r-- | kde-base/pykde4/files/pykde4-4.9.98-symlink.patch | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/kde-base/pykde4/files/pykde4-4.9.98-symlink.patch b/kde-base/pykde4/files/pykde4-4.9.98-symlink.patch index c9eab079eb8..db1653c9a1f 100644 --- a/kde-base/pykde4/files/pykde4-4.9.98-symlink.patch +++ b/kde-base/pykde4/files/pykde4-4.9.98-symlink.patch @@ -1,14 +1,16 @@ -From fa1b3798477b91492330a6db9e81834d64ce8ec1 Mon Sep 17 00:00:00 2001 -From: "Andreas K. Huettel" <mail@akhuettel.de> -Date: Thu, 17 Jan 2013 17:33:46 +0100 -Subject: [PATCH] Revert "Use a slightly better strategy for symlinking: - although the previous" - -This reverts commit 4e8ee28f3a314edef2a8489854c0ed58ac668070. ---- - tools/pykdeuic4/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - +diff --git a/kpythonpluginfactory/CMakeLists.txt b/kpythonpluginfactory/CMakeLists.txt +index c24160e..9597cd1 100644 +--- a/kpythonpluginfactory/CMakeLists.txt ++++ b/kpythonpluginfactory/CMakeLists.txt +@@ -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}) diff --git a/tools/pykdeuic4/CMakeLists.txt b/tools/pykdeuic4/CMakeLists.txt index 092985d..2209fba 100644 --- a/tools/pykdeuic4/CMakeLists.txt @@ -22,6 +24,3 @@ index 092985d..2209fba 100644 endif() unset(_uic_name) --- -1.8.1 - |
