[libgda/LIBGDA_5.2] Added AppData file, see bug #730813



commit 521feebe7611645cd763cd1b8d63a7a3f3eeefbc
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Sep 21 16:01:56 2014 +0200

    Added AppData file, see bug #730813

 tools/browser/Makefile.am                    |    4 +++
 tools/browser/gda-browser-5.0.appdata.xml.in |   30 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/tools/browser/Makefile.am b/tools/browser/Makefile.am
index 2c0fd33..80f6463 100644
--- a/tools/browser/Makefile.am
+++ b/tools/browser/Makefile.am
@@ -122,6 +122,10 @@ gda_browser_5_0_LDADD=\
        $(top_builddir)/libgda-ui/libgda-ui-5.0.la \
        $(COREDEPS_LIBS) $(GTK_LIBS) $(GTKSOURCEVIEW_LIBS) $(MAC_INTEGRATION_LIBS)
 
+ INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = gda-browser-5.0.appdata.xml.in
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/tools/browser/gda-browser-5.0.appdata.xml.in b/tools/browser/gda-browser-5.0.appdata.xml.in
new file mode 100644
index 0000000..4ecf1f7
--- /dev/null
+++ b/tools/browser/gda-browser-5.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-5.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&amp;do=view&amp;target=GdaBrowser-tablerels.png</screenshot>
+    
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-index.png</screenshot>
+    
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-query1.png</screenshot>
+    
<screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;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]