File: meson-Drop-unused-positional-argument.patch

package info (click to toggle)
nautilus-sendto 3.8.6-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,044 kB
  • sloc: ansic: 449; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Thu, 24 Mar 2022 08:49:10 -0400
Subject: meson: Drop unused positional argument

which is an error in recent meson releases
---
 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/meson.build b/src/meson.build
index 4f684f3..9f599c1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -7,7 +7,7 @@ executable('nautilus-sendto',
 
 po_dir = join_paths(meson.source_root(), 'po')
 
-i18n.merge_file ('appdata',
+i18n.merge_file (
                  input: 'nautilus-sendto.metainfo.xml.in',
                  output: 'nautilus-sendto.metainfo.xml',
                  install: true,