summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch')
-rw-r--r--games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch b/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch
deleted file mode 100644
index 5ce3fff0dd39..000000000000
--- a/games-action/supertuxkart/files/supertuxkart-0.8.1-icon-dest.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit f46a26640382ffc76e71f58eaaf1e5223a11c9a0
-Author: hasufell <hasufell@gentoo.org>
-Date: Tue Nov 26 22:13:21 2013 +0100
-
- fix icon install dest
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -304,7 +304,9 @@ endif()
- install(TARGETS supertuxkart RUNTIME DESTINATION ${STK_INSTALL_BINARY_DIR} BUNDLE DESTINATION .)
- install(DIRECTORY ${STK_DATA_DIR} DESTINATION ${STK_INSTALL_DATA_DIR} PATTERN ".svn" EXCLUDE)
- install(FILES ${PROJECT_BINARY_DIR}/supertuxkart.desktop DESTINATION share/applications)
--install(FILES data/supertuxkart_32.png data/supertuxkart_128.png DESTINATION share/pixmaps)
-+install(FILES data/supertuxkart_128.png DESTINATION share/icons/hicolor/128x128/apps RENAME supertuxkart.png)
-+install(FILES data/supertuxkart_32.png DESTINATION share/icons/hicolor/32x32/apps RENAME supertuxkart.png)
-+
-
- set(PREFIX ${CMAKE_INSTALL_PREFIX})
- configure_file(data/supertuxkart_desktop.template supertuxkart.desktop)