Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Patrycja Rosa
Highscore
Commits
64c5b851
Unverified
Commit
64c5b851
authored
Feb 03, 2022
by
Patrycja Rosa
Browse files
Remove positional arguments from i18n.merge_file
parent
e2b31414
Pipeline
#360663
failed with stage
in 9 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/meson.build
View file @
64c5b851
...
...
@@ -43,7 +43,7 @@ desktop_conf = configuration_data()
desktop_conf.set('appid', application_id)
desktop_conf.set('icon', application_id)
desktop_conf.set('mimetypes', ';'.join(mime_types) + ';')
desktop_file = i18n.merge_file (
'desktop-file',
desktop_file = i18n.merge_file (
type: 'desktop',
input: configure_file(
input: files('org.gnome.World.Highscore.desktop.in.in'),
...
...
@@ -69,7 +69,7 @@ endif
metainfo_conf = configuration_data()
metainfo_conf.set('appid', application_id)
metainfo_file = i18n.merge_file (
'metainfo-file',
metainfo_file = i18n.merge_file (
input: configure_file(
input: files('org.gnome.World.Highscore.metainfo.xml.in.in'),
output: 'org.gnome.World.Highscore.metainfo.xml.in',
...
...
Write
Preview
Supports
Markdown
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