-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fr.free.brouits.qabc.metainfo.xml
38 lines (34 loc) · 1.19 KB
/
fr.free.brouits.qabc.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>fr.free.brouits.qabc</id>
<name>QAbc</name>
<summary>Minimal GUI for ABC music notation</summary>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
QAbc is a simple graphical program that allow
one to write musical scores in the ABC notation.
</p>
<p>
This program allow one to play the written music,
preview the output score and print it, using
third party software.
</p>
</description>
<launchable type="desktop-id">qabc.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>http://brouits.free.fr/qabc/qabc.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://brouits.free.fr/qabc/</url>
<url type="donation">https://paypal.me/brouits</url>
<url type="vcs-browser">https://github.com/be1/qabc</url>
<url type="bugtracker">https://github.com/be1/qabc/issues</url>
<developer_name>Benoît Rouits</developer_name>
<update_contact>brouits_AT_free.fr</update_contact>
<provides>
<binary>qabc</binary>
</provides>
</component>