[eog-plugins: 1/2] build: drop unused positional argument




commit 9accf3e555b2db71c7bae5f8d4c6a9ddee0c22f7
Author: Jeremy Bicha <jbicha debian org>
Date:   Tue Feb 22 15:44:37 2022 -0500

    build: drop unused positional argument
    
    fixes build with newer meson versions

 plugins/exif-display/meson.build     | 1 -
 plugins/export-to-folder/meson.build | 1 -
 plugins/fit-to-width/meson.build     | 1 -
 plugins/fullscreenbg/meson.build     | 1 -
 plugins/light-theme/meson.build      | 1 -
 plugins/map/meson.build              | 1 -
 plugins/maximize-windows/meson.build | 1 -
 plugins/postasa/meson.build          | 1 -
 plugins/pythonconsole/meson.build    | 1 -
 plugins/send-by-mail/meson.build     | 1 -
 plugins/slideshowshuffle/meson.build | 1 -
 11 files changed, 11 deletions(-)
---
diff --git a/plugins/exif-display/meson.build b/plugins/exif-display/meson.build
index 86487dd..db9c7c8 100644
--- a/plugins/exif-display/meson.build
+++ b/plugins/exif-display/meson.build
@@ -49,7 +49,6 @@ configure_file(
 )
 
 exifdisplay_appdata = i18n.merge_file(
-  'eog-exif-display.appdata.xml',
   input: 'eog-exif-display.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/export-to-folder/meson.build b/plugins/export-to-folder/meson.build
index 19decc0..c20eb5f 100644
--- a/plugins/export-to-folder/meson.build
+++ b/plugins/export-to-folder/meson.build
@@ -35,7 +35,6 @@ configure_file(
 )
 
 exporttofolder_appdata = i18n.merge_file(
-  'eog-export-to-folder.appdata.xml',
   input: 'eog-export-to-folder.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/fit-to-width/meson.build b/plugins/fit-to-width/meson.build
index 703050e..37732d1 100644
--- a/plugins/fit-to-width/meson.build
+++ b/plugins/fit-to-width/meson.build
@@ -31,7 +31,6 @@ i18n.merge_file(
 )
 
 fittowidth_appdata = i18n.merge_file(
-  'eog-fit-to-width.appdata.xml',
   input: 'eog-fit-to-width.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/fullscreenbg/meson.build b/plugins/fullscreenbg/meson.build
index 648598e..abb4a55 100644
--- a/plugins/fullscreenbg/meson.build
+++ b/plugins/fullscreenbg/meson.build
@@ -35,7 +35,6 @@ configure_file(
 )
 
 fullscreenbg_appdata = i18n.merge_file(
-  'eog-fullscreenbg.appdata.xml',
   input: 'eog-fullscreenbg.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/light-theme/meson.build b/plugins/light-theme/meson.build
index 56f2c64..044b08a 100644
--- a/plugins/light-theme/meson.build
+++ b/plugins/light-theme/meson.build
@@ -31,7 +31,6 @@ i18n.merge_file(
 )
 
 lighttheme_appdata = i18n.merge_file(
-  'eog-light-theme.appdata.xml',
   input: 'eog-light-theme.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/map/meson.build b/plugins/map/meson.build
index 3c528fd..d969e96 100644
--- a/plugins/map/meson.build
+++ b/plugins/map/meson.build
@@ -37,7 +37,6 @@ i18n.merge_file(
 )
 
 exifdisplay_appdata = i18n.merge_file(
-  'eog-map.appdata.xml',
   input: 'eog-map.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/maximize-windows/meson.build b/plugins/maximize-windows/meson.build
index c3683b6..0914451 100644
--- a/plugins/maximize-windows/meson.build
+++ b/plugins/maximize-windows/meson.build
@@ -22,7 +22,6 @@ i18n.merge_file(
 )
 
 maximizewindows_appdata = i18n.merge_file(
-  'eog-maximize-windows.appdata.xml',
   input: 'eog-maximize-windows.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/postasa/meson.build b/plugins/postasa/meson.build
index e15314a..1ecb4b4 100644
--- a/plugins/postasa/meson.build
+++ b/plugins/postasa/meson.build
@@ -48,7 +48,6 @@ i18n.merge_file(
 )
 
 postasa_appdata = i18n.merge_file(
-  'eog-postasa.appdata.xml',
   input: 'eog-postasa.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/pythonconsole/meson.build b/plugins/pythonconsole/meson.build
index 4ddadd7..4b212fc 100644
--- a/plugins/pythonconsole/meson.build
+++ b/plugins/pythonconsole/meson.build
@@ -37,7 +37,6 @@ configure_file(
 )
 
 pythonconsole_appdata = i18n.merge_file(
-  'eog-export-to-folder.appdata.xml',
   input: 'eog-pythonconsole.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/send-by-mail/meson.build b/plugins/send-by-mail/meson.build
index bdeebaa..f7eb0fb 100644
--- a/plugins/send-by-mail/meson.build
+++ b/plugins/send-by-mail/meson.build
@@ -32,7 +32,6 @@ i18n.merge_file(
 )
 
 sendbymail_appdata = i18n.merge_file(
-  'eog-send-by-mail.appdata.xml',
   input: 'eog-send-by-mail.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',
diff --git a/plugins/slideshowshuffle/meson.build b/plugins/slideshowshuffle/meson.build
index 6ed7d4d..b668844 100644
--- a/plugins/slideshowshuffle/meson.build
+++ b/plugins/slideshowshuffle/meson.build
@@ -22,7 +22,6 @@ i18n.merge_file(
 )
 
 slideshowshuffle_appdata = i18n.merge_file(
-  'eog-slideshowshuffle.appdata.xml',
   input: 'eog-slideshowshuffle.appdata.xml.in',
   output: '@BASENAME@',
   po_dir: src_root / 'po',


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