Merge pull request #134 from RossGammon/appstream
9443: Gramps not appearing in Gnome Software
This commit is contained in:
commit
3facab1e18
@ -1,18 +1,32 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<application>
|
<component type="desktop">
|
||||||
<id type="desktop">gramps.desktop</id>
|
<id>gramps.desktop</id>
|
||||||
<licence>CC0</licence>
|
<metadata_license>CC0</metadata_license>
|
||||||
<description>
|
<name>Gramps</name>
|
||||||
<_p>Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists.</_p>
|
<summary>Genealogical research program</summary>
|
||||||
<_p>It gives you the ability to record the many details of the life of an individual as well as the complex relationships between various people, places and events.</_p>
|
|
||||||
<_p>All of your research is kept organized, searchable and as precise as you need it to be.</_p>
|
<description>
|
||||||
</description>
|
<p>Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists.</p>
|
||||||
<url type="homepage">http://gramps-project.org/</url>
|
<p>It gives you the ability to record the many details of the life of an individual as well as the complex relationships between various people, places and events.</p>
|
||||||
<screenshots>
|
<p>All of your research is kept organized, searchable and as precise as you need it to be.</p>
|
||||||
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/5f/AppData1.png</screenshot>
|
</description>
|
||||||
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData2.png</screenshot>
|
|
||||||
<screenshot type="default" width="1226" height="740">http://www.gramps-project.org/wiki/images/e/e9/AppData3.png</screenshot>
|
<url type="homepage">https://gramps-project.org/</url>
|
||||||
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData4.png</screenshot>
|
<url type="bugtracker">https://gramps-project.org/bugs/</url>
|
||||||
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/50/AppData5.png</screenshot>
|
<url type="help">https://gramps-project.org/wiki/index.php?title=Main_page</url>
|
||||||
</screenshots>
|
<project_license>GPL-2.0+</project_license>
|
||||||
</application>
|
<developer_name>Gramps Development Team</developer_name>
|
||||||
|
|
||||||
|
<screenshots>
|
||||||
|
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/5f/AppData1.png</screenshot>
|
||||||
|
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData2.png</screenshot>
|
||||||
|
<screenshot type="default" width="1226" height="740">http://www.gramps-project.org/wiki/images/e/e9/AppData3.png</screenshot>
|
||||||
|
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData4.png</screenshot>
|
||||||
|
<screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/50/AppData5.png</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
|
||||||
|
<provides>
|
||||||
|
<binary>gramps</binary>
|
||||||
|
</provides>
|
||||||
|
|
||||||
|
</component>
|
||||||
|
2
setup.py
2
setup.py
@ -197,7 +197,7 @@ 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'))
|
('data/gramps.appdata.xml', 'share/metainfo', '-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