]> git.ipfire.org Git - thirdparty/gettext.git/commit
hello-c-gnome3: Fix an error "Settings schema 'org.gnu.gettext.examples.hello' is...
authorBruno Haible <bruno@clisp.org>
Mon, 16 Dec 2024 13:58:07 +0000 (14:58 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Dec 2024 10:09:37 +0000 (11:09 +0100)
commite0e697a112d5b93a9bd9401ede24e9ad48e78649
tree581064fbe7c67284c7bce622a729832e7ef2aead
parentfa4fc7c697ca6dc5b53aa75022753406cb485c11
hello-c-gnome3: Fix an error "Settings schema 'org.gnu.gettext.examples.hello' is not installed".

* gettext-tools/examples/hello-c-gnome3/configure.ac: Invoke
gl_BUILD_TO_HOST_LOCALEDIR, gl_BUILD_TO_HOST_PKGDATADIR.
* gettext-tools/examples/hello-c-gnome3/Makefile.am (DEFS): Define also
PKGDATADIR.
(pkgdata_DATA): New variable.
* gettext-tools/examples/hello-c-gnome3/hello.c (main): Add PKGDATADIR to the
GSETTINGS_SCHEMA_DIR value.
gettext-tools/examples/hello-c-gnome3/Makefile.am
gettext-tools/examples/hello-c-gnome3/configure.ac
gettext-tools/examples/hello-c-gnome3/hello.c