[eog-plugins/wip/davidk/light-theme-desktop] Fix light-theme plugin file output name




commit 28f6edecbedc7848ab42d0ca42b39cfd41cf5eda
Author: David King <amigadave amigadave com>
Date:   Mon Feb 14 12:12:59 2022 +0000

    Fix light-theme plugin file output name

 plugins/light-theme/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/light-theme/meson.build b/plugins/light-theme/meson.build
index b56b0f3..56f2c64 100644
--- a/plugins/light-theme/meson.build
+++ b/plugins/light-theme/meson.build
@@ -22,7 +22,7 @@ lighttheme_plugin = shared_module(
 #        to extract translatable strings. .plugin is not recognized.
 i18n.merge_file(
   input: 'light-theme.plugin.desktop.in',
-  output: 'light-theme.plugin.desktop',
+  output: 'light-theme.plugin',
   po_dir: po_dir,
   type: 'desktop',
   args: ['--keyword=Name', '--keyword=Description'],


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