summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-04-06 15:53:35 -0400
committerMike Gorse <mgorse@novell.com>2010-04-06 15:53:35 -0400
commit4880e06b924e7f24b093c2e697d493d7c9fcb3f3 (patch)
treeb5d77473db8f0e13f08e458b1855d33dfb4fafa3
parent25615f522151686f2ebe1823921e6908dbcd1e19 (diff)
downloadat-spi2-atk-4880e06b924e7f24b093c2e697d493d7c9fcb3f3.tar.gz
Really add the schema, and some related autoconf/automake fixes
-rw-r--r--.gitignore2
-rw-r--r--Makefile.am6
-rw-r--r--at-spi2.schemas.in28
-rw-r--r--configure.ac1
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