33 lines
846 B
Diff
33 lines
846 B
Diff
From 6da47128e8da04edccccdfcbc9101940fc15fe3a Mon Sep 17 00:00:00 2001
|
|
From: Mike Gilbert <floppym@gentoo.org>
|
|
Date: Thu, 20 Jan 2022 14:18:09 -0500
|
|
Subject: [PATCH] meson: i18n.merge_file() does not take a positional argument
|
|
|
|
---
|
|
data/meson.build | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/data/meson.build b/data/meson.build
|
|
index 9f244566..bfbc514c 100644
|
|
--- a/data/meson.build
|
|
+++ b/data/meson.build
|
|
@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
|
|
desktop_conf.set('VERSION', glade_version)
|
|
|
|
i18n.merge_file(
|
|
- 'desktop',
|
|
type: 'desktop',
|
|
input: configure_file(
|
|
input: 'org.gnome.Glade.desktop.in.in',
|
|
@@ -18,7 +17,6 @@ i18n.merge_file(
|
|
appdata = glade_name + '.appdata.xml'
|
|
|
|
i18n.merge_file(
|
|
- 'appdata',
|
|
input: 'org.gnome.Glade.appdata.xml.in',
|
|
output: '@BASENAME@',
|
|
po_dir: po_dir,
|
|
--
|
|
GitLab
|
|
|