]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Rename gnome3 XML files shorter than 99
authorDaiki Ueno <ueno@gnu.org>
Thu, 24 Apr 2014 03:27:17 +0000 (12:27 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 24 Apr 2014 03:40:31 +0000 (12:40 +0900)
* 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.

gettext-tools/examples/Makefile.am
gettext-tools/examples/hello-c-gnome3/Makefile.am
gettext-tools/examples/hello-c-gnome3/hello.gresource.xml [moved from gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gresource.xml with 100% similarity]
gettext-tools/examples/hello-c-gnome3/hello.gschema.xml [moved from gettext-tools/examples/hello-c-gnome3/org.gnu.gettext.examples.hello.gschema.xml with 100% similarity]
gettext-tools/examples/hello-c-gnome3/po/POTFILES.in
gettext-tools/examples/po/Makefile.am

index 5014318cb3ae2103713f2903334277bea8b8006d..35ea4daf9c42878a7efb278633f365abfb0d7141 100644 (file)
@@ -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 \
index 512608a29c5b72b62332ac2f7b21e032cecbb9cb..613c7856c3d2b3f35a26d04e455360ecc024dac9 100644 (file)
@@ -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
index 83808dfb30ee466c7da1308a75759f1b14082bbe..6b9fd92cca289ddbcdef4911efcf4516627883d1 100644 (file)
@@ -5,5 +5,4 @@
 hello.c
 hello.desktop.in.in
 hello.ui
-org.gnu.gettext.examples.hello.gschema.xml
-
+hello.gschema.xml
index 59f811ce15e3ad86b3dfbf75327f3499be48bdda..9bd213f49f2cc886eddbd7bd90e0013cc92f860c 100644 (file)
@@ -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 \