[gnome-disk-utility] build: Make use of existing variable in AppData file



commit 0937c6d3936bcf1e6228b555b1cec7aba2336cfb
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Jul 4 07:46:52 2019 +0200

    build: Make use of existing variable in AppData file
    
    There is already a variable with the string used as the name of the
    AppData file. However, the name is written twice.
    
    The duplicated string has been removed to make use of the existing
    variable so any modification is less error prone.

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 4c4fe35b..a7771018 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -37,7 +37,7 @@ info = 'org.gnome.DiskUtility.appdata.xml'
 
 i18n.merge_file(
   info,
-  input: 'org.gnome.DiskUtility.appdata.xml.in',
+  input: info + '.in',
   output: info,
   po_dir: po_dir,
   install: true,


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