summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-08-04 01:39:24 +0000
committerAlex Alexander <wired@gentoo.org>2009-08-04 01:39:24 +0000
commitd28d4c3ef16a1d67b8fba9625eb0f0cc1e61b927 (patch)
tree4a5e0d596c871b904ba6a9adf64b2fe4c4e8bac4 /kde-base/pykde4/files
parent2.2_rc35 bump. Fixes previously mentioned regression in 2.2_rc34. (diff)
downloadhistorical-d28d4c3ef16a1d67b8fba9625eb0f0cc1e61b927.tar.gz
historical-d28d4c3ef16a1d67b8fba9625eb0f0cc1e61b927.tar.bz2
historical-d28d4c3ef16a1d67b8fba9625eb0f0cc1e61b927.zip
Version bump KDE 4.3.0
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/pykde4/files')
-rw-r--r--kde-base/pykde4/files/pykde4-installation-fix.patch10
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 000000000000..a0a3e642d495
--- /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)" )