[totem] Add an AppData file for totem
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Add an AppData file for totem
- Date: Tue, 24 Sep 2013 14:18:34 +0000 (UTC)
commit 3e0205c4eba620cbce8d76256ef00650d21cdb3f
Author: Richard Hughes <richard hughsie com>
Date: Tue Sep 24 15:12:22 2013 +0100
Add an AppData file for totem
data/Makefile.am | 9 +++++++++
data/totem.appdata.xml.in | 28 ++++++++++++++++++++++++++++
po/POTFILES.in | 1 +
3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 9f1e54d..5ee8987 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -65,6 +65,15 @@ CLEANFILES += \
$(desktop_in_files) \
$(desktop_DATA)
+# AppData
+ INTLTOOL_XML_NOMERGE_RULE@
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = totem.appdata.xml.in
+EXTRA_DIST += $(appdata_in_files})
+CLEANFILES += \
+ totem.appdata.xml
+
# Thumbnailer
thumbnailerdir = $(datadir)/thumbnailers
thumbnailer_in_files = totem.thumbnailer.in
diff --git a/data/totem.appdata.xml.in b/data/totem.appdata.xml.in
new file mode 100644
index 0000000..1d52aad
--- /dev/null
+++ b/data/totem.appdata.xml.in
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">totem.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <_p>
+ Totem, also known as Videos, is the official movie player of the GNOME
+ desktop environment.
+ It features a playlist, a full-screen mode, seek and volume controls,
+ as well as keyboard navigation.
+ </_p>
+ <_p>
+ Totem comes with added functionality such as: subtitle downloader,
+ support to watch live TV and VCD recording.
+ </_p>
+ <ul>
+ <_li>Video thumbnailer for the file manager</_li>
+ <_li>Nautilus properties tab</_li>
+ <_li>Mozilla (Firefox) plugin to view movies inside your browser</_li>
+ <_li>Command-line video properties helper (for indexers)</_li>
+ </ul>
+ </description>
+ <url type="homepage">https://projects.gnome.org/totem/</url>
+ <screenshots>
+ <screenshot type="default">http://software.opensuse.org/package/thumbnail/totem.png</screenshot>
+ </screenshots>
+ <updatecontact>hadess hadess net</updatecontact>
+</application>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 154a04f..a984ccd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,6 +7,7 @@ data/org.gnome.totem.gschema.xml.in.in
[type: gettext/glade]data/playlist.ui
[type: gettext/glade]data/preferences.ui
[type: gettext/glade]data/properties.ui
+data/totem.appdata.xml.in
data/totem.desktop.in.in.in
[type: gettext/glade]data/totem.ui
[type: gettext/glade]data/uri.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]