summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files/pykde4-installation.patch
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-25 01:51:15 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-25 01:51:15 +0400
commit6035133fb5af1fc39303078539a73cf9b569421d (patch)
tree4765fee2e6770aa4ca93fabaad981a7d6ccb1f8a /kde-base/pykde4/files/pykde4-installation.patch
parentaa4744d9202e1a9e8c4a4762458460f9e2ea45a7 (diff)
downloadkde-6035133fb5af1fc39303078539a73cf9b569421d.tar.gz
kde-6035133fb5af1fc39303078539a73cf9b569421d.tar.bz2
kde-6035133fb5af1fc39303078539a73cf9b569421d.zip
[kde-base/pykde4] Add patch to fix #284060
(Portage version: 2.2_rc46/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'kde-base/pykde4/files/pykde4-installation.patch')
-rw-r--r--kde-base/pykde4/files/pykde4-installation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde-base/pykde4/files/pykde4-installation.patch b/kde-base/pykde4/files/pykde4-installation.patch
deleted file mode 100644
index f452a0799a5..00000000000
--- a/kde-base/pykde4/files/pykde4-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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)" )