complete comit from 263f4574ac4ba09578762f986f11a5a0a09923d7 desktop and icons
* app data registration * icon storage for linux and mac * desktop file invoke 4.X event vanilla one
This commit is contained in:
parent
1fea9f2e10
commit
1062de4925
@ -5,10 +5,10 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>minetest</string>
|
<string>minetest4</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>minetest-icon.icns</string>
|
<string>minetest4-icon.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>net.minetest.minetest</string>
|
<string>net.minetest.minetest4</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>net.minetest.minetest.desktop</id>
|
<id>net.minetest.minetest4.desktop</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
|
<project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
|
||||||
<name>Minetest</name>
|
<name>minetest4</name>
|
||||||
<summary>Multiplayer infinite-world block sandbox game</summary>
|
<summary>Multiplayer infinite-world block sandbox game</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Minetest is an infinite-world block sandbox game and game engine.
|
minetest4 is an infinite-world block sandbox game and game engine.
|
||||||
</p><p>
|
</p><p>
|
||||||
Players can create and destroy various types of blocks in a
|
Players can create and destroy various types of blocks in a
|
||||||
three-dimensional open world. This allows forming structures in
|
three-dimensional open world. This allows forming structures in
|
||||||
every possible creation, on multiplayer servers or in singleplayer.
|
every possible creation, on multiplayer servers or in singleplayer.
|
||||||
</p><p>
|
</p><p>
|
||||||
Minetest is designed to be simple, stable, and portable.
|
minetest4 is designed to be simple, stable, and portable.
|
||||||
It is lightweight enough to run on fairly old hardware.
|
It is lightweight enough to run on fairly old hardware.
|
||||||
</p><p>
|
</p><p>
|
||||||
Minetest has many features, including:
|
minetest4 has many features, including:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Ability to walk around, dig, and build in a near-infinite voxel world</li>
|
<li>Ability to walk around, dig, and build in a near-infinite voxel world</li>
|
||||||
@ -51,8 +51,8 @@
|
|||||||
<url type="faq">http://wiki.minetest.net/FAQ</url>
|
<url type="faq">http://wiki.minetest.net/FAQ</url>
|
||||||
<url type="help">http://wiki.minetest.net</url>
|
<url type="help">http://wiki.minetest.net</url>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>minetest</binary>
|
<binary>minetest4</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<translation type="gettext">minetest</translation>
|
<translation type="gettext">minetest4</translation>
|
||||||
<update_contact>sfan5@live.de</update_contact>
|
<update_contact>sfan5@live.de</update_contact>
|
||||||
</component>
|
</component>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Minetest
|
Name=Minetest4
|
||||||
GenericName=Minetest
|
GenericName=Minetest4
|
||||||
Comment=Multiplayer infinite-world block sandbox
|
Comment=Multiplayer infinite-world block sandbox
|
||||||
Comment[de]=Mehrspieler-Sandkastenspiel mit unendlichen Blockwelten
|
Comment[de]=Mehrspieler-Sandkastenspiel mit unendlichen Blockwelten
|
||||||
Comment[es]=Juego sandbox multijugador con mundos infinitos
|
Comment[es]=Juego sandbox multijugador con mundos infinitos
|
||||||
@ -8,8 +8,8 @@ Comment[fr]=Jeu multijoueurs de type bac à sable avec des mondes infinis
|
|||||||
Comment[ja]=マルチプレイに対応した、無限の世界のブロック型サンドボックスゲームです
|
Comment[ja]=マルチプレイに対応した、無限の世界のブロック型サンドボックスゲームです
|
||||||
Comment[ru]=Игра-песочница с безграничным миром, состоящим из блоков
|
Comment[ru]=Игра-песочница с безграничным миром, состоящим из блоков
|
||||||
Comment[tr]=Tek-Çok oyuncuyla küplerden sonsuz dünyalar inşa et
|
Comment[tr]=Tek-Çok oyuncuyla küplerden sonsuz dünyalar inşa et
|
||||||
Exec=minetest
|
Exec=minetest4
|
||||||
Icon=minetest
|
Icon=minetest4
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;Simulation;
|
Categories=Game;Simulation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user