[gnome-sudoku] Install appdata
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] Install appdata
- Date: Thu, 5 Sep 2013 21:42:47 +0000 (UTC)
commit 17be867c03000a60ed0f43f5dad3c0c428328573
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Sep 6 09:42:07 2013 +1200
Install appdata
data/Makefile.am | 4 ++++
data/gnome-sudoku.appdata.xml | 25 +++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index f3dc54d..2ae0043 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,6 +10,9 @@ desktop_in_files = gnome-sudoku.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-sudoku.appdata.xml
+
pixmapdir = $(datadir)/gnome-sudoku/images/
pixmap_DATA = footprints.png
@@ -31,6 +34,7 @@ man_MANS = gnome-sudoku.6
EXTRA_DIST = \
$(pixmap_DATA) \
$(desktop_DATA) \
+ $(appdata_DATA) \
$(puzzle_DATA) \
$(ui_DATA) \
$(gsettings_in_file) \
diff --git a/data/gnome-sudoku.appdata.xml b/data/gnome-sudoku.appdata.xml
new file mode 100644
index 0000000..7ad7508
--- /dev/null
+++ b/data/gnome-sudoku.appdata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+<id type="desktop">gnome-sudoku.desktop</id>
+<licence>CC0</licence>
+<description>
+<p>
+GNOME Sudoku has a simple unobstrusive interface
+while still providing features that make playing difficult Sudoku more fun.
+All games are automatically saved when you quit so you don't have to worry about saving games.
+You can always come back to any game you've played.
+</p>
+<p>
+If you like to play on paper, you can print games out.
+You can choose how many games you want to print per page and what difficulty of
+games you want to print: as a result, GNOME Sudoku can act a renewable Sudoku Book for you.
+</p>
+<p>
+Each game is assigned a "difficulty" score - its algorithm generally does a good
+job matching the difficulty rankings typically given by newspapers and websites.
+You can also see detailed difficulty information about how the computer solved
+the puzzle.
+</p>
+</description>
+<url type="homepage">https://wiki.gnome.org/GnomeSudoku</url>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]