[rhythmbox] build: remove positional args from i18n.merge_file()



commit e8b73948ddbb9371afd0fc099851aad2d10d2c4d
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Apr 10 18:45:21 2022 +1000

    build: remove positional args from i18n.merge_file()
    
    This was never required and never did anything, so it doesn't affect
    our minimum meson version.

 data/meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 8e75e7757..b75fc2616 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -10,7 +10,6 @@ foreach desktop_file : desktop_files
     configuration: cdata
   )
   desktop_file = i18n.merge_file(
-    desktop_file,
     input: desktop_in_file,
     output: desktop_file,
     install: true,
@@ -44,7 +43,6 @@ gschemas_compiled = custom_target('gschemas.compiled',
 )
 
 playlists_xml = i18n.merge_file(
-  'playlists.xml',
   input: 'playlists.xml.in',
   output: 'playlists.xml',
   po_dir: po_dir,
@@ -64,7 +62,7 @@ install_man(mans)
 
 appdata = 'org.gnome.Rhythmbox3.appdata.xml'
 
-appdata_file = i18n.merge_file('appdata',
+appdata_file = i18n.merge_file(
   input: appdata + '.in',
   output: appdata,
   install: true,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]