fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Feb 22 07:50:12 UTC 2024
meson.build | 2 ++
po-conf/meson.build | 4 ++--
po/meson.build | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 652bd6d1e8efdd5f074fea2f961e0a9a8e518ebb
Author: Akira TAGOH <akira at tagoh.org>
Date: Thu Feb 22 16:35:49 2024 +0900
meson.build: Add missing --msgid-bugs-address
diff --git a/meson.build b/meson.build
index 08d9532..05fd7d1 100644
--- a/meson.build
+++ b/meson.build
@@ -43,6 +43,8 @@ if not expat_dep.found()
endif
i18n = import('i18n')
+gettext_args = [ '--msgid-bugs-address=https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new' ]
+
pkgmod = import('pkgconfig')
python3 = import('python').find_installation()
diff --git a/po-conf/meson.build b/po-conf/meson.build
index 5cea343..0fba329 100644
--- a/po-conf/meson.build
+++ b/po-conf/meson.build
@@ -1,3 +1,3 @@
i18n.gettext(meson.project_name() + '-conf',
- args: '--directory=' + meson.project_source_root()
+ args: gettext_args + ['--directory=' + meson.project_source_root()]
)
diff --git a/po/meson.build b/po/meson.build
index 5c2a39e..3cc3309 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,3 @@
i18n.gettext(meson.project_name(),
- args: '--directory=' + meson.project_source_root()
+ args: gettext_args + ['--directory=' + meson.project_source_root()]
)
commit b61a99ce4a4d4ecd2085d2150ee9f08cda8a3ffb
Author: Akira TAGOH <akira at tagoh.org>
Date: Thu Feb 22 16:11:52 2024 +0900
meson.build: Fix a typo in POT names
diff --git a/po-conf/meson.build b/po-conf/meson.build
index 5c2a39e..5cea343 100644
--- a/po-conf/meson.build
+++ b/po-conf/meson.build
@@ -1,3 +1,3 @@
-i18n.gettext(meson.project_name(),
+i18n.gettext(meson.project_name() + '-conf',
args: '--directory=' + meson.project_source_root()
)
diff --git a/po/meson.build b/po/meson.build
index 5cea343..5c2a39e 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,3 @@
-i18n.gettext(meson.project_name() + '-conf',
+i18n.gettext(meson.project_name(),
args: '--directory=' + meson.project_source_root()
)
More information about the Fontconfig
mailing list