From 26be72d070176b63402c8a7f4b69a5b51e68063d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 21 Feb 2023 10:02:55 +0000 Subject: [PATCH] meson: Use flatpak in all-lower-case as the machine-readable project name The Meson project name is more like Autotools PACKAGE_TARNAME, and in particular is used in the name of the dist tarball. Signed-off-by: Simon McVittie --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b52db089..5934234a 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later project( - 'Flatpak', + 'flatpak', 'c', version : '1.15.2', default_options: [ @@ -307,7 +307,7 @@ cdata.set('PACKAGE_MICRO_VERSION', flatpak_micro_version) cdata.set('PACKAGE_EXTRA_VERSION', flatpak_extra_version) cdata.set_quoted( 'PACKAGE_STRING', - '@0@ @1@'.format(meson.project_name(), meson.project_version()), + 'Flatpak @0@'.format(meson.project_version()), ) cdata.set_quoted('PACKAGE_VERSION', meson.project_version()) cdata.set_quoted(