[frogr] meson: Don't use the same name for the desktop input and output files



commit 24671bc5437bbd3ac2fd07166a66a496e25e5bcd
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed May 24 06:50:58 2017 +0100

    meson: Don't use the same name for the desktop input and output files
    
    I overlooked this while writing that rule because the build dir is now
    different from the source dir, but I don't like it even if it works,
    so let's use a .in.in file again instead.

 data/meson.build                                   |    2 +-
 ...gr.desktop.in => org.gnome.frogr.desktop.in.in} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 982ae10..c103ec7 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -36,7 +36,7 @@ po_dir = join_paths (meson.source_root (), 'po')
 
 data_conf = configuration_data()
 data_conf.set ('BINDIR', join_paths (prefix, bindir))
-generated_desktop = configure_file(input: 'org.gnome.frogr.desktop.in',
+generated_desktop = configure_file(input: 'org.gnome.frogr.desktop.in.in',
                                    output: 'org.gnome.frogr.desktop.in',
                                    configuration: data_conf)
 i18n.merge_file ('desktop',
diff --git a/data/org.gnome.frogr.desktop.in b/data/org.gnome.frogr.desktop.in.in
similarity index 100%
rename from data/org.gnome.frogr.desktop.in
rename to data/org.gnome.frogr.desktop.in.in


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