[gitg/wip/format-patch: 8/9] Add an AppData description for gitg



commit 367c823fee8e61cc7a9651e4b6f6845d7603d3fb
Author: Sindhu S <sindhus live in>
Date:   Fri Aug 30 23:22:15 2013 +0530

    Add an AppData description for gitg

 Makefile.am           |    4 ++++
 data/gitg.appdata.xml |   24 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 209cc84..44787af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@ DISTCLEANFILES = \
 
 EXTRA_DIST = \
        autogen.sh \
+       $(appdata_files) \
        MAINTAINERS
 
 MAINTAINERCLEANFILES =                 \
@@ -66,6 +67,9 @@ MAINTAINERCLEANFILES =                \
 
 dist-hook: generate-changelog
 
+appdatadir = $(datadir)/appdata
+appdata_files = gitg.appdata.xml
+
 generate-changelog:
        if test -d $(top_srcdir)/.git; then \
          sep=`nawk 'BEGIN{$$79=OFS="-";print}'`; \
diff --git a/data/gitg.appdata.xml b/data/gitg.appdata.xml
new file mode 100644
index 0000000..64a1448
--- /dev/null
+++ b/data/gitg.appdata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gitg.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      Gitg allows you to browse git repositories on your system. It also
+      allows you to clone remote and local repositories, commit your work
+      and save existing commits as patch files.
+    </p>
+    <p>Goals</p>
+    <ul>
+    <li>Browse local git repositories</li>
+    <li>Clone local and remote git repositories</li>
+    <li>Commit files</li>
+    <li>Retrieve patch from a commit</li>
+    </ul>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="1024" 
height="768">https://git.gnome.org/browse/gitg/plain/data/appdata/hi-res-category.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://wiki.gnome.org/Gitg</url>
+  <updatecontact>sindhus live in</updatecontact>
+</application>


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