From: Daiki Ueno Date: Thu, 24 Apr 2014 03:27:17 +0000 (+0900) Subject: examples: Rename gnome3 XML files shorter than 99 X-Git-Tag: v0.19~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7880eb189254a73b2ad5aa836768b09d529311fa;p=thirdparty%2Fgettext.git examples: Rename gnome3 XML files shorter than 99 * gettext-tools/examples/hello-c-gnome3/hello.gresource.xml: Rename from org.gnu.gettext.examples.hello.gresource.xml. * gettext-tools/examples/hello-c-gnome3/hello-gschema.xml: Rename from org.gnu.gettext.examples.hello.gschema.xml. * gettext-tools/examples/hello-c-gnome3/po/POTFILES.in: Adjust the file name change. * gettext-tools/examples/hello-c-gnome3/po/Makefile.am: Adjust the file name change. * gettext-tools/examples/Makefile.am: Adjust the file name change. * gettext-tools/examples/po/Makefile.am: Adjust the file name change. --- diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 5014318cb..35ea4daf9 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -56,8 +56,8 @@ EXAMPLESFILES = \ hello-c-gnome3/autoclean.sh \ hello-c-gnome3/hello.c \ hello-c-gnome3/hello.desktop.in.in \ - hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml \ - hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml \ + hello-c-gnome3/hello.gschema.xml \ + hello-c-gnome3/hello.gresource.xml \ hello-c-gnome3/hello.ui \ hello-c-gnome3/Makefile.am \ hello-c-gnome3/configure.ac \ diff --git a/gettext-tools/examples/hello-c-gnome3/Makefile.am b/gettext-tools/examples/hello-c-gnome3/Makefile.am index 512608a29..613c7856c 100644 --- a/gettext-tools/examples/hello-c-gnome3/Makefile.am +++ b/gettext-tools/examples/hello-c-gnome3/Makefile.am @@ -28,11 +28,11 @@ LDADD = $(GTK_LIBS) @LIBINTL@ BUILT_SOURCES = gschemas.compiled resources.c # Compile GSettings schema. -gschemas.compiled: org.gnu.gettext.examples.hello.gschema.xml +gschemas.compiled: hello.gschema.xml $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) . # Compile assets into a C source and link it with the application. -resources.c: org.gnu.gettext.examples.hello.gresource.xml hello.ui +resources.c: hello.gresource.xml hello.ui $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $< --target=$@ \ --sourcedir=$(srcdir) --generate-source @@ -52,5 +52,5 @@ CLEANFILES = $(BUILT_SOURCES) hello.desktop.in $(desktop_DATA) # Additional files to be distributed. EXTRA_DIST = autogen.sh autoclean.sh hello.ui hello.desktop.in.in \ - org.gnu.gettext.examples.hello.gschema.xml \ - org.gnu.gettext.examples.hello.gresource.xml + hello.gschema.xml \ + hello.gresource.xml diff --git a/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml b/gettext-tools/examples/hello-c-gnome3/hello.gresource.xml similarity index 100% rename from gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml rename to gettext-tools/examples/hello-c-gnome3/hello.gresource.xml diff --git a/gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml b/gettext-tools/examples/hello-c-gnome3/hello.gschema.xml similarity index 100% rename from gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml rename to gettext-tools/examples/hello-c-gnome3/hello.gschema.xml diff --git a/gettext-tools/examples/hello-c-gnome3/po/POTFILES.in b/gettext-tools/examples/hello-c-gnome3/po/POTFILES.in index 83808dfb3..6b9fd92cc 100644 --- a/gettext-tools/examples/hello-c-gnome3/po/POTFILES.in +++ b/gettext-tools/examples/hello-c-gnome3/po/POTFILES.in @@ -5,5 +5,4 @@ hello.c hello.desktop.in.in hello.ui -org.gnu.gettext.examples.hello.gschema.xml - +hello.gschema.xml diff --git a/gettext-tools/examples/po/Makefile.am b/gettext-tools/examples/po/Makefile.am index 59f811ce1..9bd213f49 100644 --- a/gettext-tools/examples/po/Makefile.am +++ b/gettext-tools/examples/po/Makefile.am @@ -24,7 +24,7 @@ POTFILES = \ hello-c-gnome/hello.c \ hello-c-gnome3/hello.c \ hello-c-gnome3/hello.desktop.in.in \ - hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml \ + hello-c-gnome3/hello.gschema.xml \ hello-c-gnome3/hello.ui \ hello-c++/hello.cc \ hello-c++-qt/hello.cc \