[moserial] Added an appdata file, bug 730625



commit aa8522abd1c76d2aa0a11dfda6ad0b75f1f6710d
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Mon Sep 22 12:53:54 2014 -0400

    Added an appdata file, bug 730625

 data/Makefile.am             |    8 +++++++-
 data/moserial.appdata.xml.in |   23 +++++++++++++++++++++++
 po/POTFILES.in               |    1 +
 3 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 316e1ad..b503414 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,6 +6,11 @@ desktopdir = $(datadir)/applications
 desktop_in_files=moserial.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
 
+ INTLTOOL_XML_RULE@
+appdatadir = $(datarootdir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = moserial.appdata.xml.in
+
 man_MANS = moserial.1
 
 EXTRA_DIST =                   \
@@ -15,4 +20,5 @@ EXTRA_DIST =                  \
 
 
 DISTCLEANFILES =                \
-       $(desktop_DATA)
+       $(desktop_DATA)         \
+       $(appdata_DATA)
diff --git a/data/moserial.appdata.xml.in b/data/moserial.appdata.xml.in
new file mode 100644
index 0000000..2ccbb2c
--- /dev/null
+++ b/data/moserial.appdata.xml.in
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Ryan Lerch <rlerch redhat com> -->
+
+<application>
+  <id type="desktop">moserial.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <summary>Serial terminal</summary>
+  <description>
+    <p>
+      Moserial is a serial terminal used for interacting with serial consoles
+      and embedded devices.
+      It supports the view of incoming and outgoing data in both ASCII
+      and hexadecimal formats with the option to log this data also.
+      It also supports sending and receiving of x, y, and z-modem files, and has
+      profiles to easily switch between configurations for different devices you
+      are communicating with. 
+    </p>
+  </description>
+  <url type="homepage">http://live.gnome.org/moserial/</url>
+  <screenshots>
+    <screenshot 
type="default">https://wiki.gnome.org/moserial?action=AttachFile&amp;do=get&amp;target=main.png</screenshot>
+  </screenshots>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d5e4076..ab3fcc7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
 # List of source files which contain translatable strings.
 [type: gettext/glade]data/glade/moserial.ui
 data/moserial.desktop.in
+data/moserial.appdata.xml.in
 src/InputParser.vala
 src/Main.vala
 src/MainWindow.vala


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