Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
f7412695
Commit
f7412695
authored
Jan 14, 2024
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-appdata' into 'master'
appdata: Improve appdata for AppStream 1.0 See merge request GNOME/gnome-tour!70
parents
f2830801
94a1e2a6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
meson.build
data/meson.build
+6
-4
org.gnome.Tour.metainfo.xml.in.in
data/org.gnome.Tour.metainfo.xml.in.in
+7
-1
meson.build
meson.build
+1
-1
No files found.
data/meson.build
View file @
f7412695
...
...
@@ -16,12 +16,14 @@ metainfo_file = i18n.merge_file (
install_dir: datadir / 'metainfo'
)
# Validate metainfo
if appstream
_util
.found()
if appstream
cli
.found()
test(
'validate-metainfo', appstream_util,
'validate-metainfo',
appstreamcli,
args: [
'validate', '--nonet', metainfo_file.full_path()
]
'validate', '--no-net', '--explain', metainfo_file
],
workdir: meson.current_build_dir()
)
endif
...
...
data/org.gnome.Tour.metainfo.xml.in.in
View file @
f7412695
...
...
@@ -19,7 +19,9 @@
</screenshots>
<url
type=
"homepage"
>
https://gitlab.gnome.org/GNOME/gnome-tour
</url>
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/GNOME/gnome-tour/issues
</url>
<url
type=
"donation"
>
http://www.gnome.org/friends/
</url>
<url
type=
"donation"
>
https://www.gnome.org/donate/
</url>
<url
type=
"translate"
>
https://l10n.gnome.org/module/gnome-tour/
</url>
<url
type=
"vcs-browser"
>
https://gitlab.gnome.org/GNOME/gnome-tour
</url>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"44.0"
date=
"2023-03-20"
/>
...
...
@@ -39,7 +41,11 @@
<kudo>
HiDpiIcon
</kudo>
</kudos>
<project_group>
GNOME
</project_group>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name>
The GNOME Project
</developer_name>
<developer
id=
"gnome.org"
>
<name>
The GNOME Project
</name>
</developer>
<update_contact>
bilal.elmoussaoui@gnome.org
</update_contact>
<translation
type=
"gettext"
>
@gettext-package@
</translation>
<launchable
type=
"desktop-id"
>
@app-id@.desktop
</launchable>
...
...
meson.build
View file @
f7412695
...
...
@@ -17,7 +17,7 @@ dependency('libadwaita-1', version: '>= 1')
glib_compile_resources = find_program('glib-compile-resources', required: true)
desktop_file_validate = find_program('desktop-file-validate', required: false)
appstream
_util = find_program('appstream-util
', required: false)
appstream
cli = find_program('appstreamcli
', required: false)
cargo = find_program('cargo')
version = meson.project_version()
...
...
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