Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
c39e46c0
Commit
c39e46c0
authored
11 years ago
by
David Gumberg
Committed by
ShadowNinja
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add AppData file
parent
c78aa7cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
misc/minetest.appdata.xml
+36
-0
36 additions, 0 deletions
misc/minetest.appdata.xml
with
38 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
c39e46c0
...
...
@@ -96,6 +96,7 @@ elseif(UNIX) # Linux, BSD etc
set
(
MANDIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/man"
)
set
(
EXAMPLE_CONF_DIR
${
DOCDIR
}
)
set
(
XDG_APPS_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/applications"
)
set
(
APPDATADIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/appdata"
)
set
(
ICONDIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/icons"
)
set
(
LOCALEDIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/
${
PROJECT_NAME
}
/locale"
)
endif
()
...
...
@@ -172,6 +173,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
"misc/minetest.appdata.xml"
DESTINATION
"
${
APPDATADIR
}
"
)
install
(
FILES
"misc/minetest-icon.svg"
DESTINATION
"
${
ICONDIR
}
/hicolor/scalable/apps"
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
misc/minetest.appdata.xml
0 → 100644
+
36
−
0
View file @
c39e46c0
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id
type=
"desktop"
>
minetest.desktop
</id>
<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>
<name>
Minetest
</name>
<summary>
Multiplayer infinite-world block sandbox game
</summary>
<description>
<p>
Minetest is an infinite-world block sandbox game and game engine.
</p><p>
Players can create and destroy various types of blocks in a
three-dimensional open world. This allows forming structures in
every possible creation, on multiplayer servers or in singleplayer.
</p><p>
Minetest is designed to be simple, stable, and portable.
It is lightweight enough to run on fairly old hardware.
</p><p>
Minetest has many features, including:
</p>
<ul>
<li>
Ability to walk around, dig, and build in a near-infinite voxel world
</li>
<li>
Crafting of items from raw materials
</li>
<li>
Fast and able to run on old and slow hardware
</li>
<li>
A simple modding API that supports many additions and modifications to the game
</li>
<li>
Multiplayer support via servers hosted by users
</li>
<li>
Beautiful lightning-fast map generator
</li>
</ul>
</description>
<screenshots>
<screenshot
type=
"default"
width=
"1440"
height=
"851"
>
http://minetest.net/_media/screen2.png
</screenshot>
<screenshot
width=
"1440"
height=
"851"
>
http://minetest.net/_media/screenshot_4032289578.png
</screenshot>
</screenshots>
<url
type=
"homepage"
>
http://minetest.net
</url>
<updatecontact>
sfan5@live.de
</updatecontact>
</application>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment