[gnome-music/wip/jfelder/devel-version: 6/9] meson: Fix indentation and whitespaces in build files



commit f4996189eba62842227e3df486e46d37eecb3cb8
Author: Jean Felder <jfelder src gnome org>
Date:   Wed Jun 27 13:38:00 2018 +0200

    meson: Fix indentation and whitespaces in build files
    
    Also add newline at the end of files.

 data/meson.build | 4 ++--
 help/meson.build | 2 +-
 meson.build      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a74290af..bd8cfd29 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -17,7 +17,7 @@ gnome.compile_resources(
   )
 )
 
-# Installing the schema file 
+# Installing the schema file
 install_data(
   PROJECT_RDNN_NAME + '.gschema.xml',
   install_dir: 'share/glib-2.0/schemas'
@@ -76,4 +76,4 @@ endforeach
 install_data(
     join_paths('icons/hicolor/symbolic/apps', PROJECT_RDNN_NAME + '-symbolic.svg'),
     install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/symbolic/apps')
-)
\ No newline at end of file
+)
diff --git a/help/meson.build b/help/meson.build
index f56079e8..04a41d5c 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -14,4 +14,4 @@ gnome.yelp(meson.project_name(),
     'legal.xml'
   ],
   media: 'figures/gnome-music-3.12.png'
-)
\ No newline at end of file
+)
diff --git a/meson.build b/meson.build
index 852f6105..7c31b091 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.29.2.1'
+       version: '3.29.2.1'
 )
 
 # Importing modules
@@ -15,7 +15,7 @@ endif
 # Constants
 PACKAGE_URL = 'https://wiki.gnome.org/Apps/Music'
 PACKAGE_URL_BUG = 'https://gitlab.gnome.org/GNOME/gnome-music'
-PROJECT_RDNN_NAME='org.gnome.Music'
+PROJECT_RDNN_NAME = 'org.gnome.Music'
 
 PYTHON_DIR = join_paths(get_option('prefix'), python.sysconfig_path('purelib'))
 PKGDATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), PROJECT_RDNN_NAME)
@@ -91,4 +91,4 @@ configure_file(
 )
 
 meson.add_postconf_script('meson_post_conf.py')
-meson.add_install_script('meson_post_install.py')
\ No newline at end of file
+meson.add_install_script('meson_post_install.py')


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