Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
424 stars 32 forks source link

Please create an AppData file for Converseen #6

Closed hughsie closed 10 years ago

hughsie commented 10 years ago

Please consider writing and installing an AppData file with the application description and some screenshots, else Converseen looks really bad in the GNOME and KDE Software Centers. We'd love to showcase more applications, but without the extra data file we can't. See http://people.freedesktop.org/~hughsient/appdata/ for details; thanks!

Richard

Faster3ck commented 10 years ago

Many thanks for the suggestion. I've just added the AppData file in the current release of Converseen. Take a look on it and let me know if it's ok.

hughsie commented 10 years ago

Looks good, thanks! I'm wondering if you want ${CMAKE_INSTALL_PREFIX}/share/appdata in the CMakefile rather than hardcoding /usr -- I don't know if it matters.

Faster3ck commented 10 years ago

I don't know if a different path from /usr/share/appdata would work the same. In positive case I can change the string to ${CMAKE_INSTALL_PREFIX}/share/appdata.