Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ set(OTHER_FILES
setup7-32.iss
setupXP.iss
data/styles/orange.css
unix/chessx.desktop
unix/io.sourceforge.chessx.chessx.desktop
]]
)

Expand Down
4 changes: 2 additions & 2 deletions chessx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ unix|!macx {

INSTALLS += appdata desktop icons binfiles

appdata.files = unix/io.sourceforge.ChessX.metainfo.xml
appdata.files = unix/io.sourceforge.chessx.chessx.metainfo.xml
appdata.path = $$DATADIR/metainfo
desktop.files = unix/chessx.desktop
desktop.files = unix/io.sourceforge.chessx.chessx.desktop
desktop.path = $$DATADIR/applications

icons.path = $$DATADIR/icons/hicolor
Expand Down
File renamed without changes.
9 changes: 7 additions & 2 deletions unix/io.sourceforge.ChessX.metainfo.xml → ...io.sourceforge.chessx.chessx.metainfo.xml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.sourceforge.ChessX.desktop</id>
<id>io.sourceforge.chessx.chessx</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<name>ChessX</name>
<developer id="io.sourceforce.chessx">
<name>ChessX authors</name>
</developer>
<summary>Free Chess Database</summary>
<description>
<p>
Expand Down Expand Up @@ -32,9 +35,11 @@ browse, edit, add, organize, analyze, etc.
</releases>
<screenshots>
<screenshot type="default">
<image>http://i1-win.softpedia-static.com/screenshots/ChessX_1.png</image>
<image>https://windows-cdn.softpedia.com/screenshots/ChessX_1.png</image>
<caption>Main window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://chessx.sourceforge.io</url>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">io.sourceforge.chessx.chessx.desktop</launchable>
</component>