Add appdata file to use with Software later

This commit is contained in:
Gergely Polonkai 2014-08-01 21:32:52 +02:00
parent 8298b97b79
commit 64bbe0fd68
2 changed files with 20 additions and 0 deletions

19
astrognome.appdata.xml.in Normal file
View 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>

View File

@ -8,3 +8,4 @@ src/astrognome.c
[type: gettext/glade]src/resources/ui/astrognome.ui
[type: gettext/glade]src/resources/ui/ag-window.ui
[type: gettext/glade]src/resources/ui/ag-preferences.ui
astrognome.appdata.xml.in