7110: Add AppData file
svn: r23254
This commit is contained in:
parent
9d7f4b4056
commit
c2efe41abc
24
data/gramps.appdata.xml.in
Normal file
24
data/gramps.appdata.xml.in
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<application>
|
||||||
|
<id type="desktop">gramps.desktop</id>
|
||||||
|
<licence>CC0</licence>
|
||||||
|
<description>
|
||||||
|
<_p>
|
||||||
|
Gramps is a free software project and community.
|
||||||
|
We strive to produce a genealogy program that is both intuitive for hobbyists
|
||||||
|
and feature-complete for professional genealogists.
|
||||||
|
</p>
|
||||||
|
<_p>
|
||||||
|
It is a community project, created, developed and governed by genealogists.
|
||||||
|
</p>
|
||||||
|
<!-- FIXME: Probably needs another paragraph or two -->
|
||||||
|
</description>
|
||||||
|
<url type="homepage">http://gramps-project.org/</url>
|
||||||
|
<screenshots>
|
||||||
|
<!-- FIXME: Needs an official up to date screenshot -->
|
||||||
|
<screenshot type="default">http://www.gramps-project.org/wiki/images/thumb/f/fe/Mainwin.png/800px-Mainwin.png</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<!-- FIXME: change this to an upstream email address for spec updates
|
||||||
|
<updatecontact>someone_who_cares@upstream_project.org</updatecontact>
|
||||||
|
-->
|
||||||
|
</application>
|
@ -720,3 +720,4 @@ data/gramps.desktop.in
|
|||||||
data/gramps.keys.in
|
data/gramps.keys.in
|
||||||
data/gramps.xml.in
|
data/gramps.xml.in
|
||||||
data/tips.xml.in
|
data/tips.xml.in
|
||||||
|
data/gramps.appdata.xml.in
|
||||||
|
3
setup.py
3
setup.py
@ -186,7 +186,8 @@ def build_intl(build_cmd):
|
|||||||
|
|
||||||
merge_files = (('data/gramps.desktop', 'share/applications', '-d'),
|
merge_files = (('data/gramps.desktop', 'share/applications', '-d'),
|
||||||
('data/gramps.keys', 'share/mime-info', '-k'),
|
('data/gramps.keys', 'share/mime-info', '-k'),
|
||||||
('data/gramps.xml', 'share/mime/packages', '-x'))
|
('data/gramps.xml', 'share/mime/packages', '-x'),
|
||||||
|
('data/gramps.appdata.xml', 'share/appdata', '-x'))
|
||||||
|
|
||||||
for filename, target, option in merge_files:
|
for filename, target, option in merge_files:
|
||||||
filenamelocal = convert_path(filename)
|
filenamelocal = convert_path(filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user