Skip to content

Commit

Permalink
Add a appdata XML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin committed Jun 29, 2020
1 parent fe22e2d commit b0ca755
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ add_subdirectory(src)

set (XDG_APPS_INSTALL_DIR "share/applications" CACHE STRING "The XDG apps dir")

install(FILES pdfquirk.appdata.xml DESTINATION share/metainfo RENAME de.volle_kraft_voraus.pdfquirk.appdata.xml)

install(FILES pdfquirk.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME de.volle_kraft_voraus.pdfquirk.desktop)
ecm_install_icons( ICONS resources/64-apps-pdfquirk.png DESTINATION share/icons)

23 changes: 23 additions & 0 deletions pdfquirk.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>pdfquirk</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>PDF Quirk</name>
<summary>Create PDFs from images easily and fast</summary>
<description>
<p>PDF Quirk is a utility to create PDFs from images easily and fast. The images can either be loaded from storage or directly be scanned.

It is a really easy to use application for the desktop, useful for everybody who has a scanner or MFD printer.</p>
</description>
<launchable type="desktop-id">pdfquirk.desktop</launchable>
<url type="homepage">https://dragotin.github.io/quirksite/</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/dragotin/pdfquirk/master/resources/screenshot1.png</image>
</screenshot>
</screenshots>
<provides>
<id>pdfquirk.desktop</id>
</provides>
</component>

0 comments on commit b0ca755

Please sign in to comment.