[gnome-calendar] project: improve configure output



commit 9c6c8770ec10470849b73367b8b8410e72b79e5c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Sep 7 11:43:37 2017 -0300

    project: improve configure output

 meson.build |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index 49aeac5..0e6a3ed 100644
--- a/meson.build
+++ b/meson.build
@@ -208,14 +208,14 @@ endif
 
 meson.add_install_script('meson_post_install.py')
 
-output = '\n    GNOME Calendar ' + calendar_version + '\n'
+output = '\n\n      GNOME Calendar ' + calendar_version + '\n'
 output += '      =========================\n\n'
-output += '          Source ...........................  ' + meson.source_root() + '\n'
-output += '          Prefix ...........................  ' + calendar_prefix + '\n'
-output += '          Compiler .........................  ' + cc.get_id() + '\n\n'
+output += '          Source ..........................: ' + meson.source_root() + '\n'
+output += '          Prefix ..........................: ' + calendar_prefix + '\n'
+output += '          Compiler ........................: ' + cc.get_id() + '\n\n'
 output += '      Development options\n'
-output += '          Enable Debug: ....................  ' + calendar_debug.to_string() + '\n'
-output += '          Enable Tracing: ..................  ' + enable_tracing.to_string() + '\n'
-output += '          Enable Documentation: ............  ' + enable_gtk_doc.to_string() + '\n\n'
-output += '      Now type "ninja -C ' + meson.build_root() + '" to build ' + meson.project_name()
+output += '          Enable Debug: ...................: ' + calendar_debug.to_string() + '\n'
+output += '          Enable Tracing: .................: ' + enable_tracing.to_string() + '\n'
+output += '          Enable Documentation: ...........: ' + enable_gtk_doc.to_string() + '\n\n'
+output += '    Now type "ninja -C ' + meson.build_root() + '" to build ' + meson.project_name() + '\n\n'
 message(output)


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