Add appdata file to use with Software later
This commit is contained in:
parent
8298b97b79
commit
64bbe0fd68
19
astrognome.appdata.xml.in
Normal file
19
astrognome.appdata.xml.in
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<application xmlns="https://www.freedesktop.org/standards/appdata/1.0"
|
||||||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
xmlns:its="http://www.w3.org/2005/11/its">
|
||||||
|
<id type="desktop">astrognome.desktop</id>
|
||||||
|
<metadata_license>GPL-3.0+</metadata_license>
|
||||||
|
<project_license>GPL-3.0+</project_license>
|
||||||
|
<_name>Astrognome</_name>
|
||||||
|
<_summary>Astrologers’ software</_summary>
|
||||||
|
<description>
|
||||||
|
<_p>An astrologers’ software for the GNOME desktop</_p>
|
||||||
|
</description>
|
||||||
|
<!--screenshots>
|
||||||
|
<screenshot type="default">https://...jpg</screenshot>
|
||||||
|
</screenshots-->
|
||||||
|
<url type="homepage">http://gergely.polonkai.eu/astrognome/</url>
|
||||||
|
<project_group>GNOME</project_group>
|
||||||
|
<updatecontact>https://github.com/gergelypolonkai/astrognome/issues</updatecontact>
|
||||||
|
</application>
|
@ -8,3 +8,4 @@ src/astrognome.c
|
|||||||
[type: gettext/glade]src/resources/ui/astrognome.ui
|
[type: gettext/glade]src/resources/ui/astrognome.ui
|
||||||
[type: gettext/glade]src/resources/ui/ag-window.ui
|
[type: gettext/glade]src/resources/ui/ag-window.ui
|
||||||
[type: gettext/glade]src/resources/ui/ag-preferences.ui
|
[type: gettext/glade]src/resources/ui/ag-preferences.ui
|
||||||
|
astrognome.appdata.xml.in
|
Loading…
Reference in New Issue
Block a user