mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
commit
45ad7be57c
|
@ -1420,6 +1420,7 @@ if(NOT DEV)
|
|||
install(TARGETS ${TARGET_SERVER} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT server)
|
||||
install(TARGETS ${TARGETS_TOOLS} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ddnet COMPONENT tools)
|
||||
install(FILES other/ddnet.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications COMPONENT client)
|
||||
install(FILES other/ddnet.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo COMPONENT client)
|
||||
foreach(SIZE 16 32 48 128 256 512)
|
||||
install(FILES other/icons/DDNet_${SIZE}x${SIZE}x32.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME ddnet.png COMPONENT client)
|
||||
endforeach()
|
||||
|
|
41
other/ddnet.appdata.xml
Normal file
41
other/ddnet.appdata.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>ddnet.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>CC-BY-SA-3.0 and Apache-2.0</project_license>
|
||||
<name>DDNet</name>
|
||||
<summary>
|
||||
DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
</summary>
|
||||
<description>
|
||||
<p>
|
||||
DDraceNetwork is an actively maintained version of DDRace,
|
||||
a Teeworlds modification with a unique cooperative gameplay.
|
||||
Help each other play through custom maps with up to 64 players,
|
||||
compete against the best in international tournaments, design your
|
||||
own maps, or run your own server.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://ddnet.tw/screenshots/1.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://ddnet.tw/screenshots/2.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://ddnet.tw/screenshots/3.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<keywords>
|
||||
<keyword>multiplayer</keyword>
|
||||
<keyword>teeworlds</keyword>
|
||||
<keyword>game</keyword>
|
||||
</keywords>
|
||||
<url type="homepage">https://ddnet.tw/</url>
|
||||
<url type="bugtracker">https://github.com/ddnet/ddnet/issues</url>
|
||||
<url type="donation">https://www.paypal.me/ddnet</url>
|
||||
<provides>
|
||||
<binary>DDNet</binary>
|
||||
</provides>
|
||||
</component>
|
Loading…
Reference in a new issue