diff options
| author | wired <wired@gentoo.org> | 2009-09-02 22:11:16 +0300 |
|---|---|---|
| committer | wired <wired@gentoo.org> | 2009-09-02 22:15:27 +0300 |
| commit | f07216ce9f2194e2671995401eebc2945a635036 (patch) | |
| tree | 68a0a9b7551724fc26b0c2c920a7c559084b2e9b /kde-base/pykde4/files/pykde4-installation-fix.patch | |
| parent | 0f91b424671821e63826d65103abbdc52c86c3be (diff) | |
| download | kde-f07216ce9f2194e2671995401eebc2945a635036.tar.gz kde-f07216ce9f2194e2671995401eebc2945a635036.tar.bz2 kde-f07216ce9f2194e2671995401eebc2945a635036.zip | |
Revert "[kde-base] Clean out KDE 4.3.0; remove unused patches"
This reverts commit ee7cff7e3a7116a64d8e7126cb8a2421891cf206.
restored 4.3.0 ebuilds, some people are still using these...
Diffstat (limited to 'kde-base/pykde4/files/pykde4-installation-fix.patch')
| -rw-r--r-- | kde-base/pykde4/files/pykde4-installation-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kde-base/pykde4/files/pykde4-installation-fix.patch b/kde-base/pykde4/files/pykde4-installation-fix.patch new file mode 100644 index 00000000000..a0a3e642d49 --- /dev/null +++ b/kde-base/pykde4/files/pykde4-installation-fix.patch @@ -0,0 +1,10 @@ +Index: python/pykde4/tools/pykdeuic4/CMakeLists.txt +=================================================================== +--- python/pykde4/tools/pykdeuic4/CMakeLists.txt (revision 1001414) ++++ python/pykde4/tools/pykdeuic4/CMakeLists.txt (working copy) +@@ -1,2 +1,4 @@ + PYTHON_INSTALL(kde4.py ${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/widget-plugins/) +-PYTHON_INSTALL(pykdeuic4.py ${BIN_INSTALL_DIR}/pykdeuic4) ++PYTHON_INSTALL(pykdeuic4.py ${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/) ++find_path(cmake_module_dir create_exe_symlink.cmake ${CMAKE_MODULE_PATH}) ++INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -DTARGET=${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/pykdeuic4.py -DLINK_NAME=${BIN_INSTALL_DIR}/pykdeuic4 -P ${cmake_module_dir}/create_exe_symlink.cmake)" ) |
