Skip to content
Snippets Groups Projects
Commit d1f2ea46 authored by Jan Beich's avatar Jan Beich
Browse files

x11/tilix: unbreak build with Meson 0.61.0

data/meson.build:13:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
parent 85086dcf
No related branches found
No related tags found
No related merge requests found
https://github.com/gnunn1/tilix/pull/2074
https://github.com/gnunn1/tilix/pull/2081
--- data/meson.build.orig 2021-12-27 19:49:46 UTC
+++ data/meson.build
@@ -35,25 +35,25 @@ endif
@@ -11,7 +11,6 @@ install_data(
# Install the desktop file
desktop_file = i18n.merge_file(
- '@0@.desktop'.format(project_id),
output: '@BASENAME@',
input: 'pkg/desktop/@0@.desktop.in'.format(project_id),
po_dir: meson.source_root() / 'po',
@@ -35,25 +34,24 @@ endif
# Merge release information into MetaInfo file
tilix_metainfo_name = '@0@.appdata.xml'.format(project_id)
......@@ -17,9 +28,9 @@
-# Install the MetaInfo file
-metainfo_file = i18n.merge_file(
- tilix_metainfo_name,
+ # Install the MetaInfo file
+ metainfo_file = i18n.merge_file(
tilix_metainfo_name,
output: tilix_metainfo_name,
input: metainfo_with_releases,
po_dir: meson.source_root() / 'po',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment