diff --git a/ChangeLog b/ChangeLog index f46c8defb..c75ce5868 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-05 Bastien Nocera + + * src/50-metacity-desktop-key.xml.in: + * src/50-metacity-key.xml.in: + * src/Makefile.am: + Add new control-center key bindings definitions (Closes: #420145) + 2007-04-04 Elijah Newren * configure.in: post-release bump to 2.19.2. diff --git a/po/ChangeLog b/po/ChangeLog index fa977073d..906bceee5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-04-05 Bastien Nocera + + * POTFILES.in: add the XML keys definitions to the list + 2007-04-05 Raivis Dejus * lv.po: Updated Latvian Translation. diff --git a/po/POTFILES.in b/po/POTFILES.in index 63d83c185..396148bae 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,7 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. +src/50-metacity-desktop-key.xml.in +src/50-metacity-key.xml.in src/tools/metacity-message.c src/delete.c src/display.c diff --git a/src/50-metacity-desktop-key.xml.in b/src/50-metacity-desktop-key.xml.in new file mode 100644 index 000000000..dbd5d75a6 --- /dev/null +++ b/src/50-metacity-desktop-key.xml.in @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/src/50-metacity-key.xml.in b/src/50-metacity-key.xml.in new file mode 100644 index 000000000..3ce4fe87a --- /dev/null +++ b/src/50-metacity-key.xml.in @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Makefile.am b/src/Makefile.am index 4815aa4cf..40b349edf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -161,6 +161,12 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_in_files = metacity.schemas.in schema_DATA = $(schema_in_files:.schemas.in=.schemas) +@INTLTOOL_XML_NOMERGE_RULE@ + +xmldir = $(datadir)/control-center/keybindings +xml_in_files = 50-metacity-desktop-key.xml.in 50-metacity-key.xml.in +xml_DATA = $(xml_in_files:.xml.in=.xml) + @INTLTOOL_SCHEMAS_RULE@ if GCONF_SCHEMAS_INSTALL @@ -177,7 +183,7 @@ VARIABLES=default_icon_data $(srcdir)/default_icon.png \ stock_delete_data $(srcdir)/stock_delete.png BUILT_SOURCES = inlinepixbufs.h -CLEANFILES = inlinepixbufs.h metacity.desktop metacity.schemas +CLEANFILES = inlinepixbufs.h metacity.desktop metacity.schemas 50-metacity-desktop-key.xml 50-metacity-key.xml inlinepixbufs.h: $(IMAGES) $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h @@ -190,4 +196,6 @@ EXTRA_DIST=$(desktopfiles_files) \ $(IMAGES) $(schema_DATA) \ $(desktopfiles_in_files) \ $(schema_in_files) \ + $(xml_in_files) \ libmetacity-private.pc.in +