Skip to content

Commit

Permalink
added appimage metainfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed May 17, 2018
1 parent 3b6aaeb commit 88bd34f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions obs/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ script:
- make INSTALL_ROOT=$BUILD_APPDIR install
- unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
- linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
- cp $BUILD_SOURCE_DIR/QOwnNotes/obs/qownnotes.appdata.xml $BUILD_APPDIR/usr/share/metainfo/qownnotes.appdata.xml
24 changes: 24 additions & 0 deletions obs/qownnotes.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
​<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Patrizio Bekerle <patrizio@bekerle.com> -->
​<component type="desktop-application">
​ <id>org.pbe.qownnotes</id>
​ <metadata_license>FSFAP</metadata_license>
​ <project_license>GPL-2.0+</project_license>
​ <name>QOwnNotes</name>
​ <summary>Plain-text file notepad with markdown support and ownCloud integration</summary>
​ <description>
​ <p>
​ QOwnNotes is the open source (GPL) plain-text file notepad with markdown support and todo list manager for GNU/Linux, Mac OS X and Windows by Patrizio Bekerle, that (optionally) works together with the notes application of ownCloud or Nextcloud.
​ </p>
​ </description>
​​
​ <screenshots>
​ <screenshot type="default">
​ <caption>QOwnNotes main screen</caption>
​ <image>https://raw.githubusercontent.com/pbek/QOwnNotes/develop/screenshots/screenshot.png</image>
​ </screenshot>
​ </screenshots>
​ <url type="homepage">https://www.qownnotes.org/</url>
​</component>

0 comments on commit 88bd34f

Please sign in to comment.