From 91cdf2d76f6b57de2860f3d632cd2a40c17fb0b4 Mon Sep 17 00:00:00 2001 From: Ben Rosser Date: Wed, 15 Jun 2016 18:18:27 -0400 Subject: [PATCH] Add AppData metadata for quassel, quasselclient. The freedesktop.org AppData standard defines metadata for GUI applications that wish to show up in various graphical software centers, such as GNOME Software. See the specification for more details: https://people.freedesktop.org/~hughsient/appdata/ Applications without metadata will not show up in GNOME Software, and possibly other graphical package managers. As GNOME Software is the recommended way on Fedora Workstation to install software, this means that without these files users won't be able to find quassel or quasselclient. Fixes #1400. Resolves GH-216. --- data/quassel.appdata.xml | 41 ++++++++++++++++++++++++++++++++++ data/quasselclient.appdata.xml | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 data/quassel.appdata.xml create mode 100644 data/quasselclient.appdata.xml diff --git a/data/quassel.appdata.xml b/data/quassel.appdata.xml new file mode 100644 index 00000000..3efefa6f --- /dev/null +++ b/data/quassel.appdata.xml @@ -0,0 +1,41 @@ + + + + quassel.desktop + CC0-1.0 + GPL-2.0 or GPL-3.0 + Quassel + Modern IRC client + +

+Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that +one (or multiple) client(s) can attach to and detach from a central core: much +like the popular combination of screen and a text-based IRC client such as +WeeChat, but graphical. In addition to this unique feature, we aim to bring a +pleasurable, comfortable chatting experience to all major platforms, making +communication with your peers not only convenient, but also available everywhere. +

+

+And the best of all: It's free - as in beer and as in speech. +

+

+This application is the "monolithic" build of Quassel; it can be used on its own +without setting up a core. +

+
+ + + http://quassel-irc.org/files/images/20080914-011743-quasselkde4.preview.png + Quassel, with a dark theme enabled + + + http://quassel-irc.org/files/images/quassel_win7.preview.png + +The default quassel white theme. Quassel runs on all major desktop platforms, +and many smartphones as well. + + + + +
+ diff --git a/data/quasselclient.appdata.xml b/data/quasselclient.appdata.xml new file mode 100644 index 00000000..2649dcef --- /dev/null +++ b/data/quasselclient.appdata.xml @@ -0,0 +1,41 @@ + + + + quasselclient.desktop + CC0-1.0 + GPL-2.0 or GPL-3.0 + Quassel Client + Modern distributed IRC client + +

+Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that +one (or multiple) client(s) can attach to and detach from a central core: much +like the popular combination of screen and a text-based IRC client such as +WeeChat, but graphical. In addition to this unique feature, we aim to bring a +pleasurable, comfortable chatting experience to all major platforms, making +communication with your peers not only convenient, but also available everywhere. +

+

+And the best of all: It's free - as in beer and as in speech. +

+

+This application is the client-only version of Quassel. You must first set up +(or have been given an account on) the quassel core before using this. +

+
+ + + http://quassel-irc.org/files/images/20080914-011743-quasselkde4.preview.png + Quassel, with a dark theme enabled + + + http://quassel-irc.org/files/images/quassel_win7.preview.png + +The default quassel white theme. Quassel runs on all major desktop platforms, +and many smartphones as well. + + + + +
+ -- 2.20.1