diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-02-04 00:33:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-05 22:40:18 -0600 |
commit | dae601189d5318d5612d79916a8dc8e1be2dc72c (patch) | |
tree | ce285abcf30baf9e8e09b7099cae2d38a6aeffd4 /desktop/razorqt/patches | |
parent | 198574609472e43800591f6440e71ba7e63c9e47 (diff) | |
download | slackbuilds-dae601189d5318d5612d79916a8dc8e1be2dc72c.tar.gz |
desktop/razorqt: Updated for version 0.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/razorqt/patches')
-rw-r--r-- | desktop/razorqt/patches/dont_hardcode_xdg_path.patch | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/desktop/razorqt/patches/dont_hardcode_xdg_path.patch b/desktop/razorqt/patches/dont_hardcode_xdg_path.patch index f46f43aaff..b59c641983 100644 --- a/desktop/razorqt/patches/dont_hardcode_xdg_path.patch +++ b/desktop/razorqt/patches/dont_hardcode_xdg_path.patch @@ -1,29 +1,25 @@ -diff --git a/razorqt-config/src/CMakeLists.txt b/razorqt-config/src/CMakeLists.txt -index 193809c..76df89d 100644 ---- a/razorqt-config/src/CMakeLists.txt -+++ b/razorqt-config/src/CMakeLists.txt -@@ -52,4 +52,4 @@ target_link_libraries( razor-config qcategorizedview) +diff -Naur razor-qt-0.5.2.orig/razorqt-config/src/CMakeLists.txt razor-qt-0.5.2/razorqt-config/src/CMakeLists.txt +--- razor-qt-0.5.2.orig/razorqt-config/src/CMakeLists.txt 2013-01-12 17:40:48.000000000 +0100 ++++ razor-qt-0.5.2/razorqt-config/src/CMakeLists.txt 2013-01-14 07:03:35.907315151 +0100 +@@ -52,4 +52,4 @@ INSTALL(TARGETS razor-config RUNTIME DESTINATION bin) install(FILES ${DESKTOP_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) -install(FILES razor-config.menu DESTINATION /etc/xdg/menus/) +install(FILES razor-config.menu DESTINATION ${RAZOR_ETC_XDG_DIRECTORY}/menus/) -diff --git a/razorqt-resources/application-menu/CMakeLists.txt b/razorqt-resources/application-menu/CMakeLists.txt -index cfb1a64..356d7e5 100644 ---- a/razorqt-resources/application-menu/CMakeLists.txt -+++ b/razorqt-resources/application-menu/CMakeLists.txt -@@ -26,5 +26,5 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/razor-applications.menu.in - ${CMAKE_CURRENT_BINARY_DIR}/razor-applications.menu - @ONLY) +diff -Naur razor-qt-0.5.2.orig/razorqt-resources/application-menu/CMakeLists.txt razor-qt-0.5.2/razorqt-resources/application-menu/CMakeLists.txt +--- razor-qt-0.5.2.orig/razorqt-resources/application-menu/CMakeLists.txt 2013-01-12 17:40:48.000000000 +0100 ++++ razor-qt-0.5.2/razorqt-resources/application-menu/CMakeLists.txt 2013-01-14 07:04:24.877315008 +0100 +@@ -28,4 +28,4 @@ + + add_subdirectory(desktop-directories) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/razor-applications.menu DESTINATION /etc/xdg/menus/) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/razor-applications.menu DESTINATION ${RAZOR_ETC_XDG_DIRECTORY}/menus/) - install(DIRECTORY desktop-directories DESTINATION share/ PATTERN ".desktop") -diff --git a/razorqt-resources/autostart/CMakeLists.txt b/razorqt-resources/autostart/CMakeLists.txt -index aa9dece..a00c119 100644 ---- a/razorqt-resources/autostart/CMakeLists.txt -+++ b/razorqt-resources/autostart/CMakeLists.txt -@@ -11,4 +11,4 @@ razor_translate_desktop(DESKTOP_FILES +diff -Naur razor-qt-0.5.2.orig/razorqt-resources/autostart/CMakeLists.txt razor-qt-0.5.2/razorqt-resources/autostart/CMakeLists.txt +--- razor-qt-0.5.2.orig/razorqt-resources/autostart/CMakeLists.txt 2013-01-12 17:40:48.000000000 +0100 ++++ razor-qt-0.5.2/razorqt-resources/autostart/CMakeLists.txt 2013-01-14 07:03:35.908315132 +0100 +@@ -11,4 +11,4 @@ add_custom_target(autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES}) #************************************************ |