[gnome-clocks] Add an appdata file
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Add an appdata file
- Date: Mon, 2 Sep 2013 19:24:18 +0000 (UTC)
commit 8da88c8bae845b8470581e22953fe93901b58d4e
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Sep 2 21:22:32 2013 +0200
Add an appdata file
Makefile.am | 5 +++++
data/appdata/gnome-clocks.appdata.xml | 23 +++++++++++++++++++++++
data/appdata/hi-res-category.png | Bin 0 -> 244521 bytes
3 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3c728a4..3ce38e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,10 @@ applicationsdir = $(datadir)/applications
applications_DATA = data/gnome-clocks.desktop
dist_noinst_DATA = data/gnome-clocks.desktop.in
+# appdata file
+appdatadir = $(datadir)/appdata
+appdata_DATA = data/appdata/gnome-clocks.appdata.xml
+
# gsettings
gsettings_SCHEMAS = data/org.gnome.clocks.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
@@ -135,6 +139,7 @@ EXTRA_DIST = \
$(hcicon_files) \
$(images_DATA) \
$(resource_files) \
+ data/appdata/gnome-clocks.appdata.xml \
data/gnome-clocks.gresource.xml \
data/org.gnome.clocks.gschema.xml.in.in
diff --git a/data/appdata/gnome-clocks.appdata.xml b/data/appdata/gnome-clocks.appdata.xml
new file mode 100644
index 0000000..6ed7e53
--- /dev/null
+++ b/data/appdata/gnome-clocks.appdata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnome-clocks.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <p>
+ A simple and elegant clock application.
+ It includes world clocks, alarms, a stopwatch and a timer.
+ </p>
+ <p>Goals</p>
+ <ul>
+ <li>Show the time in different cities around the world</li>
+ <li>Set alarms to wake you up</li>
+ <li>Measure elapsed time with an accurate stopwatch</li>
+ <li>Set timers to properly cook your food</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="1024"
height="768">https://git.gnome.org/browse/gnome-clocks/plain/data/appdata/hi-res-category.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/Clocks</url>
+ <updatecontact>pborelli gnome org</updatecontact>
+</application>
diff --git a/data/appdata/hi-res-category.png b/data/appdata/hi-res-category.png
new file mode 100644
index 0000000..0f5643d
Binary files /dev/null and b/data/appdata/hi-res-category.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]