[gnome-photos/gnome-3-10] Add an AppData file



commit ff9231a82571e76fe8e40b5fe929c65349501f77
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Sep 9 11:32:12 2013 +0200

    Add an AppData file
    
    TODO: screenshots.

 data/Makefile.am                 |    6 ++++++
 data/gnome-photos.appdata.xml.in |   27 +++++++++++++++++++++++++++
 po/POTFILES.in                   |    1 +
 3 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index d087d4a..adab186 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,9 @@
 SUBDIRS = icons
 
+appdatadir = $(datadir)/appdata
+appdata_in_files = $(PACKAGE_TARNAME).appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+
 desktopdir = $(datadir)/applications
 desktop_in_in_files = $(PACKAGE_TARNAME).desktop.in.in
 desktop_in_files = $(PACKAGE_TARNAME).desktop.in
@@ -19,11 +23,13 @@ dist_icons_DATA = \
 @GSETTINGS_RULES@
 
 EXTRA_DIST = \
+       $(appdata_in_files) \
        $(desktop_in_in_files) \
        $(gsettings_in_files) \
        $(NULL)
 
 CLEANFILES = \
+       $(appdata_DATA) \
        $(desktop_DATA) \
        $(gsettings_SCHEMAS) \
        $(NULL)
diff --git a/data/gnome-photos.appdata.xml.in b/data/gnome-photos.appdata.xml.in
new file mode 100644
index 0000000..5275b77
--- /dev/null
+++ b/data/gnome-photos.appdata.xml.in
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gnome-photos.desktop</id>
+  <licence>CC0</licence>
+  <name>Photos</name>
+  <summary>Access, organize and share your photos on GNOME</summary>
+  <description>
+    <_p>
+      A simple application to access, organize and share your photos on
+      GNOME. It is meant to be a simple and elegant replacement for using a
+      file manager to deal with photos. Seamless cloud integration is offered
+      through GNOME Online Accounts.
+    </_p>
+    <_p>It lets you:</_p>
+    <_ul>
+      <li>View recent local and online photos</li>
+      <li>Access your Flickr content</li>
+      <li>Send photos to remote DLNA renderers</li>
+      <li>Set as background</li>
+      <li>Print photos</li>
+      <li>Select favorites</li>
+      <li>Allow opening full featured editor for more advanced changes</li>
+    </_ul>
+  </description>
+  <url type="homepage">https://wiki.gnome.org/Apps/Photos</url>
+  <updatecontact>debarshir_at_gnome.org</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2aa9684..094d766 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this list sorted alphabetically.
 
+data/gnome-photos.appdata.xml.in
 data/gnome-photos.desktop.in.in
 data/org.gnome.photos.gschema.xml.in
 src/eog-exif-util.c


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