summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files/pykde4-installation.patch
diff options
context:
space:
mode:
authorwired <wired@gentoo.org>2009-09-02 22:11:16 +0300
committerwired <wired@gentoo.org>2009-09-02 22:15:27 +0300
commitf07216ce9f2194e2671995401eebc2945a635036 (patch)
tree68a0a9b7551724fc26b0c2c920a7c559084b2e9b /kde-base/pykde4/files/pykde4-installation.patch
parent0f91b424671821e63826d65103abbdc52c86c3be (diff)
downloadkde-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.patch')
-rw-r--r--kde-base/pykde4/files/pykde4-installation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/pykde4/files/pykde4-installation.patch b/kde-base/pykde4/files/pykde4-installation.patch
new file mode 100644
index 00000000000..f452a0799a5
--- /dev/null
+++ b/kde-base/pykde4/files/pykde4-installation.patch
@@ -0,0 +1,11 @@
+diff -up python/pykde4/tools/pykdeuic4/CMakeLists.txt.kdebug#198632 python/pykde4/tools/pykdeuic4/CMakeLists.txt
+--- python/pykde4/tools/pykdeuic4/CMakeLists.txt.kdebug#198632 2009-03-27 09:46:05.000000000 -0500
++++ python/pykde4/tools/pykdeuic4/CMakeLists.txt 2009-07-16 12:39:38.457647506 -0500
+@@ -1,3 +1,5 @@
+
+-PYTHON_INSTALL(kde4.py ${DATA_INSTALL_DIR}/${PROJECT_NAME})
+-PYTHON_INSTALL(pykdeuic4.py ${DATA_INSTALL_DIR}/${PROJECT_NAME})
++PYTHON_INSTALL(kde4.py ${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/widget-plugins/)
++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)" )