diff --git a/CMakeLists.txt b/CMakeLists.txt index 66755bcd..6bd52f01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,9 @@ install( FILES icons/pcmanfm-qt.svg DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps" ) +# install appstream data +install(FILES pcmanfm-qt.appdata.xml + DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo") add_subdirectory(autostart) add_subdirectory(config) diff --git a/pcmanfm-qt.appdata.xml b/pcmanfm-qt.appdata.xml new file mode 100644 index 00000000..9f0fc07a --- /dev/null +++ b/pcmanfm-qt.appdata.xml @@ -0,0 +1,32 @@ + + + io.github.lxqt.pcmanfm-qt + CC-BY-4.0 + GPLv2 + PCManFM-Qt + Filemanager + +

+ Fast filemanager and desktop manager written in Qt. Among + its features are: +

+ +
+ pcmanfm-qt.desktop + https://github.com/lxqt/pcmanfm-qt/ + + + https://github.com/lxqt/qps/blob/master/pcmanfm-qt.png + + +
diff --git a/pcmanfm-qt.png b/pcmanfm-qt.png new file mode 100644 index 00000000..9f20a0b6 Binary files /dev/null and b/pcmanfm-qt.png differ