[gedit] build: improve summary message
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: improve summary message
- Date: Thu, 5 Dec 2019 16:57:46 +0000 (UTC)
commit a44e62a7e70437a8d8b5391aa065140259412fbd
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Dec 5 17:40:04 2019 +0100
build: improve summary message
To have the same format as in the Devhelp project.
meson.build | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/meson.build b/meson.build
index 289a085b3..2b072c56d 100644
--- a/meson.build
+++ b/meson.build
@@ -144,21 +144,16 @@ meson.add_install_script(
# Summary message
summary = [
+ 'Configuration:',
'',
- '------',
- 'gedit @0@ (@1@)'.format(meson.project_version(), api_version),
+ ' gedit version @0@ (API version @1@)'.format(meson.project_version(), api_version),
'',
- ' API docs: @0@'.format(get_option('gtk_doc')),
- ' User docs: @0@'.format(get_option('user_documentation')),
- ' Introspection: @0@'.format(generate_gir),
- ' Plugins: @0@'.format(get_option('plugins')),
- ' Vala API: @0@'.format(generate_vapi),
+ ' Prefix: @0@'.format(get_option('prefix')),
+ ' API documentation: @0@'.format(get_option('gtk_doc')),
+ ' User documentation: @0@'.format(get_option('user_documentation')),
+ ' GObject Introspection: @0@'.format(generate_gir),
+ ' Vala API: @0@'.format(generate_vapi),
+ ' Plugins: @0@'.format(get_option('plugins')),
'',
- 'Prefix: @0@'.format(get_option('prefix')),
- '',
- 'Plugins:',
- '',
- '------',
]
-
message('\n'.join(summary))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]