[libgda] Added AppData file, see bug #730813
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Added AppData file, see bug #730813
- Date: Sun, 21 Sep 2014 13:56:01 +0000 (UTC)
commit 879f168700c085f7e36799eb50936ea30ce2df77
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Sep 21 15:51:49 2014 +0200
Added AppData file, see bug #730813
tools/browser/Makefile.am | 13 +++++++++-
tools/browser/gda-browser-6.0.appdata.xml.in | 30 ++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/tools/browser/Makefile.am b/tools/browser/Makefile.am
index 5bfd7fe..7853b46 100644
--- a/tools/browser/Makefile.am
+++ b/tools/browser/Makefile.am
@@ -76,11 +76,20 @@ libbrowsercore_la_SOURCES=\
$(OBJECTS): marshal.c marshal.h
- INTLTOOL_DESKTOP_RULE@
+ INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = gda-browser-6.0.appdata.xml.in
+ INTLTOOL_DESKTOP_RULE@
desktopdir=$(datadir)/applications
Desktop_in_files = gda-browser-6.0.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = \
- marshal.list
+ marshal.list \
+ $(Desktop_in_files) \
+ $(appdata_in_files)
+
+CLEANFILES = \
+ $(appdata_DATA)
diff --git a/tools/browser/gda-browser-6.0.appdata.xml.in b/tools/browser/gda-browser-6.0.appdata.xml.in
new file mode 100644
index 0000000..35a865c
--- /dev/null
+++ b/tools/browser/gda-browser-6.0.appdata.xml.in
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Ryan Lerch <rlerch redhat com> -->
+
+<application>
+ <id type="desktop">gda-browser-6.0.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <summary>View the schema and data of databases</summary>
+ <description>
+ <_p>
+ Database Browser provides quick access to the data and schema of a database,
+ and displays it in a intuitive graphical interface.
+ It provides three perspectives to interact with a database: the schema browser,
+ query execution, and data manager.
+ The schema browser allows the user to view the tables of a database, and
+ inspect the table's properties and relations.
+ The query exeution perspective allows the user to execute SQL queries on
+ the database.
+ The data manager perspective allows the user to view the data contained in
+ the database in a tabular form.
+ </_p>
+ </description>
+ <url type="homepage">http://www.gnome-db.org/GdaBrowser</url>
+ <screenshots>
+ <screenshot
type="default">http://www.gnome-db.org/GdaBrowser?action=AttachFile&do=view&target=GdaBrowser-tablerels.png</screenshot>
+
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&do=view&target=GdaBrowser-index.png</screenshot>
+
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&do=view&target=GdaBrowser-query1.png</screenshot>
+
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&do=view&target=dataman-persp.png</screenshot>
+ </screenshots>
+ <updatecontact>vmalerba_at_gmail.com</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]