Merge lp:~elementary-apps/snap-elementary/appdata into lp:snap-elementary

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 344
Merged at revision: 344
Proposed branch: lp:~elementary-apps/snap-elementary/appdata
Merge into: lp:snap-elementary
Diff against target: 32 lines (+19/-0)
2 files modified
CMakeLists.txt (+1/-0)
data/snap-photobooth.appdata.xml (+18/-0)
To merge this branch: bzr merge lp:~elementary-apps/snap-elementary/appdata
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+280345@code.launchpad.net

Commit message

add appdata.xml

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 'CMakeLists.txt'
2--- CMakeLists.txt 2015-12-09 18:41:42 +0000
3+++ CMakeLists.txt 2015-12-11 19:39:34 +0000
4@@ -57,4 +57,5 @@
5 add_subdirectory (po)
6
7 # Data
8+install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/snap-photobooth.appdata.xml DESTINATION share/appdata)
9 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/snap-photobooth.desktop DESTINATION share/applications)
10
11=== added file 'data/snap-photobooth.appdata.xml'
12--- data/snap-photobooth.appdata.xml 1970-01-01 00:00:00 +0000
13+++ data/snap-photobooth.appdata.xml 2015-12-11 19:39:34 +0000
14@@ -0,0 +1,18 @@
15+<?xml version="1.0" encoding="UTF-8"?>
16+<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
17+<application>
18+ <id type="desktop">snap-photobooth.desktop</id>
19+ <metadata_license>CC0</metadata_license>
20+ <project_group>elementary</project_group>
21+ <project_license>GPL-3.0+</project_license>
22+ <name>Camera</name>
23+ <icon type="stock">accessories-camera</icon>
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+ <url type="homepage">http://elementary.io/</url>
31+ <updatecontact>contact_at_elementary.io</updatecontact>
32+</application>

Subscribers

People subscribed via source and target branches

to all changes: