summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-07-16 21:17:55 +0200
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-07-16 21:17:55 +0200
commit1fcff8d2e35e786c00268fce478c8ba23341c7c9 (patch)
tree58ef24ab515d09c84f5e99130fd4563fb9970f1d /kde-base/pykde4/files
parentda5ef937e16da1a750255969ba3c6c73d625953a (diff)
downloadkde-1fcff8d2e35e786c00268fce478c8ba23341c7c9.tar.gz
kde-1fcff8d2e35e786c00268fce478c8ba23341c7c9.tar.bz2
kde-1fcff8d2e35e786c00268fce478c8ba23341c7c9.zip
[kde-base/pykde4] Added temporary installation fix for pykde4
Diffstat (limited to 'kde-base/pykde4/files')
-rw-r--r--kde-base/pykde4/files/pykde4-installation.patch9
1 files changed, 9 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..177aa449d9f
--- /dev/null
+++ b/kde-base/pykde4/files/pykde4-installation.patch
@@ -0,0 +1,9 @@
+diff -up python/pykde4/tools/pykdeuic4/CMakeLists.txt.kdebug#198632 python/pykde4/tools/pykdeuic4/CMakeLists.txt
+--- kdebindings-4.2.96/python/pykde4/tools/pykdeuic4/CMakeLists.txt.kdebug#198632 2009-03-27 09:46:05.000000000 -0500
++++ kdebindings-4.2.96/python/pykde4/tools/pykdeuic4/CMakeLists.txt 2009-07-16 12:39:38.457647506 -0500
+@@ -1,3 +1,3 @@
+
+-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 ${BIN_INSTALL_DIR}/pykdeuic4)