Skip to content

Commit

Permalink
add meta files for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fralonra committed Aug 10, 2023
1 parent 01b83e2 commit 95904d6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/linux/PpdEditor.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=PpdEditor
GenericName=Paperdoll Editor
Comment=Editor for 2D paperdoll file
Icon=io.github.fralonra.PpdEditor
Exec=ppd-editor
Terminal=false
Categories=Graphics;2DGraphics;
38 changes: 38 additions & 0 deletions build/linux/PpdEditor.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.fralonra.PpdEditor</id>
<name>PpdEditor</name>
<developer_name>fralonra</developer_name>
<summary>Editor for 2D paperdoll file</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Editor and viewer for paperdoll, a 2D pixel-based stationary paper doll model.
</p>
</description>
<categories>
<category>Graphics</category>
<category>2DGraphics</category>
</categories>
<keywords>
<keyword>graphics</keyword>
<keyword>gamedev</keyword>
<keyword>paperdoll</keyword>
</keywords>
<url type="homepage">https://github.com/fralonra/ppd-editor/</url>
<url type="bugtracker">https://github.com/fralonra/ppd-editor/issues</url>
<launchable type="desktop-id">io.github.fralonra.PpdEditor.desktop</launchable>
<releases>
<release version="0.1.0" date="2023-08-10"/>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/fralonra/ppd-editor/master/resources/docs/ppd-editor.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/fralonra/ppd-editor/master/resources/docs/ppd-viewer.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
</component>
9 changes: 9 additions & 0 deletions build/linux/PpdViewer.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=PpdViewer
GenericName=Paperdoll Viewer
Comment=Viewer for 2D paperdoll file
Icon=io.github.fralonra.PpdViewer
Exec=ppd-viewer
Terminal=false
Categories=Graphics;2DGraphics;

0 comments on commit 95904d6

Please sign in to comment.