Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/pykde4/files: pykde4-installation-fix.patch
Date: Tue, 04 Aug 2009 01:33:30
Message-Id: E1MY8u8-0006jw-J7@stork.gentoo.org
1 wired 09/08/04 01:33:28
2
3 Added: pykde4-installation-fix.patch
4 Log:
5 Version bump KDE 4.3.0
6 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/pykde4/files/pykde4-installation-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde4/files/pykde4-installation-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde4/files/pykde4-installation-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: pykde4-installation-fix.patch
15 ===================================================================
16 Index: python/pykde4/tools/pykdeuic4/CMakeLists.txt
17 ===================================================================
18 --- python/pykde4/tools/pykdeuic4/CMakeLists.txt (revision 1001414)
19 +++ python/pykde4/tools/pykdeuic4/CMakeLists.txt (working copy)
20 @@ -1,2 +1,4 @@
21 PYTHON_INSTALL(kde4.py ${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/widget-plugins/)
22 -PYTHON_INSTALL(pykdeuic4.py ${BIN_INSTALL_DIR}/pykdeuic4)
23 +PYTHON_INSTALL(pykdeuic4.py ${PYTHON_SITE_PACKAGES_DIR}/PyQt4/uic/)
24 +find_path(cmake_module_dir create_exe_symlink.cmake ${CMAKE_MODULE_PATH})
25 +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)" )