Skip to content

Commit

Permalink
Added .appdata.xml file in order to improve the description of all th…
Browse files Browse the repository at this point in the history
…e software centers
  • Loading branch information
satanas committed May 31, 2014
1 parent 04950f0 commit 2474e5d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -5,6 +5,7 @@ global-include turpial/i18n/ *.po
global-include turpial/i18n/ *.mo
include turpial/ui/qt/templates/*
include turpial.desktop
include turpial.appdata.xml
include doc/*
include ChangeLog
include README.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def get_sub_commands(self):
data_files=[
('share/icons/scalable/apps', ['turpial/data/pixmaps/turpial.svg']),
('share/pixmaps', ['turpial/data/pixmaps/turpial.png']),
('share/applications', ['turpial.desktop']),
('share/applications', ['turpial.desktop', 'turpial.appdata.xml']),
('share/doc/turpial', ['ChangeLog', 'README.rst', 'AUTHORS', 'COPYING', 'TRANSLATORS', 'THANKS']),
]

Expand Down
33 changes: 33 additions & 0 deletions turpial.appdata.xml
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2009 - 2014 <wil.alejandro@gmail.com> -->
<application>
<id type="desktop">turpial.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Turpial</name>
<summary>A light, beautiful and functional microblogging client</summary>
<description>
<p>
Turpial is a lightweight and beautiful microblogging client written in Python.
</p>
<p>Some of it amazing features:</p>
<ul>
<li>Beauty and minimalistic user interface</li>
<li>Support for multiple accounts and multiple columns</li>
<li>With filters to control your timeline content</li>
<li>Messages queue to post tweets while your "work"</li>
<li>Integrated to your desktop environment</li>
<li>Light and fast, with a low resources consumption</li>
<li>Support for more than 10 languagues</li>
<li>With image preview for lots of services</li>
<li>It doesn't harm the ozone layer</li>
</ul>
</description>
<screenshots>
<screenshot type="default" width="882" height="564">http://files.turpial.org.ve/others/screenshots/20140116-turpial-3.0-main.png</screenshot>
<screenshot width="496" height="432">http://files.turpial.org.ve/others/screenshots/20131118-turpial-3.0-preferences.png</screenshot>
<screenshot width="523" height="366">http://files.turpial.org.ve/others/screenshots/20131218-turpial-3.0-about.png</screenshots>
</screenshots>
<url type="homepage">http://turpial.org.ve</url>
<updatecontact>wil.alejandro@gmail.com</updatecontact>
</application>

0 comments on commit 2474e5d

Please sign in to comment.