fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

create appdata file #815

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure how widely this would be used by package managers and software 
installation centers, but adding an appdata file for pychess might be useful: 
http://people.freedesktop.org/~hughsient/appdata/

From that web-page:
"Applications wishing to have long descriptions, screenshots and other useful 
things are required to ship one or more files in 
/usr/share/appdata/%{id}.appdata.xml. The %{id} is the same name as the 
installed .desktop file for the application. This file will contain something 
like this:

<?xml version="1.0" encoding="UTF-8"?>
<application>
 <id type="desktop">gnome-power-statistics.desktop</id>
 <licence>CC0</licence>
 <name>Power Statistics</name>
 <summary>Observe power management</summary>
 <description>
  <p>
   Power Statistics is a program used to view historical and current battery
   information and will show programs running on your computer using power.
  </p>
  <p>Example list:</p>
  <ul>
   <li>First item</li>
   <li>Second item</li>
  </ul>
  <p>
  You probably only need to install this application if you are having problems
  with your laptop battery, or are trying to work out what programs are using
  significant amounts of power.
  </p>
 </description>
 <screenshots>
  <screenshot type="default" width="800" height="600">http://www.hughsie.com/en_US/main.png</screenshot>
  <screenshot width="800" height="600">http://www.hughsie.com/en_US/preferences.png</screenshot>
 </screenshots>
 <url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url>
 <updatecontact>gnome-power-manager-list@gnome.org</updatecontact>
</application>"

Original issue reported on code.google.com by mattgatto on 15 Sep 2013 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by mattgatto on 15 Sep 2013 at 8:47

GoogleCodeExporter commented 9 years ago
Fedora 20 ships GNOME Software (which uses appdata files) by default:
http://docs.fedoraproject.org/en-US/Fedora/20/html/Release_Notes/sect-Release_No
tes-Changes_for_Desktop.html#3.1.4.2.

Original comment by mattgatto on 19 Jan 2014 at 11:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision faa5687882fd.

Original comment by mattgatto on 29 Jan 2014 at 8:16

GoogleCodeExporter commented 9 years ago
Issue 874 has been merged into this issue.

Original comment by gbtami on 28 May 2014 at 1:19

GoogleCodeExporter commented 9 years ago
Issue 915 has been merged into this issue.

Original comment by gbtami on 25 Sep 2014 at 12:10