]> git.ipfire.org Git - thirdparty/gettext.git/commit
New example 'hello-c++-gnome3'.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Dec 2024 18:04:47 +0000 (19:04 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 18 Dec 2024 18:31:54 +0000 (19:31 +0100)
commite18edc579f1c99a2ca8b54678287b229c4074da5
tree22b28cde1e547fb4c0b6f6fc203b70fdacb48137
parent78bd04f314906245a86f01ddfb408bf2a2e58c2a
New example 'hello-c++-gnome3'.

* gettext-tools/examples/hello-c++-gnome3: New directory, based on
gettext-tools/examples/hello-c-gnome3.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Update.
* gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS,
SMALLPOFILES_FOR_lang): Update.
* gettext-tools/examples/README: Update.
* gettext-tools/examples/check-examples: Handle this directory as well.
* NEWS: Mention the new example.
* HACKING: Mention the gtkmm dependency.
20 files changed:
HACKING
NEWS
gettext-tools/examples/Makefile.am
gettext-tools/examples/README
gettext-tools/examples/check-examples
gettext-tools/examples/hello-c++-gnome3/INSTALL [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/README [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/autoclean.sh [new file with mode: 0755]
gettext-tools/examples/hello-c++-gnome3/autogen.sh [new file with mode: 0755]
gettext-tools/examples/hello-c++-gnome3/configure.ac [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/hello.cc [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/hello.desktop.in.in [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/hello.gresource.xml [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/hello.ui [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/m4/Makefile.am [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/po/LINGUAS [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/po/Makevars [new file with mode: 0644]
gettext-tools/examples/hello-c++-gnome3/po/POTFILES.in [new file with mode: 0644]
gettext-tools/examples/po/Makefile.am