[epiphany] data: add appdata file for web



commit 8f84cb58571f369e83f969acd668438a89cdb62a
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 30 17:52:42 2013 +0300

    data: add appdata file for web

 data/Makefile.am             |    5 +++++
 data/epiphany.appdata.xml.in |   17 +++++++++++++++++
 po/POTFILES.in               |    1 +
 3 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index c8e25a0..64e2381 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = pages
 
 @INTLTOOL_SERVER_RULE@
 @INTLTOOL_DESKTOP_RULE@
+ INTLTOOL_XML_RULE@
 
 desktop_in_files = epiphany.desktop.in.in
 desktopdir = $(datadir)/applications
@@ -16,6 +17,9 @@ gsettings_ENUM_FILES = $(top_srcdir)/lib/ephy-prefs.h
 gsettings_SCHEMAS = org.gnome.epiphany.gschema.xml
 @GSETTINGS_RULES@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = epiphany.appdata.xml
+
 aboutdir = $(pkgdatadir)
 about_DATA = epiphany.xhtml
 
@@ -61,6 +65,7 @@ dist_searchprovider_DATA = epiphany-search-provider.ini
 
 EXTRA_DIST = \
        $(aboutdialog_DATA)             \
+       $(appdata_DATA)                 \
        $(service_in_files)             \
        $(desktop_in_files)             \
        $(about_DATA)                   \
diff --git a/data/epiphany.appdata.xml.in b/data/epiphany.appdata.xml.in
new file mode 100644
index 0000000..3f56f4e
--- /dev/null
+++ b/data/epiphany.appdata.xml.in
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">epiphany.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <_p>
+      The web browser for the GNOME desktop, featuring tight
+      integration with the desktop and a simple and intuitive user
+      interface that allows you to focus on your web pages.
+    </_p>
+  </description>
+  <screenshots>
+    <screenshot type="default" 
http://projects.gnome.org/epiphany/images/epiphany-screenshot.png</screenshot>
+  </screenshots>
+  <url type="homepage">http://projects.gnome.org/epiphany/</url>
+  <updatecontact>epiphany-list gnome org</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index af7cd91..7002131 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 [type: gettext/xml]data/default-bookmarks.rdf.in
+data/epiphany.appdata.xml
 data/epiphany.desktop.in.in
 data/org.gnome.epiphany.gschema.xml
 embed/ephy-about-handler.c


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