pysmell icon indicating copy to clipboard operation
pysmell copied to clipboard

Application Addon for GNOME Software

Open athos-ribeiro opened this issue 8 years ago • 0 comments

To give pysmell a bit more visibility in Fedora, I'd like to provide Application Addon metadata for Gnome Software [1]. According to the AppData specifications, I am going to add following metadata into our package:

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Athos Ribeiro <[email protected]> -->
<component type="addon">
  <id>vim-pysmell</id>
  <extends>gvim.desktop</extends>
  <name>pysmell</name>
  <summary>PySmell is a python IDE completion helper</summary>
  <url type="homepage">https://code.google.com/p/pysmell/</url>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>BSD</project_license>
  <updatecontact>[email protected]</updatecontact>
</component>

Would you be willing to accept such file into official sources? That would also benefit other Linux distributions/desktop environments using AppData [2]

See [3] for related issue in command-T

[1] https://fedoraproject.org/wiki/Packaging:AppData#.metainfo.xml_file_creation [2] http://blogs.gnome.org/hughsie/2014/06/11/application-addons-in-gnome-software/ [3] https://github.com/wincent/command-t/issues/99

athos-ribeiro avatar Nov 02 '16 03:11 athos-ribeiro