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
9af768e0
Commit
9af768e0
authored
Nov 24, 2014
by
Michael Catanzaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch from appdata-tools to appstream-utils
parent
9af732ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
configure.ac
configure.ac
+2
-1
data/Makefile.am
data/Makefile.am
+8
-7
data/gnome-sudoku.appdata.xml.in
data/gnome-sudoku.appdata.xml.in
+1
-0
No files found.
configure.ac
View file @
9af768e0
...
...
@@ -17,6 +17,8 @@ LT_INIT
GLIB_GSETTINGS
APPSTREAM_XML
AC_CONFIG_MACRO_DIR([m4])
dnl ###########################################################################
...
...
@@ -44,7 +46,6 @@ PKG_CHECK_MODULES(LIBSUDOKU, [
AC_SUBST([GLIB_REQUIRED])
AC_PATH_PROG([APPDATA_VALIDATE], [appdata-validate], [/bin/true])
AC_PATH_PROG([DESKTOP_FILE_VALIDATE], [desktop-file-validate], [/bin/true])
AC_CHECK_LIB([m],[floor])
...
...
data/Makefile.am
View file @
9af768e0
...
...
@@ -8,9 +8,9 @@ desktop_in_files = gnome-sudoku.desktop.in
desktop_DATA
=
$(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
app
datadir
=
$(datadir)
/appdata
app
data_in_files
=
gnome-sudoku.appdata.xml.in
appdata_DATA
=
$(appdata_in_files:.xml.in=.xml)
app
stream_in_files
=
gnome-sudoku.appdata.xml.in
app
stream_XML
=
$(appstream_in_files:.xml.in=.xml)
@APPSTREAM_XML_RULES@
@INTLTOOL_XML_RULE@
pixmapdir
=
$(datadir)
/gnome-sudoku/images/
...
...
@@ -27,16 +27,17 @@ man_MANS = gnome-sudoku.6
EXTRA_DIST
=
\
$(pixmap_DATA)
\
$(desktop_in_files)
\
$(app
data
_in_files)
\
$(app
stream
_in_files)
\
$(gsettings_SCHEMAS)
\
$(man_MANS)
CLEANFILES
=
\
$(app
data_DATA
)
\
$(app
stream_XML
)
\
$(desktop_DATA)
check-local
:
$(appdata_DATA) $(desktop_DATA)
$(APPDATA_VALIDATE)
$(appdata_DATA)
check-local
:
$(desktop_DATA)
$(DESKTOP_FILE_VALIDATE)
$(desktop_DATA)
DISTCHECK_CONFIGURE_FLAGS
=
--enable-appdata-check
-include
$(top_srcdir)/git.mk
data/gnome-sudoku.appdata.xml.in
View file @
9af768e0
...
...
@@ -5,6 +5,7 @@
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0+ and CC-BY-SA-3.0
</project_license>
<_name>
GNOME Sudoku
</_name>
<_summary>
Test your logic skills in this number grid puzzle
</_summary>
<description>
<_p>
Play the popular Japanese logic game. GNOME Sudoku is a must-install for
...
...
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