From 05465d486afdba116dbc22fc22c1e6573aea4f22 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 24 Jan 2022 12:11:57 +0000 Subject: [PATCH] meson: drop unused argument for i18n.merge_file() Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. data/meson.build:15:0: ERROR: Function does not take positional arguments. data/meson.build:27:0: ERROR: Function does not take positional arguments. --- data/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 026bd80..3b03b94 100644 --- a/data/meson.build +++ b/data/meson.build @@ -13,7 +13,6 @@ desktop_in = configure_file( ) i18n.merge_file( - desktop, type: 'desktop', input: desktop_in, output: '@BASENAME@', @@ -25,7 +24,6 @@ i18n.merge_file( appdata = df_namespace + '.appdata.xml' i18n.merge_file( - appdata, input: appdata + '.in', output: '@BASENAME@', po_dir: po_dir, -- GitLab bs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/ci.scm
AgeCommit message (Expand)Author
2022-01-01ci: Add extra jobs for tunable packages....Ludovic Courtès
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-06ci: Cross-build the 'guix' package....Ludovic Courtès
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès
2021-09-27ci: Adjust 'channel-build-system' to monadic style....Ludovic Courtès
2021-07-10ci: Build commencement packages supported on the target system....Ludovic Courtès
2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe
2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe
2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès
2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès