[gcr/nielsdg/conflicting-files: 2/2] meson: Add API version in GETTEXT package




commit 2b393e1463e4a0b8ae7f49de3c77443c6a4a3bb2
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Jun 24 16:01:12 2022 +0200

    meson: Add API version in GETTEXT package
    
    That way, we don't conflict with the translations for gcr3

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0f14a690..d50575d6 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,7 @@ conf = configuration_data()
 conf.set_quoted('VERSION', meson.project_version())
 conf.set_quoted('LIBEXECDIR', libexecbindir)
 conf.set_quoted('LOCALEDIR', gcr_prefix / get_option('localedir'))
-conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+conf.set_quoted('GETTEXT_PACKAGE', gcr_basename)
 conf.set('HAVE_GETTEXT', true)
 conf.set('HAVE_LOCALE_H', cc.has_header('locale.h'))
 conf.set('HAVE_TIMEGM', cc.has_function('timegm'))


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