diff --git a/doc/qnapi.appdata.xml b/doc/qnapi.appdata.xml new file mode 100644 index 00000000..ed888996 --- /dev/null +++ b/doc/qnapi.appdata.xml @@ -0,0 +1,35 @@ + + + io.github.qnapi + CC0-1.0 + GPL-2.0+ + QNapi + A software for downloading and automatic matching subtitles to movies + +

QNapi is designed to automatically download and match subtitles to a specific movie file. Unlike similar programs, QNapi queries several different subtitle databases to find the best subtitles for your movie. Also, thanks to the QT library, the program runs on various operating systems (Windows, OSX, Linux).

+ +
+ qnapi.desktop + https://qnapi.github.io/ + + + https://qnapi.github.io/images/screenshots/0.1.7/lin05.png + + + + intense + + https://github.com/QNapi/qnapi/issues + https://qnapi.github.io/#help + https://qnapi.github.io/#donate + Piotr KrzemiƄski +
diff --git a/qnapi.pro b/qnapi.pro index 1ba75290..db4e8ec1 100644 --- a/qnapi.pro +++ b/qnapi.pro @@ -46,7 +46,9 @@ unix { desktop.path = $${INSTALL_PREFIX}/share/applications desktop.files = doc/qnapi.desktop - INSTALLS += doc man man_it man_pl desktop + metainfo.path = $${INSTALL_PREFIX}/share/metainfo + metainfo.files = doc/qnapi.appdata.xml + INSTALLS += doc man man_it man_pl desktop metainfo } macx:!no_gui {