Merge lp:~elementary-apps/screenshot-tool/appdata into lp:~elementary-apps/screenshot-tool/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: no longer in the source branch.
Merged at revision: 118
Proposed branch: lp:~elementary-apps/screenshot-tool/appdata
Merge into: lp:~elementary-apps/screenshot-tool/trunk
Diff against target: 35 lines (+20/-0)
2 files modified
CMakeLists.txt (+1/-0)
data/screenshot.appdata.xml (+19/-0)
To merge this branch: bzr merge lp:~elementary-apps/screenshot-tool/appdata
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+280347@code.launchpad.net

Commit message

add appdata.xml

To post a comment you must log in.
118. By Danielle Foré

add appdata.xml

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-09-23 21:54:59 +0000
3+++ CMakeLists.txt 2015-12-11 19:54:55 +0000
4@@ -95,6 +95,7 @@
5 add_executable(screenshot ${VALA_C})
6
7 install (TARGETS screenshot RUNTIME DESTINATION bin)
8+install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/screenshot.appdata.xml DESTINATION share/appdata)
9 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/screenshot.desktop DESTINATION share/applications)
10
11 option (ICON_UPDATE "Run gtk-update-icon-cache after the install." ON)
12
13=== added file 'data/screenshot.appdata.xml'
14--- data/screenshot.appdata.xml 1970-01-01 00:00:00 +0000
15+++ data/screenshot.appdata.xml 2015-12-11 19:54:55 +0000
16@@ -0,0 +1,19 @@
17+<?xml version="1.0" encoding="UTF-8"?>
18+<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
19+<application>
20+ <id type="desktop">screenshot.desktop</id>
21+ <metadata_license>CC0</metadata_license>
22+ <project_group>elementary</project_group>
23+ <project_license>GPL-3.0+</project_license>
24+ <name>Screenshot</name>
25+ <icon type="stock">applets-screenshooter</icon>
26+ <summary>Save images of your screen or individual windows</summary>
27+ <description>
28+ <p>
29+ Screenshot is a simple screenshot tool. It includes whole screen shots,
30+ selected area shots, current window shots, delayed shots, and timed shots.
31+ </p>
32+ </description>
33+ <url type="homepage">http://elementary.io/</url>
34+ <updatecontact>contact_at_elementary.io</updatecontact>
35+</application>

Subscribers

People subscribed via source and target branches