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

Subscribers

People subscribed via source and target branches