Author: randy Date: 2007-07-09 11:07:39 -0600 (Mon, 09 Jul 2007) New Revision: 6865
Added: trunk/BOOK/general/genlib/dbus-bindings.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Created a D-Bus Bindings page and added the GLib bindings; other D-Bus bindings will be added to the same page as they are developed Added: trunk/BOOK/general/genlib/dbus-bindings.xml =================================================================== --- trunk/BOOK/general/genlib/dbus-bindings.xml (rev 0) +++ trunk/BOOK/general/genlib/dbus-bindings.xml 2007-07-09 17:07:39 UTC (rev 6865) @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz"> + <!ENTITY dbus-glib-download-ftp " "> + <!ENTITY dbus-glib-md5sum "0923d825a0aff2e4eb23338b630286fb"> + <!ENTITY dbus-glib-size "654 KB"> + <!ENTITY dbus-glib-buildsize "9 MB"> + <!ENTITY dbus-glib-time "0.2 SBU"> + + <!-- All the other bindings info should be here as well --> +]> + +<sect1 id="dbus-bindings" xreflabel="D-Bus Bindings"> + <?dbhtml filename="dbus-bindings.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>D-Bus Bindings</title> + + <indexterm zone="dbus-bindings"> + <primary sortas="a-dbus-bindings">D-Bus Bindings</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to D-Bus Bindings</title> + + <para>The <application>D-Bus Bindings</application> are a group of packages + that contain programming language and platform interfaces to the D-Bus API. + This is useful for programmers to easily interface D-Bus with their + supported platform or language of choice. Some non-D-Bus packages will + require one or more of the Bindings packages in order to build + successfully.</para> + + <para>Only the D-Bus GLib Bindings are included on this page for now. + Other language bindings will be added soon. Until then, see the <ulink + url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus + Bindings</ulink> page for information.</para> + + </sect2> + + <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;"> + <title>D-Bus GLib Bindings</title> + + <indexterm zone="dbus-glib"> + <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary> + </indexterm> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &dbus-glib-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &dbus-glib-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &dbus-glib-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &dbus-glib-time;</para> + </listitem> + </itemizedlist> + + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Required patch: <ulink + url="&patch-root;/dbus-glib-&dbus-glib-version;-patch_name-patch_version.patch"/></para> + </listitem> + </itemizedlist> --> + + <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="dbus"/> and + <xref linkend="expat"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/dbus-glib"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of D-Bus GLib Bindings</title> + + <para>Install <application>D-Bus GLib Bindings</application> by running the + following commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../../xincludes/gtk-doc-rebuild.xml"/> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>dbus-binding-tool</seg> + <seg>libdbus-glib-1.{so,a}</seg> + <seg>/usr/share/gtk-doc/html/dbus-glib</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="glib-dbus-binding-tool"> + <term><command>dbus-binding-tool</command></term> + <listitem> + <para>is a tool used to interface with the D-Bus API.</para> + <indexterm zone="dbus-glib glib-dbus-binding-tool"> + <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libdbus-glib-1"> + <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term> + <listitem> + <para>contains <application>GLib</application> interface functions + to the D-Bus API.</para> + <indexterm zone="dbus-glib libdbus-glib-1"> + <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/dbus-bindings.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Id Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2007-07-09 01:12:03 UTC (rev 6864) +++ trunk/BOOK/general/genlib/genlib.xml 2007-07-09 17:07:39 UTC (rev 6865) @@ -62,7 +62,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expat.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libesmtp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aspell.xml"/> - <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gwrap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lzo.xml"/> @@ -71,6 +70,8 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmime.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libidn.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus-bindings.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> --> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/> --> </chapter> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-09 01:12:03 UTC (rev 6864) +++ trunk/BOOK/general.ent 2007-07-09 17:07:39 UTC (rev 6865) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "08"> <!-- Always 2 digits --> +<!ENTITY day "09"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> @@ -117,8 +117,6 @@ <!ENTITY expat-version "2.0.1"> <!ENTITY libesmtp-version "1.0.4"> <!ENTITY aspell-version "0.60.5"> -<!-- Ispell has been removed as aspell is superior. See ticket #2101. - <!ENTITY ispell-version "3.2.06.epa7"> --> <!ENTITY slib-version "3a3"> <!ENTITY gwrap-version "1.3.4"> <!ENTITY LZO-version "2.02"> @@ -126,7 +124,10 @@ <!ENTITY iso-codes-version "0.58-1"> <!ENTITY gmime-version "2.2.2"> <!ENTITY libidn-version "0.6.14"> +<!ENTITY dbus-glib-version "0.74"> <!-- <!ENTITY fam-version "2.7.0"> --> +<!-- Ispell has been removed as aspell is superior. See ticket #2101. + <!ENTITY ispell-version "3.2.06.epa7"> --> <!-- Chapter 9 --> <!ENTITY libjpeg-version "6b"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-09 01:12:03 UTC (rev 6864) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-09 17:07:39 UTC (rev 6865) @@ -42,6 +42,17 @@ --> <listitem> + <para>July 9th, 2007</para> + <itemizedlist> + <listitem> + <para>[randy] - Created a D-Bus Bindings page and added the GLib + bindings. Other D-Bus bindings will be added to the same page as they + are developed.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 8th, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
