Merge lp:~hyuchia/snap-elementary/release-information into lp:snap-elementary

Proposed by Diego Islas Ocampo
Status: Needs review
Proposed branch: lp:~hyuchia/snap-elementary/release-information
Merge into: lp:snap-elementary
Diff against target: 77 lines (+39/-22)
2 files modified
data/CMakeLists.txt (+1/-1)
data/org.pantheon.snap.appdata.xml.in (+38/-21)
To merge this branch: bzr merge lp:~hyuchia/snap-elementary/release-information
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+318868@code.launchpad.net

Description of the change

Add release information to the AppData.xml for appcenter support

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

In order to ease the burden on translators, please use the following common descriptions:

* Security fixes
* Various crash fixes
* New translations
* Minor bug fixes

Please do not use the following:
* Minor bug fixes and translations updates.
* Apply minor bug fixes
* Translations Updates

Also I am not sure about the <p> paragraphs, why are they not all <li> list items?

412. By Diego Islas Ocampo

Update descriptions and reduce releases to current cycle

Revision history for this message
Diego Islas Ocampo (hyuchia) wrote :

I've removed the releases from other cycles in here as well and used the common descriptions instead.

Unmerged revisions

412. By Diego Islas Ocampo

Update descriptions and reduce releases to current cycle

411. By Diego Islas Ocampo

Add missing release information and change installation path

410. By Diego Islas Ocampo

Fix typo

409. By Diego Islas Ocampo

Add release information in AppData.xml

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/CMakeLists.txt'
2--- data/CMakeLists.txt 2016-09-01 20:04:00 +0000
3+++ data/CMakeLists.txt 2017-03-09 18:03:24 +0000
4@@ -13,5 +13,5 @@
5
6 configure_file_translation(${CMAKE_CURRENT_SOURCE_DIR}/org.pantheon.snap.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml ${CMAKE_SOURCE_DIR}/po/)
7
8-install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml DESTINATION share/appdata)
9+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml DESTINATION share/metainfo)
10 install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop DESTINATION share/applications)
11
12=== modified file 'data/org.pantheon.snap.appdata.xml.in'
13--- data/org.pantheon.snap.appdata.xml.in 2016-09-01 20:04:00 +0000
14+++ data/org.pantheon.snap.appdata.xml.in 2017-03-09 18:03:24 +0000
15@@ -1,24 +1,41 @@
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
18-<component type="desktop">
19- <id>snap-photobooth.desktop</id>
20- <metadata_license>CC0-1.0</metadata_license>
21- <project_group>elementary</project_group>
22- <project_license>GPL-3.0+</project_license>
23- <_name>Camera</_name>
24- <_summary>Take photos and videos with the camera</_summary>
25- <description>
26- <_p>
27- Camera is a simple app to take photos with a webcam.
28- </_p>
29- </description>
30- <provides>
31- <binary>snap-photobooth</binary>
32- </provides>
33- <developer_name>elementary LLC.</developer_name>
34- <url type="homepage">http://elementary.io/</url>
35- <url type="bugtracker">https://bugs.launchpad.net/snap-elementary</url>
36- <url type="donation">https://elementary.io/get-involved#funding</url>
37- <url type="help">https://elementaryos.stackexchange.com/questions/tagged/snap</url>
38- <update_contact>contact_at_elementary.io</update_contact>
39+<component type="desktop-application">
40+ <id>org.pantheon.snap.desktop</id>
41+ <metadata_license>CC0-1.0</metadata_license>
42+ <project_group>elementary</project_group>
43+ <project_license>GPL-3.0+</project_license>
44+ <_name>Camera</_name>
45+ <_summary>Take photos and videos with the camera</_summary>
46+ <description>
47+ <_p>
48+ Camera is a simple app to take photos with a webcam.
49+ </_p>
50+ </description>
51+ <releases>
52+ <release version="0.3.0.1" date="2016-09-18" urgency="low">
53+ ⁠<description>
54+ <_p>New translations.</_p>
55+ ⁠</description>
56+ </release>
57+ <release version="0.3.0" date="2016-08-10" urgency="medium">
58+ ⁠<description>
59+ <_p>Release for Loki.</_p>
60+ <ul>
61+ <_li>Add translator credits</_li>
62+ <_li>Minor bug fixes</_li>
63+ <_li>New translations</_li>
64+ </ul>
65+ ⁠</description>
66+ </release>
67+ </releases>
68+ <provides>
69+ <binary>snap-photobooth</binary>
70+ </provides>
71+ <developer_name>elementary LLC.</developer_name>
72+ <url type="homepage">http://elementary.io/</url>
73+ <url type="bugtracker">https://bugs.launchpad.net/snap-elementary</url>
74+ <url type="donation">https://elementary.io/get-involved#funding</url>
75+ <url type="help">https://elementaryos.stackexchange.com/questions/tagged/snap</url>
76+ <update_contact>contact_at_elementary.io</update_contact>
77 </component>

Subscribers

People subscribed via source and target branches