From: Perttu Ahola Date: Mon, 19 Mar 2012 22:11:08 +0000 (+0200) Subject: Move icon files to misc/ X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=b9cc0a7976958e6df3dd6c07dbe6fc3315d25bec;p=zefram%2Fminetest%2Fminetest_engine.git Move icon files to misc/ --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 01d03a57..257df6ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}") if(UNIX) install(FILES "doc/minetest.6" "doc/minetestserver.6" DESTINATION "${MANDIR}/man6") install(FILES "misc/minetest.desktop" DESTINATION "${XDG_APPS_DIR}") - install(FILES "minetest-icon.svg" DESTINATION "${ICONDIR}/hicolor/scalable/apps") + install(FILES "misc/minetest-icon.svg" DESTINATION "${ICONDIR}/hicolor/scalable/apps") endif() # diff --git a/minetest-icon-24x24.png b/minetest-icon-24x24.png deleted file mode 100644 index 4d587c41..00000000 Binary files a/minetest-icon-24x24.png and /dev/null differ diff --git a/minetest-icon.ico b/minetest-icon.ico deleted file mode 100644 index 82af67bf..00000000 Binary files a/minetest-icon.ico and /dev/null differ diff --git a/minetest-icon.svg b/minetest-icon.svg deleted file mode 100644 index 46c9ac70..00000000 --- a/minetest-icon.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/misc/minetest-icon-24x24.png b/misc/minetest-icon-24x24.png new file mode 100644 index 00000000..4d587c41 Binary files /dev/null and b/misc/minetest-icon-24x24.png differ diff --git a/misc/minetest-icon.ico b/misc/minetest-icon.ico new file mode 100644 index 00000000..82af67bf Binary files /dev/null and b/misc/minetest-icon.ico differ diff --git a/misc/minetest-icon.svg b/misc/minetest-icon.svg new file mode 100644 index 00000000..46c9ac70 --- /dev/null +++ b/misc/minetest-icon.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/winresource.rc b/src/winresource.rc index 24ec445a..4770c87b 100644 --- a/src/winresource.rc +++ b/src/winresource.rc @@ -2,5 +2,5 @@ #include #include LANGUAGE 0, SUBLANG_NEUTRAL -130 ICON "..\\minetest-icon.ico" -//131 BITMAP "..\\minetest-icon.bmp" +130 ICON "..\\misc\\minetest-icon.ico" +//131 BITMAP "..\\misc\\minetest-icon.bmp"