build: Remove unused GConf schemas
https://bugzilla.gnome.org/show_bug.cgi?id=645704
This commit is contained in:
parent
995be4e6f0
commit
525209f294
4 changed files with 0 additions and 80 deletions
18
Makefile.am
18
Makefile.am
|
@ -3,14 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|||
SUBDIRS = po libgnome-control-center shell panels help
|
||||
DIST_SUBDIRS = po help shell panels libgnome-control-center
|
||||
|
||||
schemasdir = @GCONF_SCHEMA_FILE_DIR@
|
||||
schemas_in_files = gnome-control-center.schemas.in
|
||||
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
|
||||
@INTLTOOL_SCHEMAS_RULE@
|
||||
|
||||
CLEANFILES = \
|
||||
$(schemas_DATA)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
gnome-doc-utils.make
|
||||
|
||||
|
@ -34,7 +26,6 @@ MAINTAINERCLEANFILES = \
|
|||
`find "$(srcdir)" -type f -name Makefile.in -print`
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(schemas_in_files) \
|
||||
MAINTAINERS \
|
||||
gnome-doc-utils.make
|
||||
|
||||
|
@ -44,15 +35,6 @@ GITIGNOREFILES=m4 help/*/*.mo
|
|||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
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)/$$p >&1 > /dev/null; \
|
||||
done \
|
||||
fi
|
||||
endif
|
||||
|
||||
dist-hook:
|
||||
@if test -d "$(srcdir)/.git"; \
|
||||
then \
|
||||
|
|
12
configure.ac
12
configure.ac
|
@ -200,18 +200,6 @@ fi
|
|||
|
||||
AC_SUBST(GLIB_GENMARSHAL)
|
||||
|
||||
dnl ==============================================
|
||||
dnl Special GConf section
|
||||
dnl ==============================================
|
||||
|
||||
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
|
||||
|
||||
if test x"$GCONFTOOL" = xno; then
|
||||
AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
|
||||
fi
|
||||
|
||||
AM_GCONF_SOURCE_2
|
||||
|
||||
dnl =======================================
|
||||
dnl Panels
|
||||
dnl =======================================
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
<gconfschemafile>
|
||||
<schemalist>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/control-center/appearance/more_backgrounds_url</key>
|
||||
<applyto>/apps/control-center/appearance/more_backgrounds_url</applyto>
|
||||
<owner>control-center</owner>
|
||||
<type>string</type>
|
||||
<default>http://art.gnome.org/backgrounds/</default>
|
||||
<locale name="C">
|
||||
<short>More backgrounds URL</short>
|
||||
<long>
|
||||
URL for where to get more desktop backgrounds. If set to an
|
||||
empty string the link will not appear.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/control-center/appearance/more_themes_url</key>
|
||||
<applyto>/apps/control-center/appearance/more_themes_url</applyto>
|
||||
<owner>control-center</owner>
|
||||
<type>string</type>
|
||||
<default>http://art.gnome.org/themes/</default>
|
||||
<locale name="C">
|
||||
<short>More themes URL</short>
|
||||
<long>
|
||||
URL for where to get more desktop themes. If set to an
|
||||
empty string the link will not appear.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
<key>/schemas/apps/control-center/network/current_location</key>
|
||||
<applyto>/apps/control-center/network/current_location</applyto>
|
||||
<owner>control-center</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Current network location</short>
|
||||
<long>
|
||||
Set this to your current location name. This is used to
|
||||
determine the appropriate network proxy configuration.
|
||||
</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
||||
</gconfschemafile>
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
# Add files with translateable strings here.
|
||||
# Please keep this file sorted alphabetically.
|
||||
[encoding: UTF-8]
|
||||
gnome-control-center.schemas.in
|
||||
libgnome-control-center/cc-lockbutton.c
|
||||
libgnome-control-center/gconf-property-editor.c
|
||||
panels/background/gnome-background-panel.desktop.in.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue