Skip to content

Commit

Permalink
Rename minetest-icon.svg to minetest.svg - Fixes #1564
Browse files Browse the repository at this point in the history
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines
-Ensures compatibility with icon themes
-Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
  • Loading branch information
HEXcube authored and est31 committed Sep 3, 2015
1 parent 2035bfc commit c345657
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -178,7 +178,7 @@ if(UNIX AND NOT APPLE)
install(FILES "doc/minetest.6" "doc/minetestserver.6" DESTINATION "${MANDIR}/man6")
install(FILES "misc/minetest.desktop" DESTINATION "${XDG_APPS_DIR}")
install(FILES "misc/minetest.appdata.xml" DESTINATION "${APPDATADIR}")
install(FILES "misc/minetest-icon.svg" DESTINATION "${ICONDIR}/hicolor/scalable/apps")
install(FILES "misc/minetest.svg" DESTINATION "${ICONDIR}/hicolor/scalable/apps")
endif()

if(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -381,7 +381,7 @@ BlockMen:
erlehmann:
misc/minetest-icon-24x24.png
misc/minetest-icon.ico
misc/minetest-icon.svg
misc/minetest.svg
textures/base/pack/logo.png

License of Minetest source code
Expand Down
2 changes: 1 addition & 1 deletion misc/minetest.desktop
Expand Up @@ -9,7 +9,7 @@ Comment[ja]=マルチプレイに対応した、無限の世界のブロック
Comment[ru]=Игра-песочница с безграничным миром, состоящим из блоков
Comment[tr]=Tek-Çok oyuncuyla küplerden sonsuz dünyalar inşa et
Exec=minetest
Icon=minetest-icon
Icon=minetest
Terminal=false
Type=Application
Categories=Game;
Expand Down
2 changes: 1 addition & 1 deletion misc/minetest-icon.svg → misc/minetest.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c345657

Please sign in to comment.