diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:27:55 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:27:55 +0200 |
commit | eebed6b614c52895321754908c05b5082f531b85 (patch) | |
tree | 56bf0c5f54512c2fd8ed02cbe16d1da83b723461 /redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch | |
parent | 59daf455b483742c6c47099652117074df37889a (diff) | |
download | tde-packaging-eebed6b614c52895321754908c05b5082f531b85.tar.gz tde-packaging-eebed6b614c52895321754908c05b5082f531b85.zip |
RHEL/Fedora/MGA/MDV/Suse: update main and libraries for TDE 3.5.13.1
Diffstat (limited to 'redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch')
-rw-r--r-- | redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch b/redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch new file mode 100644 index 000000000..991918396 --- /dev/null +++ b/redhat/kdesdk/kdesdk-3.5.13.1-fix_xkcachegrind_installation.patch @@ -0,0 +1,13 @@ +--- kdesdk-3.5.13.1/kdecachegrind/kdecachegrind/CMakeLists.txt.kcachegrind 2012-09-08 12:06:51.000000000 +0200 ++++ kdesdk-3.5.13.1/kdecachegrind/kdecachegrind/CMakeLists.txt 2012-09-30 21:43:25.863163587 +0200 +@@ -26,8 +26,8 @@ + + tde_install_icons( ) + install( FILES kdecachegrind.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +-install( FILES kdecachegrindui.rc tips DESTINATION ${DATA_INSTALL_DIR}/kcachegrind ) +-install( FILES x-kdecachegrind.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) ++install( FILES kdecachegrindui.rc tips DESTINATION ${DATA_INSTALL_DIR}/kdecachegrind ) ++install( FILES x-kcachegrind.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) + + + ##### kdecachegrind (executable) ################## |