Really add the schema, and some related autoconf/automake fixes
authorMike Gorse <mgorse@novell.com>
Tue, 6 Apr 2010 19:53:35 +0000 (15:53 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 6 Apr 2010 19:53:35 +0000 (15:53 -0400)
.gitignore
Makefile.am
at-spi2.schemas.in [new file with mode: 0644]
configure.ac

index 4445c47..5f797c5 100644 (file)
@@ -1,4 +1,4 @@
-*.in
+Makefile.in
 *Makefile
 ChangeLog
 *.pyc
index 504a978..9fb6883 100644 (file)
@@ -15,3 +15,9 @@ install-data-local:
 else
 install-data-local:
 endif
+
+EXTRA_DIST = \
+       $(schemas_in_files)
+
+CLEANFILES = \
+       $(schemas_data)
diff --git a/at-spi2.schemas.in b/at-spi2.schemas.in
new file mode 100644 (file)
index 0000000..7872a47
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+  <schemalist>
+    <schema>
+      <key>/schemas/apps/gnome_settings_daemon/gtk-modules/gail:atk-bridge</key>
+      <applyto>/apps/gnome_settings_daemon/gtk-modules/gail:atk-bridge</applyto>
+      <owner>gnome</owner>
+      <type>string</type>
+      <default>/desktop/gnome/interface/accessibility</default>
+      <locale name="C">
+        <short>GTK+ modules for accessibility support</short>
+        <long>This key determines the GTK+ modules to load for accessibility
+support.</long>
+      </locale>
+    </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/interface/at-spi-dbus</key>
+      <applyto>/desktop/gnome/interface/at-spi-dbus</applyto>
+      <owner>gnome</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>Enable DBus-based AT-SPI infrastructure</short>
+        <long>In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated.  It is ignored if the DBus-based AT-SPI infrastructure has not been relocated.</long>
+      </locale>
+    </schema>
+  </schemalist>
+</gconfschemafile>
index e732316..8bc43f0 100644 (file)
@@ -117,6 +117,7 @@ AC_CONFIG_FILES([Makefile
                 common/Makefile
                 atk-adaptor/Makefile
                 atk-adaptor/adaptors/Makefile
+                po/Makefile.in
                ])
 
 AC_OUTPUT