[at-spi2-atk] Really add the schema, and some related autoconf/automake fixes



commit 4880e06b924e7f24b093c2e697d493d7c9fcb3f3
Author: Mike Gorse <mgorse novell com>
Date:   Tue Apr 6 15:53:35 2010 -0400

    Really add the schema, and some related autoconf/automake fixes

 .gitignore         |    2 +-
 Makefile.am        |    6 ++++++
 at-spi2.schemas.in |   28 ++++++++++++++++++++++++++++
 configure.ac       |    1 +
 4 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4445c47..5f797c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.in
+Makefile.in
 *Makefile
 ChangeLog
 *.pyc
diff --git a/Makefile.am b/Makefile.am
index 504a978..9fb6883 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
index 0000000..7872a47
--- /dev/null
+++ b/at-spi2.schemas.in
@@ -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>
diff --git a/configure.ac b/configure.ac
index e732316..8bc43f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,6 +117,7 @@ AC_CONFIG_FILES([Makefile
 		 common/Makefile
 		 atk-adaptor/Makefile
 		 atk-adaptor/adaptors/Makefile
+		 po/Makefile.in
 		])
 
 AC_OUTPUT



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