Merge lp:~elementary-apps/audience/update-appdata into lp:~audience-members/audience/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 589
Merged at revision: 589
Proposed branch: lp:~elementary-apps/audience/update-appdata
Merge into: lp:~audience-members/audience/trunk
Diff against target: 48 lines (+25/-10)
1 file modified
data/audience.appdata.xml (+25/-10)
To merge this branch: bzr merge lp:~elementary-apps/audience/update-appdata
Reviewer Review Type Date Requested Status
Fabio Valentini (community) Approve
Review via email: mp+298342@code.launchpad.net

Commit message

validate appdata.xml

To post a comment you must log in.
Revision history for this message
Fabio Valentini (decathorpe) wrote :

yup, validates OK now

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/audience.appdata.xml'
2--- data/audience.appdata.xml 2015-11-28 03:36:21 +0000
3+++ data/audience.appdata.xml 2016-06-24 19:55:28 +0000
4@@ -1,19 +1,34 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6-<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
7-<application>
8- <id type="desktop">audience.desktop</id>
9- <metadata_license>CC0</metadata_license>
10+<!-- Copyright 2015-2016 elementary, LLC <contact@elementary.io> -->
11+<component type="desktop">
12+ <id>audience.desktop</id>
13+ <metadata_license>CC0-1.0</metadata_license>
14 <project_group>elementary</project_group>
15 <project_license>GPL-3.0+</project_license>
16 <name>Audience</name>
17- <icon type="stock">multimedia-video-player</icon>
18- <summary>A modern video player</summary>
19+ <summary>Watch videos and movies</summary>
20 <description>
21 <p>
22- Audience is a modern video player that brings lessons
23- learned from the web home to the desktop.
24- </p>
25+ A modern video player that focuses on displaying video content instead of
26+ player controls. It remembers your last played video and playback position
27+ so you can pick up from where you left off.
28+ </p>
29+ <p>
30+ Additional features include:
31+ </p>
32+ <ul>
33+ <li>Subtitle support</li>
34+ <li>Play queue</li>
35+ <li>Thumbnail previews on the seek bar</li>
36+ </ul>
37 </description>
38+ <provides>
39+ <binary>audience</binary>
40+ </provides>
41+ <developer_name>elementary LLC.</developer_name>
42 <url type="homepage">http://elementary.io/</url>
43+ <url type="bugtracker">https://bugs.launchpad.net/audience</url>
44+ <url type="donation">https://elementary.io/get-involved#funding</url>
45+ <url type="help">https://elementaryos.stackexchange.com/questions/tagged/videos</url>
46 <updatecontact>contact_at_elementary.io</updatecontact>
47-</application>
48+</component>

Subscribers

People subscribed via source and target branches