[ghex] Add an appdata file



commit 83bf2dc527ecbfa5e86307c59adb8c9f2ba5b449
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Sep 18 14:45:23 2013 +0200

    Add an appdata file

 data/Makefile.am      |    4 ++++
 data/ghex.appdata.xml |   22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index ef71b74..f4bbc78 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,11 @@ gsettings_SCHEMAS = org.gnome.GHex.gschema.xml
 convertdir = $(datadir)/GConf/gsettings
 convert_DATA = ghex.convert
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = ghex.appdata.xml
+
 EXTRA_DIST =                   \
+       ghex.appdata.xml        \
        ghex.desktop.in         \
        $(gsettings_SCHEMAS)    \
        $(convert_DATA)
diff --git a/data/ghex.appdata.xml b/data/ghex.appdata.xml
new file mode 100644
index 0000000..8170074
--- /dev/null
+++ b/data/ghex.appdata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">ghex.desktop</id>
+  <licence>CC0</licence>
+  <name>GNOME Hex Editor</name>
+  <description>
+    <p>
+      GHex is a hex editor for the GNOME desktop.
+    </p>
+    <p>
+      GHex can load raw data from binary files and display them for editing in the
+      traditional hex editor view. The display is split in two columns, with
+      hexadecimal values in one column and the ASCII representation in the other.
+      A useful tool for working with raw data.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="500" 
height="367">https://wiki.gnome.org/Ghex?action=AttachFile&#x26;do=get&#x26;target=ghex.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://wiki.gnome.org/Ghex</url>
+  <updatecontact>kalevlember_at_gmail.com</updatecontact>
+</application>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]