]> git.ipfire.org Git - thirdparty/gettext.git/commit
hello-c-gnome3: Add a simpler "hello world" program.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Dec 2024 10:14:29 +0000 (11:14 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 18 Dec 2024 17:57:52 +0000 (18:57 +0100)
commit825d8d346fa77f8d6291785bf27e769caedc64fd
tree32da89de285d09b0851e55087c811ee03b8fb7ca
parentef17fc5ab2dc679fd57760cee48138306f8393ab
hello-c-gnome3: Add a simpler "hello world" program.

* gettext-tools/examples/hello-c-gnome3/README: New file.
* gettext-tools/examples/hello-c-gnome3/hello2.c: New file, based on
gettext-tools/examples/hello-c-gnome3/hello.c.
* gettext-tools/examples/hello-c-gnome3/hello2.desktop.in.in: New file, based on
gettext-tools/examples/hello-c-gnome3/hello.desktop.in.in.
* gettext-tools/examples/hello-c-gnome3/hello2.gresource.xml: New file, based on
gettext-tools/examples/hello-c-gnome3/hello.gresource.xml.
* gettext-tools/examples/hello-c-gnome3/hello2.ui: Renamed from
gettext-tools/examples/hello-c-gnome3/hello.ui.
* gettext-tools/examples/hello-c-gnome3/hello2.gschema.xml: New file, based on
gettext-tools/examples/hello-c-gnome3/hello.gschema.xml.
* gettext-tools/examples/hello-c-gnome3/hello.c: Greatly simplified.
* gettext-tools/examples/hello-c-gnome3/hello.ui: Use an <object> element
instead of a <template> element.
* gettext-tools/examples/hello-c-gnome3/hello.gschema.xml: Remove file.
* gettext-tools/examples/hello-c-gnome3/Makefile.am (bin_PROGRAMS): Add hello2.
(hello-resources.c): Renamed from resources.c.
(hello2_SOURCES): New variable.
(hello2-resources.c): New target.
(desktop_DATA): Add hello2.desktop.
(hello2.desktop.in, hello2.desktop): New targets.
(BUILT_SOURCES, CLEANFILES, MAINTAINERCLEANFILES): Update.
(EXTRA_DIST): Remove hello.gschema.xml. Add hello2.desktop.in.in,
hello2.desktop.in, hello2.gresource.xml, hello2.ui, hello2.gschema.xml.
* gettext-tools/examples/hello-c-gnome3/po/POTFILES.in: Update.
* gettext-tools/examples/hello-c-gnome3/autoclean.sh: Update.
* gettext-tools/examples/Makefile.am (EXAMPLESFILES): Update.
* gettext-tools/examples/po/Makefile.am (POTFILES): Update.
13 files changed:
gettext-tools/examples/Makefile.am
gettext-tools/examples/hello-c-gnome3/Makefile.am
gettext-tools/examples/hello-c-gnome3/README [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/autoclean.sh
gettext-tools/examples/hello-c-gnome3/hello.c
gettext-tools/examples/hello-c-gnome3/hello.ui
gettext-tools/examples/hello-c-gnome3/hello2.c [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello2.desktop.in.in [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello2.gresource.xml [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/hello2.gschema.xml [moved from gettext-tools/examples/hello-c-gnome3/hello.gschema.xml with 88% similarity]
gettext-tools/examples/hello-c-gnome3/hello2.ui [new file with mode: 0644]
gettext-tools/examples/hello-c-gnome3/po/POTFILES.in
gettext-tools/examples/po/Makefile.am