Remove schema
authorMike Gorse <mgorse@suse.com>
Wed, 26 Sep 2012 23:48:24 +0000 (18:48 -0500)
committerMike Gorse <mgorse@suse.com>
Wed, 26 Sep 2012 23:48:24 +0000 (18:48 -0500)
Setting atk-bridge-location can cause problems on multilib builds and
should now be unnecessary since atk-bridge is installed into the normal
library path. No other keys were present in the schema, so removing it.

Makefile.am
configure.ac
schemas/Makefile.am [deleted file]
schemas/org.a11y.atspi.gschema.xml.in [deleted file]

index da531c4..34dd6e6 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=dbind droute atk-adaptor schemas
+SUBDIRS=dbind droute atk-adaptor
 
 gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/
 gtk_modules_DATA = at-spi2-atk.desktop
index 08e9b59..0fdad14 100644 (file)
@@ -108,7 +108,6 @@ AC_CONFIG_FILES([Makefile
                 atk-adaptor/Makefile
                 atk-adaptor/adaptors/Makefile
                 atk-adaptor/gtk-2.0/Makefile
-                 schemas/Makefile
                ])
 
 AC_OUTPUT
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
deleted file mode 100644 (file)
index 116a81c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-gsettings_SCHEMAS = org.a11y.atspi.gschema.xml
-
-org.a11y.atspi.gschema.xml: org.a11y.atspi.gschema.xml.in Makefile
-       $(AM_V_GEN) sed -e "s|@libdir[@]|$(libdir)|" $< > $@
-
-CLEANFILES = org.a11y.atspi.gschema.xml
-
-@GSETTINGS_RULES@
-
-EXTRA_DIST = \
-       $(gsettings_SCHEMAS) \
-       $(patsubst %,%.in,$(gsettings_SCHEMAS))
diff --git a/schemas/org.a11y.atspi.gschema.xml.in b/schemas/org.a11y.atspi.gschema.xml.in
deleted file mode 100644 (file)
index 765870b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<schemalist>
-       <schema id="org.a11y.atspi" path="/org/a11y/atspi/">
-    <key name="atk-bridge-location" type="ay">
-      <default>b'@libdir@/gtk-3.0/modules/libatk-bridge.so'</default>
-      <summary>Atk-bridge location</summary>
-      <description>The path to the atk-bridge module; useful for non-GTK applications/toolkits that want to load it.</description>
-    </key>
-  </schema>
-</schemalist>