Skip to content

Commit

Permalink
Proper appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaas Freitag committed Jan 18, 2018
1 parent 462d359 commit 22d88d1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ add_subdirectory(reports)
add_subdirectory(importfilter)
add_subdirectory(tools)
add_subdirectory(styles)
add_subdirectory(meta)

feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
4 changes: 4 additions & 0 deletions meta/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
########### install files ###############

install(FILES kraft.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES kraft.appdata.xml DESTINATION ${DATA_INSTALL_DIR}/appdata)
25 changes: 25 additions & 0 deletions meta/kraft.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">kraft.desktop</id>
<licence>GPL-2.0+</licence>
<name>Kraft</name>
<summary>Kraft helps to handle documents in small business.</summary>
<description>
<p>Kraft is free software to help to handle documents like quotes and invoices in your small business.</p>
<p>Kraft is a Qt/KF5 based desktop software with a strong focus on ease of use and the just enough feature set for the use case. With Kraft, creating documents will run smooth and free time for more enjoyable things than office work.</p>

<p>Check out the website http://volle-kraft-voraus.de for more information.</p>

<p>Kraft runs on your Linux desktop. No cloud involved, your data stays with you!</p>

<p>With Kraft, writing documents like quotes and invoices is very easy and fast. Repeating tasks are supported, documents can be generated semi automatically, ie. invoices from offers sent out before.</p>

<p>For efficient work, Kraft supports catalogs to organize materials and template texts. It focuses on high quality printouts because paper is still the main communication media in the small business world. However, it also sends documents via email.</p>

</description>
<screenshots>
<screenshot type="default" width="990" height="659">http://volle-kraft-voraus.de/images/appmeta1.png</screenshot>
<screenshot width="1127" height="677">http://volle-kraft-voraus.de/images/appmeta2.png</screenshot>
</screenshots>
<url type="homepage">http://volle-kraft-voraus.de/</url>
</application>
File renamed without changes.

0 comments on commit 22d88d1

Please sign in to comment.