From 63c512202b1758fcc7c00448415a44e1e770cc56 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 12 May 2007 20:08:58 +0000 Subject: [PATCH] [darcs-to-svn @ Move schemas to data/ and hide main window by default] svn path=/trunk/; revision=49 --- data/Makefile.am | 22 ++++++++++++++++++++- {libempathy-gtk => data}/empathy.schemas.in | 2 +- libempathy-gtk/Makefile.am | 22 +-------------------- 3 files changed, 23 insertions(+), 23 deletions(-) rename {libempathy-gtk => data}/empathy.schemas.in (99%) diff --git a/data/Makefile.am b/data/Makefile.am index 06f7e87a..a39621f3 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -25,9 +25,29 @@ autostart_in_files = empathy.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = empathy.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ + +if GCONF_SCHEMAS_INSTALL +install-data-local: + if test -z "$(DESTDIR)" ; then \ + for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ + done \ + fi +else +install-data-local: +endif + EXTRA_DIST = \ $(image_DATA) \ $(autostart_DATA) \ - $(profile_DATA) + $(profile_DATA) \ + $(schemas_in_files) \ + $(schemas_DATA) +DISTCLEANFILES = \ + $(schemas_DATA) diff --git a/libempathy-gtk/empathy.schemas.in b/data/empathy.schemas.in similarity index 99% rename from libempathy-gtk/empathy.schemas.in rename to data/empathy.schemas.in index 66de66d6..e58bad7c 100644 --- a/libempathy-gtk/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -65,7 +65,7 @@ /apps/empathy/ui/main_window_hidden empathy bool - false + true Hide main window diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index f2cf7ea6..1810fc4c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -52,28 +52,8 @@ dtd_DATA = \ gossip-status-presets.dtd \ gossip-contact-groups.dtd -schemasdir = $(GCONF_SCHEMA_FILE_DIR) -schemas_in_files = empathy.schemas.in -schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) -@INTLTOOL_SCHEMAS_RULE@ - -if GCONF_SCHEMAS_INSTALL -install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schemas_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ - done \ - fi -else -install-data-local: -endif EXTRA_DIST = \ $(glade_DATA) \ - $(dtd_DATA) \ - $(schemas_in_files) \ - $(schemas_DATA) - -DISTCLEANFILES = \ - $(schemas_DATA) + $(dtd_DATA) -- 2.39.2