From 8f84cb58571f369e83f969acd668438a89cdb62a Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 30 Aug 2013 17:52:42 +0300 Subject: 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(+) create mode 100644 data/epiphany.appdata.xml.in diff --git a/data/Makefile.am b/data/Makefile.am index c8e25a084..64e238146 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 000000000..3f56f4ef5 --- /dev/null +++ b/data/epiphany.appdata.xml.in @@ -0,0 +1,17 @@ + + + epiphany.desktop + CC0 + + <_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. + + + + http://projects.gnome.org/epiphany/images/epiphany-screenshot.png + + http://projects.gnome.org/epiphany/ + epiphany-list@gnome.org + diff --git a/po/POTFILES.in b/po/POTFILES.in index af7cd91e7..700213181 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 -- cgit v1.2.3