[gitg/wip/appdata] Add an AppData description for gitg
- From: Sindhu Sundar <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/appdata] Add an AppData description for gitg
- Date: Mon, 2 Sep 2013 11:06:07 +0000 (UTC)
commit f7d68825be224944f804bae30d803c7a2c15bbad
Author: Sindhu S <sindhus live in>
Date: Mon Sep 2 16:14:59 2013 +0530
Add an AppData description for gitg
data/Makefile.am | 7 +++++++
data/appdata/hi-res-category.png | Bin 0 -> 132558 bytes
data/gitg.appdata.xml | 24 ++++++++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 04fb964..5209a16 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,9 @@ desktop_in_files = gitg.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = gitg.appdata.xml
+
man_MANS = gitg.1
gsettings_SCHEMAS = org.gnome.gitg.gschema.xml
@@ -21,8 +24,12 @@ endif
EXTRA_DIST = \
$(desktop_in_files) \
$(man_MANS) \
+ gitg.appdata.xml \
org.gnome.gitg.gschema.xml.in.in
+appdatadir = $(datadir)/appdata
+appdata_files = gitg.appdata.xml
+
CLEANFILES = \
$(desktop_DATA) \
$(gsettings_SCHEMAS)
diff --git a/data/appdata/hi-res-category.png b/data/appdata/hi-res-category.png
new file mode 100644
index 0000000..fbfbfc0
Binary files /dev/null and b/data/appdata/hi-res-category.png differ
diff --git a/data/gitg.appdata.xml b/data/gitg.appdata.xml
new file mode 100644
index 0000000..74a652f
--- /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. You can
+ also 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]