Merge branch 'master' into chart-db

This commit is contained in:
Gergely Polonkai 2014-08-02 10:07:02 +02:00
commit 9f462c7116
3 changed files with 37 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>

17
astrognome.doap Normal file
View File

@ -0,0 +1,17 @@
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Astrognome</name>
<shortdesc xml:lang="en">Astrologers software</shortdesc>
<homepage rdf:resource="http://gergely.polonkai.eu/astrognome/" />
<!--mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evince-list" /-->
<download-page rdf:resource="http://gergely.polonkai.eu/astrognome/download/" />
<bug-database rdf:resource="https://github.com/gergelypolonkai/astrognome/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<maintainer>
<foaf:Person>
<foaf:name>Gergely Polonkai</foaf:name>
<foaf:mbox rdf:resource="mailto:gergely@polonkai.eu" />
</foaf:Person>
</maintainer>
</Project>

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