[accerciser] Add AppData file.
- From: Daniel Mustieles García <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accerciser] Add AppData file.
- Date: Thu, 8 Jan 2015 17:32:31 +0000 (UTC)
commit ee5554a177f31e2ffdfc18ee531edf394a70f1e6
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Thu Oct 23 12:53:03 2014 +0200
Add AppData file.
Fixes #730872
Makefile.am | 10 +++++++++-
org.gnome.accerciser.appdata.xml.in | 24 ++++++++++++++++++++++++
po/POTFILES.in | 1 +
3 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a31c8a9..73d0972 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,10 +14,16 @@ gsettings_files = \
org.a11y.Accerciser.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_files:.xml.in=.xml)
- INTLTOOL_XML_NOMERGE_RULE@
+
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = org.gnome.accerciser.appdata.xml.in
+ INTLTOOL_XML_RULE@
+
@GSETTINGS_RULES@
EXTRA_DIST = \
+ $(appdata_in_files) \
$(desktop_in_files) \
$(desktop_DATA) \
pyreqs.py \
@@ -35,3 +41,5 @@ DISTCLEANFILES = \
intltool-update \
$(gsettings_SCHEMAS)
+CLEANFILES = \
+ $(appdata_DATA)
diff --git a/org.gnome.accerciser.appdata.xml.in b/org.gnome.accerciser.appdata.xml.in
new file mode 100644
index 0000000..87390b5
--- /dev/null
+++ b/org.gnome.accerciser.appdata.xml.in
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Daniel Mustieles <daniel mustieles gmail com> -->
+<application>
+ <id type="desktop">org.gnome.accerciser.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <_name>Accerciser</_name>
+ <_summary>Accessibility explorer for the GNOME desktop</_summary>
+ <description>
+ <_p>
+ Accerciser is an interactive Python accessibility explorer for the GNOME desktop.
+ It uses AT-SPI to inspect and control widgets, allowing you to check if an application
+ is providing correct information to assistive technologies and automated test frameworks.
+ </_p>
+ <_p>
+ Accerciser has a simple plugin framework which you can use to create custom views of
+ accessibility information.
+ </_p>
+ </description>
+ <url type="homepage">https://wiki.gnome.org/action/show/Apps/Accerciser</url>
+ <screenshots>
+ <screenshot
type="default">https://git.gnome.org/browse/accerciser/plain/help/C/figures/api_browser.png</screenshot>
+ </screenshots>
+ <updatecontact>daniel mustieles gmail com</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cf90874..86f2b8f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
[encoding: UTF-8]
accerciser.desktop.in.in
org.a11y.Accerciser.gschema.xml.in
+org.gnome.accerciser.appdata.xml.in
plugins/api_view.py
plugins/console.py
[type: gettext/glade]plugins/event_monitor.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]