Skip to content

Commit

Permalink
Adding Appstream metadata for applicaiton stores
Browse files Browse the repository at this point in the history
This adds Appstream metadata for display in application stores on linux.
This closes EUA#173 , and in
contrast to that is compatible with the existing appstream metadata
already on flathub.

The screenshots in the metadata will only begin to work when this is
merged into the main github upstream, because they are referenced to
there.

As it is here, changing the screenshots on master will automatically
change them in application stores.
  • Loading branch information
frhun committed Apr 9, 2021
1 parent 22d16bc commit 2378c4d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions contrib/org.wxhexeditor.wxHexEditor.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.wxhexeditor.wxHexEditor</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>wxHexEditor</name>
<summary>Advanced large file hex editor</summary>
<summary xml:lang="de_DE">Umfangreicher Hex-Editor für große Dateien</summary>
<description>
<p>Directly edit and analyze large files.</p>
<p xml:lang="de_DE">Bearbeiten und analysieren Sie große Dateien direkt.</p>
<p>Advanced Features include:</p>
<ul>
<li>Editing very large files (bigger than RAM)</li>
<li>Compare files</li>
<li>Directly edit XOR encrypted files</li>
<li>Colorized overlays</li>
</ul>
<p xml:lang="de_DE">Besondere Funktionen:</p>
<ul xml:lang="de_DE">
<li>Bearbeiten von sehr großen Dateien (größer als RAM)</li>
<li>Vergleichen von Dateien</li>
<li>direktes bearbeiten XOR chiffrierter Dateien</li>
<li>eingefärbte Markierungen</li>
</ul>
</description>

<launchable type="desktop-id">org.wxhexeditor.wxHexEditor.desktop</launchable>

<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-1.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-2.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-3.png
</image>
</screenshot>
</screenshots>

<url type="homepage">http://www.wxhexeditor.org/</url>

<content_rating type="oars-1.1" />

<kudos>
<kudo>UserDocs</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>

<releases>
<release version="0.24" date="2017-12-31"/>
</releases>

<translation type="gettext" />

<developer_name>Erdem U. Altinyurt</developer_name>
<url type="bugtracker">https://github.com/EUA/wxHexEditor/issues</url>
<url type="donation">https://sourceforge.net/donate/index.php?group_id=185385</url>
<url type="help">http://wiki.wxhexeditor.org/</url>

</component>
Binary file added contrib/screenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/screenshots/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/screenshots/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2378c4d

Please sign in to comment.