Merge lp:~elementary-apps/pantheon-calculator/appdata into lp:~elementary-apps/pantheon-calculator/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 193
Merged at revision: 193
Proposed branch: lp:~elementary-apps/pantheon-calculator/appdata
Merge into: lp:~elementary-apps/pantheon-calculator/trunk
Diff against target: 57 lines (+24/-17)
2 files modified
data/pantheon-calculator.appdata.xml (+23/-16)
data/pantheon-calculator.desktop.in (+1/-1)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-calculator/appdata
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+281378@code.launchpad.net

Commit message

update appdata.xml

Description of the change

update appdata.xml to latest spec as well as summary and description to latest from the doc. Also sync appdata summary and .desktop comment

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/pantheon-calculator.appdata.xml'
2--- data/pantheon-calculator.appdata.xml 2015-12-14 22:35:47 +0000
3+++ data/pantheon-calculator.appdata.xml 2015-12-27 20:58:55 +0000
4@@ -1,18 +1,25 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6 <!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
7-<application>
8- <id type="desktop">pantheon-calculator.desktop</id>
9- <metadata_license>CC0</metadata_license>
10- <project_group>elementary</project_group>
11- <project_license>GPL-3.0+</project_license>
12- <name>Calculator</name>
13- <icon type="stock">accessories-calculator</icon>
14- <summary>A simple calculator</summary>
15- <description>
16- <p>
17- Calculator is basically calculator app.
18- </p>
19- </description>
20- <url type="homepage">http://elementary.io/</url>
21- <updatecontact>contact_at_elementary.io</updatecontact>
22-</application>
23+<component type="desktop">
24+ <id>pantheon-calculator.desktop</id>
25+ <metadata_license>CC0-1.0</metadata_license>
26+ <project_group>elementary</project_group>
27+ <project_license>GPL-3.0+</project_license>
28+ <name>Calculator</name>
29+ <summary>Solve simple equations</summary>
30+ <description>
31+ <p>
32+ A simple calculator for everyday use. It supports basic and some
33+ scientific calculations.
34+ </p>
35+ </description>
36+ <provides>
37+ <binary>pantheon-calculator</binary>
38+ ​</provides>
39+ <developer_name>elementary LLC.</developer_name>
40+ <url type="homepage">https://elementary.io/</url>
41+ <url type="bugtracker">https://bugs.launchpad.net/pantheon-calculator</url>
42+ <url type="donation">https://elementary.io/get-involved#funding</url>
43+ <url type="help">https://elementaryos.stackexchange.com/questions/tagged/calculator</url>
44+ <update_contact>contact_at_elementary.io</update_contact>
45+</component>
46
47=== modified file 'data/pantheon-calculator.desktop.in'
48--- data/pantheon-calculator.desktop.in 2015-09-28 09:44:52 +0000
49+++ data/pantheon-calculator.desktop.in 2015-12-27 20:58:55 +0000
50@@ -1,6 +1,6 @@
51 [Desktop Entry]
52 Name=Calculator
53-Comment=Calculate in an elementary way.
54+Comment=Solve simple equations
55 Exec=pantheon-calculator %U
56 Icon=accessories-calculator
57 Terminal=false

Subscribers

People subscribed via source and target branches