Skip to content

Commit

Permalink
Add appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Nov 17, 2020
1 parent b6e2dac commit 5ffc6d1
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Murmur.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ QtApplication {
qbs.installDir: "share/icons/hicolor/scalable/apps"
}

Group {
files: ["com.github.harmony-development.Murmur.appdata.xml"]
qbs.install: qbs.targetOS.contains("linux")
qbs.installDir: "share/metainfo"
}

Group {
files: ["com.github.harmony-development.Murmur.desktop"]
qbs.install: qbs.targetOS.contains("linux")
Expand Down
37 changes: 37 additions & 0 deletions com.github.harmony-development.Murmur.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 Carson Black -->
<component type="desktop-application">
<id>com.github.harmony-development.Murmur</id>
<icon type="remote" width="128" height="128">https://raw.githubusercontent.com/harmony-development/Murmur/main/resources/com.github.harmony-development.Murmur.svg</icon>
<name>Murmur</name>
<summary>Murmur is a desktop client for Harmony</summary>
<description>
<p>Murmur is a lightweight yet beautiful desktop client for the Harmony chat protocol.</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>
<releases>
<release version="1.0" date="2020-11-16" urgency="high">
<description>
<p>First version of Murmur.</p>
</description>
</release>
</releases>
<update_contact>
uhhadd@gmail.com
</update_contact>
<url type="homepage">https://github.com/harmony-development/Murmur</url>
<screenshots>
<screenshot>
<caption>Murmur in the main chat view</caption>
<image type="source">https://raw.githubusercontent.com/harmony-development/Murmur/main/screenshots/Main.png</image>
</screenshot>
<screenshot>
<caption>Murmur's login screen</caption>
<image type="source">https://raw.githubusercontent.com/harmony-development/Murmur/main/screenshots/Login.png</image>
</screenshot>
</screenshots>
<categories>
<category>Network</category>
</categories>
</component>
Binary file added screenshots/Login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ffc6d1

Please sign in to comment.