2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@altair-voyager.(none)>
Sun, 5 Jul 2009 10:42:13 +0000 (11:42 +0100)
committerMark Doffman <mdoff@altair-voyager.(none)>
Sun, 5 Jul 2009 10:42:13 +0000 (11:42 +0100)
        Add pkgconfig files for the dbind and droute libraries.

INSTALL
Makefile.am
configure.ac
pkgconfig/Makefile.am [new file with mode: 0644]
pkgconfig/dbind-0.1-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/dbind-0.1.pc.in [new file with mode: 0644]
pkgconfig/droute-0.1-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/droute-0.1.pc.in [new file with mode: 0644]
registryd/Makefile.am
xml/Accessibility.xml

diff --git a/INSTALL b/INSTALL
index cbe9e7b..54c3246 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,13 @@
 Install procedure
 -----------------
 
-        % gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sources
-        % cd at-spi-1.9.0                           # change to the toplevel directory
-        % ./configure                               # run the `configure' script
-        % make                                      # build at-spi
+        % gzip -cd at-spi-core-2.0.0.tar.gz | tar xvf -  # unpack the sources
+        % cd at-spi-core-2.0.0                           # change to the toplevel directory
+        % ./configure                                    # run the `configure' script
+        % make                                           # build at-spi-core
 
         [ Become root if necessary ]
-        % make install                              # install at-spi
+        % make install                                   # install at-spi-core
 
 Requirements
 ------------
index b9b105c..f5f8edb 100644 (file)
@@ -1,5 +1,3 @@
-SUBDIRS=xml tools dbind droute registryd
+SUBDIRS=pkgconfig xml tools dbind droute registryd
 
 ACLOCAL_AMFLAGS=-I m4
-
-pkgconfigdir = $(libdir)/pkgconfig
index 6501bf5..0295491 100644 (file)
@@ -140,6 +140,11 @@ CPPFLAGS=$orig_CPPFLAGS
 AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
 AC_CONFIG_FILES([Makefile
+                 pkgconfig/dbind-0.1.pc
+                 pkgconfig/dbind-0.1-uninstalled.pc
+                 pkgconfig/droute-0.1.pc
+                 pkgconfig/droute-0.1-uninstalled.pc
+                 pkgconfig/Makefile
                 xml/Makefile
                 tools/Makefile
                 droute/Makefile
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
new file mode 100644 (file)
index 0000000..efba9ff
--- /dev/null
@@ -0,0 +1,3 @@
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = dbind-0.1.pc droute-0.1.pc
+EXTRA_DIST = dbind-0.1.pc droute-0.1.pc
diff --git a/pkgconfig/dbind-0.1-uninstalled.pc.in b/pkgconfig/dbind-0.1-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..8eedc1f
--- /dev/null
@@ -0,0 +1,8 @@
+top_builddir=@top_builddir@
+
+Name: dbind (Uninstalled)
+Description: Client side bindings helper library for libdbus
+Requires: libdbus-1.0
+Version: @DBIND_VERSION@
+Libs: ${top_builddir}/dbind/libdbind.la
+Cflags: -I${top_builddir} @DBUS_CFLAGS@
diff --git a/pkgconfig/dbind-0.1.pc.in b/pkgconfig/dbind-0.1.pc.in
new file mode 100644 (file)
index 0000000..d26ae30
--- /dev/null
@@ -0,0 +1,9 @@
+prefix=@prefix@
+includedir=@includedir@
+
+Name: dbind
+Description: Client side bindings helper library for libdbus
+Requires: libdbus-1.0
+Version: @DBIND_VERSION@
+Libs: -ldbind
+Cflags: -I${includedir}/dbind-@DBIND_VERSION@ @DBUS_CFLAGS@
diff --git a/pkgconfig/droute-0.1-uninstalled.pc.in b/pkgconfig/droute-0.1-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..825a142
--- /dev/null
@@ -0,0 +1,8 @@
+top_builddir=@top_builddir@
+
+Name: droute (Uninstalled)
+Description: Server side bindings helper library for libdbus
+Requires: libdbus-1.0
+Version: @DROUTE_VERSION@
+Libs: ${top_builddir}/droute/libdroute.la
+Cflags: -I${top_builddir} @DBUS_CFLAGS@
diff --git a/pkgconfig/droute-0.1.pc.in b/pkgconfig/droute-0.1.pc.in
new file mode 100644 (file)
index 0000000..0a69ab0
--- /dev/null
@@ -0,0 +1,9 @@
+prefix=@prefix@
+includedir=@includedir@
+
+Name: droute
+Description: Server side bindings helper library for libdbus
+Requires: libdbus-1.0
+Version: @DROUTE_VERSION@
+Libs: -ldroute
+Cflags: -I${includedir}/droute-@DROUTE_VERSION@ @DBUS_CFLAGS@
index 254216f..39ffb0a 100644 (file)
@@ -22,7 +22,7 @@ at_spi_registryd_SOURCES =    \
        de-marshaller.c         \
        de-types.h              \
        keymasks.h              \
-       paths.hi                \
+       paths.h                 \
        registry-main.c         \
        registry.c              \
        registry.h              \
index 7c8f3f8..b7ad9c7 100644 (file)
@@ -25,7 +25,6 @@
   Accessibility::Hypertext\n
   Accessibility::Image\n
   Accessibility::Selection\n
-  Accessibility::StreamableContent\n
   Accessibility::Table\n
   Accessibility::Text\n
   Accessibility::EditableText\n
@@ -76,7 +75,6 @@
 <xi:include href="org.freedesktop.atspi.Hyperlink.xml"/>
 <xi:include href="org.freedesktop.atspi.Image.xml"/>
 <xi:include href="org.freedesktop.atspi.Selection.xml"/>
-<xi:include href="org.freedesktop.atspi.StreamableContent.xml"/>
 <xi:include href="org.freedesktop.atspi.Table.xml"/>
 <xi:include href="org.freedesktop.atspi.Text.xml"/>
 <xi:include href="org.freedesktop.atspi.Tree.xml"/>
@@ -97,6 +95,4 @@
 <xi:include href="org.freedesktop.atspi.DeviceEventListener.xml"/>
 <xi:include href="org.freedesktop.atspi.Relation.xml"/>
 <xi:include href="org.freedesktop.atspi.Role.xml"/>
-<xi:include href="org.freedesktop.atspi.LoginHelper.xml"/>
-<xi:include href="org.freedesktop.atspi.Selector.xml"/>
 </tp:spec>