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 t'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pretty-print.scm
AgeCommit message (Expand)Author
2018-11-01gnu: highlight: Update to 3.47....Tobias Geerinckx-Rice
2018-05-24Merge branch 'master' into core-updatesMark H Weaver
2018-05-23gnu: Move 'astyle' to code.scm....Ludovic Courtès
2018-05-23gnu: Add uncrustify....Pierre Neidhardt
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2018-03-02gnu: highlight: Don't hard-code Lua version....Tobias Geerinckx-Rice
2018-03-02gnu: highlight: Update to 3.42....Tobias Geerinckx-Rice
2017-12-23gnu: fmt: Update to 4.1.0....Tobias Geerinckx-Rice
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-06-21gnu: a2ps: Build reproducibly....Ludovic Courtès
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2017-03-20gnu: Add fmt....Marius Bakke