diff --git a/Murmur.qbs b/Murmur.qbs index f26b6c8e..7967f93c 100644 --- a/Murmur.qbs +++ b/Murmur.qbs @@ -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") diff --git a/com.github.harmony-development.Murmur.appdata.xml b/com.github.harmony-development.Murmur.appdata.xml new file mode 100644 index 00000000..4da5edfa --- /dev/null +++ b/com.github.harmony-development.Murmur.appdata.xml @@ -0,0 +1,37 @@ + + + + com.github.harmony-development.Murmur + https://raw.githubusercontent.com/harmony-development/Murmur/main/resources/com.github.harmony-development.Murmur.svg + Murmur + Murmur is a desktop client for Harmony + +

Murmur is a lightweight yet beautiful desktop client for the Harmony chat protocol.

+
+ CC0-1.0 + AGPL-3.0-or-later + + + +

First version of Murmur.

+
+
+
+ + uhhadd@gmail.com + + https://github.com/harmony-development/Murmur + + + Murmur in the main chat view + https://raw.githubusercontent.com/harmony-development/Murmur/main/screenshots/Main.png + + + Murmur's login screen + https://raw.githubusercontent.com/harmony-development/Murmur/main/screenshots/Login.png + + + + Network + +
diff --git a/screenshots/Login.png b/screenshots/Login.png new file mode 100644 index 00000000..b5c77be3 Binary files /dev/null and b/screenshots/Login.png differ diff --git a/screenshots/Main.png b/screenshots/Main.png new file mode 100644 index 00000000..e20912e7 Binary files /dev/null and b/screenshots/Main.png differ