From 6af477c1c34a3708cf3766c774491c7ab108dd09 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 18 Oct 2017 13:40:53 +0200 Subject: [PATCH] Install appdata. --- resources/desktop/appdata.xml | 29 ----------------------------- rssguard.pro | 8 +++++++- 2 files changed, 7 insertions(+), 30 deletions(-) delete mode 100755 resources/desktop/appdata.xml diff --git a/resources/desktop/appdata.xml b/resources/desktop/appdata.xml deleted file mode 100755 index 925c6631c..000000000 --- a/resources/desktop/appdata.xml +++ /dev/null @@ -1,29 +0,0 @@ - -​ -​ -​ com.github.rssguard -​ GPL-3.0 -​ GPL-3.0 -​ RSS Guard -​ Simple (yet powerful) feed reader -​ -​

-​ RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most known feed formats, including RSS/RDF and ATOM. RSS Guard is developed on top of the Qt library -​

-​
-​ rssguard.desktop -​ -​ -​ Linux version -​ https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-linux.png?raw=true -​ - -​ Windows version -​ https://github.com/martinrotter/rssguard/blob/gmail-plugin/resources/screenshots/screenshot-windows.png?raw=true -​ -​ -​ https://github.com/martinrotter/rssguard -​ -​ rssguard -​ -​
\ No newline at end of file diff --git a/rssguard.pro b/rssguard.pro index ac3480ceb..b17ab5305 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -685,10 +685,16 @@ unix:!mac:!android { desktop_file.files = resources/desktop/$${TARGET}.desktop desktop_file.path = $$quote($$PREFIX/share/applications/) + desktop_file.files = resources/desktop/$${TARGET}.desktop + desktop_file.path = $$quote($$PREFIX/share/applications/) + + appdata.files = resources/desktop/$${TARGET}.appdata.xml + appdata.path = $$quote($$PREFIX/share/metainfo/) + desktop_icon.files = resources/graphics/$${TARGET}.png desktop_icon.path = $$quote($$PREFIX/share/pixmaps/) - INSTALLS += target desktop_file desktop_icon + INSTALLS += target desktop_file desktop_icon appdata } android {