[gedit-plugins] build: remove useless info from summary message at the end



commit d49acf7c56b2afac97e23d83bb38dcf6acb4ed0c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 12 09:42:42 2019 +0100

    build: remove useless info from summary message at the end
    
    The install_metainfo variable was always true and used only for the
    message. AppData is anyway required. It's not very useful to show that
    information.

 meson.build | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1d7306b..d8e0ac1 100644
--- a/meson.build
+++ b/meson.build
@@ -87,8 +87,6 @@ if 'vala' in extra_languages
   add_languages('vala', required: true)
 endif
 
-install_metainfo = true
-
 subdir('po')
 subdir('plugins')
 subdir('help')
@@ -98,8 +96,6 @@ summary = [
   '------',
   'gedit-plugins @0@'.format(meson.project_version()),
   '',
-  '  AppData: @0@'.format(install_metainfo),
-  '',
   'Plugins:']
 foreach plugin_name : active_plugins
   summary += '  ' + plugin_name


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