BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.52k stars 209 forks source link

Add AppStream metainfo files to support Linux software stores #118

Closed audreytoskin closed 4 years ago

audreytoskin commented 4 years ago

Most GNU/Linux distributions nowadays have a GUI application for browsing available software packages, such as GNOME Software, KDE Discover, etc... Software and Discover (and all the distro-specific app stores based on them) have settled on the XML-based AppStream specification for describing packages and including screenshots of the package's current GUI design. This gives you a nicer looking page on the "app store".

Lector already has some good screenshots, so all distribution packagers still need would be the XML files. I'm working on packaging Lector for Fedora right now, so I can create the AppData for you, but it will make things easier for packagers of other Linux distributions if you kept it here in the source repository. So I thought I'd mention this to you and see if you have any questions before putting together the AppData and sending you a pull request.

BasioMeusPuga commented 4 years ago

Thank you for the work. Please make a pull request and I'll merge it.

BasioMeusPuga commented 4 years ago

I've merged the pull request. Again, thank you for the work. I'l make updates to the file at the time of the next release.