gnome-session r4568 - in branches/new-gnome-session: . data gnome-session po



Author: lucasr
Date: Tue Feb 19 14:40:54 2008
New Revision: 4568
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4568&view=rev

Log:
2008-02-19  Lucas Rocha,,,  <lucasr coltrane>

	* data/Makefile.am: added autotools bits for GConf schemas.
	* gnome-session/gsm.schemas: moved schemas file to "data" directory as
	gnome-session.schemas.in.


Added:
   branches/new-gnome-session/data/gnome-session.schemas.in
      - copied unchanged from r4567, /branches/new-gnome-session/gnome-session/gsm.schemas
Removed:
   branches/new-gnome-session/gnome-session/gsm.schemas
Modified:
   branches/new-gnome-session/ChangeLog
   branches/new-gnome-session/data/Makefile.am
   branches/new-gnome-session/po/POTFILES.in

Modified: branches/new-gnome-session/data/Makefile.am
==============================================================================
--- branches/new-gnome-session/data/Makefile.am	(original)
+++ branches/new-gnome-session/data/Makefile.am	Tue Feb 19 14:40:54 2008
@@ -5,6 +5,22 @@
 	metacity.desktop			\
 	nautilus.desktop
 
+ INTLTOOL_SCHEMAS_RULE@
+
+schemas_in_files = gnome-session.schemas.in
+schemasdir = $(GCONF_SCHEMA_FILE_DIR)
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+
+install-data-local:
+if GCONF_SCHEMAS_INSTALL
+	if test -z "$(DESTDIR)" ; then \
+	for p in $(schemas_DATA) ; do \
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p >&1 > /dev/null; \
+	done \
+	fi
+endif
+
 EXTRA_DIST =					\
 	README					\
+	$(schemas_in_files)			\
 	$(default_session_DATA)

Modified: branches/new-gnome-session/po/POTFILES.in
==============================================================================
--- branches/new-gnome-session/po/POTFILES.in	(original)
+++ branches/new-gnome-session/po/POTFILES.in	Tue Feb 19 14:40:54 2008
@@ -1,4 +1,5 @@
 compat/at-spi-registryd-wrapper.c
+data/gnome-session.schemas.in
 egg/eggdesktopfile.c
 egg/eggsmclient.c
 egg/eggsmclient-libgnomeui.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]