diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2013-08-30 22:52:42 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2013-09-01 17:01:30 +0800 |
commit | 8f84cb58571f369e83f969acd668438a89cdb62a (patch) | |
tree | dee40b7c7958cf3ef8f4cfbaf80382192bb398e3 | |
parent | 9790726e8d0da3b16581957922e2ab8449815a59 (diff) | |
download | gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar.gz gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar.bz2 gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar.lz gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar.xz gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.tar.zst gsoc2013-epiphany-8f84cb58571f369e83f969acd668438a89cdb62a.zip |
data: add appdata file for web
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/epiphany.appdata.xml.in | 17 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 23 insertions, 0 deletions
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 @@ +<?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 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 |