mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
85086dcf92
commit
d1f2ea4618
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,17 @@
|
|||
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue