Diff of /trunk/KDE/kdebase/workspace/plasma/generic/scriptengines/python/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1141933, Wed Nov 11 08:36:47 2009 UTC revision 1141934, Wed Jun 23 20:51:06 2010 UTC
# Line 8  PYTHON_INSTALL(plasma_importer.py ${DATA Line 8  PYTHON_INSTALL(plasma_importer.py ${DATA
8  PYTHON_INSTALL(pydataengine.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)  PYTHON_INSTALL(pydataengine.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)
9  PYTHON_INSTALL(pyrunner.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)  PYTHON_INSTALL(pyrunner.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)
10  PYTHON_INSTALL(pywallpaper.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)  PYTHON_INSTALL(pywallpaper.py ${DATA_INSTALL_DIR}/plasma_scriptengine_python)
11  PYTHON_INSTALL(plasmascript.py ${PYTHON_SITE_PACKAGES_DIR}/PyKDE4)  
12    # remove the following three lines once we branch 4.5, they are only necessary as long
13    # as people update kdebase but not yet kdelibs (PYTHON_SITE_PACKAGES_INSTALL_DIR has just
14    # recently been added to FindPYthonLib.cmake and should be used as install destination). Alex
15    if(NOT PYTHON_SITE_PACKAGES_INSTALL_DIR)
16      set(PYTHON_SITE_PACKAGES_INSTALL_DIR ${PYTHON_SITE_PACKAGES_DIR} )
17    endif(NOT PYTHON_SITE_PACKAGES_INSTALL_DIR)
18    
19    PYTHON_INSTALL(plasmascript.py ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/PyKDE4)
20    
21  install(FILES plasma-scriptengine-applet-python.desktop  install(FILES plasma-scriptengine-applet-python.desktop
22          DESTINATION ${SERVICES_INSTALL_DIR})          DESTINATION ${SERVICES_INSTALL_DIR})

Legend:
Removed from v.1141933  
changed lines
  Added in v.1141934