[gnome-dictionary/ebassi/merge-gdict: 7/7] Clean the project() preamble
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/ebassi/merge-gdict: 7/7] Clean the project() preamble
- Date: Thu, 24 Sep 2020 15:54:19 +0000 (UTC)
commit 350c9c649f67e31319c56f817705973267459e9e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Sep 23 16:10:28 2020 +0100
Clean the project() preamble
Use the appropriate indentation, and specify the project license using
an SPDX license identifier.
meson.build | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index 15e7adb..b0ddecd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,13 @@
-project('gnome-dictionary', 'c', version: '40.alpha',
- default_options: [
- 'buildtype=debugoptimized',
- 'c_std=c99',
- 'warning_level=1',
- ],
- license: 'GPLv2+',
- meson_version: '>= 0.54.0')
+project('gnome-dictionary', 'c',
+ version: '40.alpha',
+ default_options: [
+ 'buildtype=debugoptimized',
+ 'c_std=c99',
+ 'warning_level=1',
+ ],
+ license: 'GPL-2.0-or-later',
+ meson_version: '>= 0.54.0',
+)
gdict_version = meson.project_version().split('.')
gdict_major_version = gdict_version[0].to_int()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]