[gnome-panel/wip/3.0-freeze-break] panel: Drop GConf schemas
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/3.0-freeze-break] panel: Drop GConf schemas
- Date: Fri, 25 Mar 2011 22:11:34 +0000 (UTC)
commit 7cec528cadc04ce82c266027c183cbccae62d845
Author: Vincent Untz <vuntz gnome org>
Date: Fri Mar 25 23:10:06 2011 +0100
panel: Drop GConf schemas
Woohoo!
gnome-panel/Makefile.am | 32 --
gnome-panel/panel-compatibility.schemas | 546 -------------------------------
gnome-panel/panel-default-setup.entries | 429 ------------------------
gnome-panel/panel-general.schemas.in | 111 -------
gnome-panel/panel-global.schemas.in | 269 ---------------
gnome-panel/panel-object.schemas.in | 243 --------------
gnome-panel/panel-toplevel.schemas.in | 431 ------------------------
7 files changed, 0 insertions(+), 2061 deletions(-)
---
diff --git a/gnome-panel/Makefile.am b/gnome-panel/Makefile.am
index eed9ec4..9e91b77 100644
--- a/gnome-panel/Makefile.am
+++ b/gnome-panel/Makefile.am
@@ -236,48 +236,16 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
-entriesdir = $(GCONF_SCHEMA_FILE_DIR)
-entries_DATA = panel-default-setup.entries
-
-schemasdir = $(GCONF_SCHEMA_FILE_DIR)
-schemas_in_files = \
- panel-global.schemas.in \
- panel-general.schemas.in \
- panel-toplevel.schemas.in \
- panel-object.schemas.in
-schemas_DATA = panel-compatibility.schemas $(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 $(top_builddir)/gnome-panel/$$p ; \
- done ; \
- $(GCONFTOOL) --direct --config-source=$(GCONF_SCHEMA_CONFIG_SOURCE) --load $(srcdir)/panel-default-setup.entries ; \
- $(GCONFTOOL) --direct --config-source=$(GCONF_SCHEMA_CONFIG_SOURCE) --load $(srcdir)/panel-default-setup.entries /apps/panel ; \
- fi
-uninstall-local:
- for p in $(schema_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(top_builddir)/applets/ngome-panel/$$p ; \
- done
-endif
-
EXTRA_DIST = \
$(ui_DATA) \
nothing.cP \
nothing.h \
- $(schemas_in_files) \
- panel-compatibility.schemas \
panel-marshal.list \
- $(entries_DATA) \
$(desktop_in_files) \
gnome-panel-add.in
CLEANFILES = \
$(BUILT_SOURCES) \
- $(schemas_in_files:.schemas.in=.schemas) \
$(sys_DATA) \
$(desktop_DATA) \
gnome-panel-add
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]