Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sudoku
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Sudoku
Commits
17be867c
Commit
17be867c
authored
Sep 06, 2013
by
Robert Ancell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install appdata
parent
1da2eeda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
data/Makefile.am
data/Makefile.am
+4
-0
data/gnome-sudoku.appdata.xml
data/gnome-sudoku.appdata.xml
+25
-0
No files found.
data/Makefile.am
View file @
17be867c
...
...
@@ -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)
\
...
...
data/gnome-sudoku.appdata.xml
0 → 100644
View file @
17be867c
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment