Author: krejzi Date: 2012-08-25 09:04:50 -0600 (Sat, 25 Aug 2012) New Revision: 10576
Added: trunk/BOOK/x/lib/at-spi2-atk.xml trunk/BOOK/x/lib/at-spi2-core.xml Removed: trunk/BOOK/general/sysutils/gvfs.xml trunk/BOOK/pst/ps/libgxps.xml Modified: trunk/BOOK/general/prog/python-modules.xml trunk/BOOK/general/sysutils/sysutils.xml trunk/BOOK/pst/ps/ps.xml trunk/BOOK/server/databases/sqlite.xml trunk/BOOK/x/lib/lib.xml Log: GNOME Organisation - Part 2. Modified: trunk/BOOK/general/prog/python-modules.xml =================================================================== --- trunk/BOOK/general/prog/python-modules.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/general/prog/python-modules.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -98,13 +98,13 @@ <!ENTITY pyxdg-buildsize "750 KB"> <!ENTITY pyxdg-time "less than 0.1 SBU"> - <!ENTITY ipython-download-http +<!-- <!ENTITY ipython-download-http "http://archive.ipython.org/release/&ipython-version;/ipython-&ipython-version;.tar.gz"> <!ENTITY ipython-download-ftp ""> <!ENTITY ipython-md5sum "4cf9f23b1171b3517f9a7a2bfc875b5f"> <!ENTITY ipython-size "8.9 MB"> <!ENTITY ipython-buildsize "58 MB"> - <!ENTITY ipython-time "less than 0.1 SBU"> + <!ENTITY ipython-time "less than 0.1 SBU"> --> ]> <sect1 id="python-modules" xreflabel="Python modules"> @@ -188,11 +188,11 @@ <xref linkend="pyxdg"/> </para> </listitem> - <listitem> + <!-- <listitem> <para> <xref linkend="ipython"/> </para> - </listitem> + </listitem> --> </itemizedlist> </sect2> @@ -1649,7 +1649,7 @@ <!--End pyxdg --> <!-- Begin IPython --> - <sect2 id="ipython" xreflabel="IPython-&ipython-version;"> +<!-- <sect2 id="ipython" xreflabel="IPython-&ipython-version;"> <title>IPython-&ipython-version;</title> @@ -1734,7 +1734,7 @@ commands as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>python setup.py install --prefix=/usr</userinput></screen> +<screen role="root"><userinput>python setup.py install - -prefix=/usr</userinput></screen> <para> If you built this against <application>nose</application>, you can run @@ -1748,7 +1748,7 @@ <title>Command Explanations</title> <para> - <command>python setup.py install --prefix=/usr</command>: This command + <command>python setup.py install - -prefix=/usr</command>: This command installs the package. The prefix ensures that the programs are located in <filename class="directory">/usr/bin</filename> instead of <filename class="directory">/usr/local/bin</filename>. @@ -1794,7 +1794,6 @@ <varlistentry id="ipcontroller"> <term><command>ipcontroller</command></term> <listitem> - <!-- this is what the manpage says! --> <para> IPython parallel computing controller control tool </para> @@ -1843,7 +1842,6 @@ <varlistentry id="ipython-prog"> <term><command>ipython</command></term> <listitem> - <!-- again, description from the manpage --> <para> Tools for Interactive Computing in Python </para> @@ -1878,6 +1876,6 @@ </varlistentry> </variablelist> </sect3> - </sect2> + </sect2> --> <!-- End IPython --> </sect1> Deleted: trunk/BOOK/general/sysutils/gvfs.xml =================================================================== --- trunk/BOOK/general/sysutils/gvfs.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/general/sysutils/gvfs.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -1,404 +0,0 @@ -<?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 gvfs-download-http "&gnome-download-http;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz"> - <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz"> - <!ENTITY gvfs-md5sum "348edf09eca150ba7065017127f63c64"> - <!ENTITY gvfs-size "1.4 MB"> - <!ENTITY gvfs-buildsize "76 MB"> - <!ENTITY gvfs-time "0.8 SBU"> -]> - -<sect1 id="gvfs" xreflabel="gvfs-&gvfs-version;"> - <?dbhtml filename="gvfs.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>gvfs-&gvfs-version;</title> - - <indexterm zone="gvfs"> - <primary sortas="a-gvfs">gvfs</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to Gvfs</title> - - <para> - The <application>Gvfs</application> package is an userspace virtual - filesystem designed to work with the I/O abstractions of GLib's GIO - library. - </para> - - &lfs70_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para> - Download (HTTP): <ulink url="&gvfs-download-http;"/> - </para> - </listitem> - <listitem> - <para> - Download (FTP): <ulink url="&gvfs-download-ftp;"/> - </para> - </listitem> - <listitem> - <para> - Download MD5 sum: &gvfs-md5sum; - </para> - </listitem> - <listitem> - <para> - Download size: &gvfs-size; - </para> - </listitem> - <listitem> - <para> - Estimated disk space required: &gvfs-buildsize; - </para> - </listitem> - <listitem> - <para> - Estimated build time: &gvfs-time; - </para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"> - <xref linkend="dbus"/>, - <xref linkend="glib2"/> and - <xref linkend="intltool"/> - </para> - - <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="recommended"> - <xref linkend="libgnome-keyring"/>, - <xref linkend="libsoup"/> and - <xref linkend="udisks2"/> - </para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"> - <xref linkend="avahi"/>, - <xref linkend="bluez"/>, - <xref linkend="fuse"/>, - <xref linkend="libarchive"/>, - <ulink url="http://www.videolan.org/developers/libbluray.html"> - libbluray</ulink>, - <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>, - <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, - <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink> and - <xref linkend="samba3"/> - </para> - - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/gvfs"/> - </para> - </sect2> - - <sect2 role="installation"> - <title>Installation of Gvfs</title> - - <para> - Install <application>Gvfs</application> by running the following - commands: - </para> - -<screen><userinput>./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/gvfs && -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="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg> - gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls, - gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file, - gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, - gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree - and several executables in /usr/lib/gvfs - </seg> - <seg> - libgvfscommon.so and libgvfscommon-dnssd.so - </seg> - <seg> - /usr/include/gvfs-client, - /usr/lib/gvfs and - /usr/share/gvfs - </seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="gvfs-cat"> - <term><command>gvfs-cat</command></term> - <listitem> - <para> - prints a file to standard output using the virtual - file system to access the file via a URI. - </para> - <indexterm zone="gvfs gvfs-cat"> - <primary sortas="b-gvfs-cat">gvfs-cat</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-copy"> - <term><command>gvfs-copy</command></term> - <listitem> - <para> - copies a file from one URI location to another using - the virtual file system. - </para> - <indexterm zone="gvfs gvfs-copy"> - <primary sortas="b-gvfs-copy">gvfs-copy</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-info"> - <term><command>gvfs-info</command></term> - <listitem> - <para> - prints information about files and directories using - the virtual file system. - </para> - <indexterm zone="gvfs gvfs-info"> - <primary sortas="b-gvfs-info">gvfs-info</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-less"> - <term><command>gvfs-less</command></term> - <listitem> - <para> - executes <command>less</command> using the VFS as - input preprocesor, so less can access any resource accessible - by any of the <application>Gvfs</application> backends. - </para> - <indexterm zone="gvfs gvfs-less"> - <primary sortas="b-gvfs-less">gvfs-less</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-ls"> - <term><command>gvfs-ls</command></term> - <listitem> - <para> - lists the content of directories using the virtual file - system. - </para> - <indexterm zone="gvfs gvfs-ls"> - <primary sortas="b-gvfs-ls">gvfs-ls</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-mkdir"> - <term><command>gvfs-mkdir</command></term> - <listitem> - <para> - makes a directory specified by an URI using - the virtual file system. - </para> - <indexterm zone="gvfs gvfs-mkdir"> - <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-monitor-dir"> - <term><command>gvfs-monitor-dir</command></term> - <listitem> - <para> - monitors the change content of a directory using - the virtual file system. - </para> - <indexterm zone="gvfs gvfs-monitor-dir"> - <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-monitor-file"> - <term><command>gvfs-monitor-file</command></term> - <listitem> - <para> - monitors the change of a file using the virtual file - system. - </para> - <indexterm zone="gvfs gvfs-monitor-file"> - <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-mount"> - <term><command>gvfs-mount</command></term> - <listitem> - <para> - mounts, unmounts and lists file systems using the - virtual file system. - </para> - <indexterm zone="gvfs gvfs-mount"> - <primary sortas="b-gvfs-mount">gvfs-mount</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-move"> - <term><command>gvfs-move</command></term> - <listitem> - <para> - moves a file from one URI location to another using - the virtual file system. - </para> - <indexterm zone="gvfs gvfs-move"> - <primary sortas="b-gvfs-move">gvfs-move</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-open"> - <term><command>gvfs-open</command></term> - <listitem> - <para> - opens an URI using the appropiate application. - </para> - <indexterm zone="gvfs gvfs-open"> - <primary sortas="b-gvfs-open">gvfs-open</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-rename"> - <term><command>gvfs-rename</command></term> - <listitem> - <para> - changes the name of a file or directory using the - virtual file system. - </para> - <indexterm zone="gvfs gvfs-rename"> - <primary sortas="b-gvfs-rename">gvfs-rename</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-rm"> - <term><command>gvfs-rm</command></term> - <listitem> - <para> - removes a directory entry using the virtual file - system via a URI. - </para> - <indexterm zone="gvfs gvfs-rm"> - <primary sortas="b-gvfs-rm">gvfs-rm</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-save"> - <term><command>gvfs-save</command></term> - <listitem> - <para> - saves information to a file using the virtual - file system. - </para> - <indexterm zone="gvfs gvfs-save"> - <primary sortas="b-gvfs-save">gvfs-save</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-trash"> - <term><command>gvfs-trash</command></term> - <listitem> - <para> - moves a directory entry to the trash using the - virtual file system. - </para> - <indexterm zone="gvfs gvfs-trash"> - <primary sortas="b-gvfs-trash">gvfs-trash</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gvfs-tree"> - <term><command>gvfs-tree</command></term> - <listitem> - <para> - lists contents of directories in a tree-like format - using the virtual file system. - </para> - <indexterm zone="gvfs gvfs-tree"> - <primary sortas="b-gvfs-tree">gvfs-tree</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libgvfscommon"> - <term><filename class='libraryfile'>libgvfscommon.so</filename></term> - <listitem> - <para> - contains common API functions used in - <application>Gvfs</application> programs. - </para> - <indexterm zone="gvfs libgvfscommon"> - <primary sortas="c-libgvfscommon">libgvfscommon.so</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libgvfscommon-dnssd"> - <term><filename class='libraryfile'>libgvfscommon-dnssd.so</filename></term> - <listitem> - <para> - contains API functions used in - <application>Gvfs</application> DNS/SD backend. - </para> - <indexterm zone="gvfs libgvfscommon-dnssd"> - <primary sortas="c-libgvfscommon-dnssd">libgvfscommon-dnssd.so</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/general/sysutils/sysutils.xml =================================================================== --- trunk/BOOK/general/sysutils/sysutils.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/general/sysutils/sysutils.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -30,7 +30,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libarchive.xml"/> Deleted: trunk/BOOK/pst/ps/libgxps.xml =================================================================== --- trunk/BOOK/pst/ps/libgxps.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/pst/ps/libgxps.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -1,243 +0,0 @@ -<?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 libgxps-download-http "&gnome-download-http;/libgxps/0.2/libgxps-&libgxps-version;.tar.xz"> - <!ENTITY libgxps-download-ftp "&gnome-download-ftp;/libgxps/0.2/libgxps-&libgxps-version;.tar.xz"> - <!ENTITY libgxps-md5sum "65bec2033ff71307f429dc3f91d60233"> - <!ENTITY libgxps-size "296 KB"> - <!ENTITY libgxps-buildsize "7.0 MB"> - <!ENTITY libgxps-time "0.2 SBU"> -]> - -<sect1 id="libgxps" xreflabel="libgxps-&libgxps-version;"> - <?dbhtml filename="libgxps.html"?> - - <sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> - </sect1info> - - <title>libgxps-&libgxps-version;</title> - - <indexterm zone="libgxps"> - <primary sortas="a-libgxps">libgxps</primary> - </indexterm> - - <sect2 role="package"> - <title>Introduction to libgxps</title> - - <para> - The <application>libgxps</application> package contains - GObject based library and utilities for handling and - rendering XPS documents. - </para> - - &lfs70_checked; - - <bridgehead renderas="sect3">Package Information</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para> - Download (HTTP): <ulink url="&libgxps-download-http;"/> - </para> - </listitem> - <listitem> - <para> - Download (FTP): <ulink url="&libgxps-download-ftp;"/> - </para> - </listitem> - <listitem> - <para> - Download MD5 sum: &libgxps-md5sum; - </para> - </listitem> - <listitem> - <para> - Download size: &libgxps-size; - </para> - </listitem> - <listitem> - <para> - Estimated disk space required: &libgxps-buildsize; - </para> - </listitem> - <listitem> - <para> - Estimated build time: &libgxps-time; - </para> - </listitem> - </itemizedlist> - - <bridgehead renderas="sect3">libgxps Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"> - <xref linkend="cairo"/> and - <xref linkend="libarchive"/> - </para> - - <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="recommended"> - <xref linkend="lcms2"/>, - <xref linkend="libjpeg"/>, - <xref linkend="libpng"/> and - <xref linkend="libtiff"/> - </para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"> - <xref linkend="gobject-introspection"/> and - <xref linkend="gtk-doc"/> - </para> - - <para condition="html" role="usernotes"> - User Notes: <ulink url="&blfs-wiki;/libgxps"/> - </para> - </sect2> - - <sect2 role="installation"> - <title>Installation of libgxps</title> - - <para> - Install <application>libgxps</application> by running the following - commands: - </para> - -<screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' libgxps/Makefile.in && -./configure --prefix=/usr --disable-static && -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> - - <para> - <command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' - libgxps/Makefile.in</command>: This sed fixes a problem compiling if you - have Gobject Introspection installed. It has no effect if Gobject - Introspection is not installed. - </para> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/static-libraries.xml"/> - - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/gtk-doc-rebuild.xml"/> - </sect2> - - <sect2 role="content"> - <title>Contents</title> - - <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg> - xpstojpeg, xpstopdf, xpstopng, xpstops and xpstosvg - </seg> - <seg> - libgxps.so - </seg> - <seg> - /usr/include/libgxps and /usr/share/gtk-doc/html/libgxps - </seg> - </seglistitem> - </segmentedlist> - - <variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> - - <varlistentry id="xpstojpeg"> - <term><command>xpstojpeg</command></term> - <listitem> - <para> - is the XPS to JPEG converter. - </para> - <indexterm zone="libgxps xpstojpeg"> - <primary sortas="b-xpstojpeg">xpstojpeg</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="xpstopdf"> - <term><command>xpstopdf</command></term> - <listitem> - <para> - is the XPS to PDF converter. - </para> - <indexterm zone="libgxps xpstopdf"> - <primary sortas="b-xpstopdf">xpstopdf</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="xpstopng"> - <term><command>xpstopng</command></term> - <listitem> - <para> - is the XPS to PNG converter. - </para> - <indexterm zone="libgxps xpstopng"> - <primary sortas="b-xpstopng">xpstopng</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="xpstops"> - <term><command>xpstops</command></term> - <listitem> - <para> - is the XPS to PostScript converter. - </para> - <indexterm zone="libgxps xpstops"> - <primary sortas="b-xpstops">xpstops</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="xpstosvg"> - <term><command>xpstosvg</command></term> - <listitem> - <para> - is the XPS to SVG converter. - </para> - <indexterm zone="libgxps xpstosvg"> - <primary sortas="b-xpstosvg">xpstosvg</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libgxps-lib"> - <term><filename class="libraryfile">libgxps.so</filename></term> - <listitem> - <para> - contains the libgxps API functions. - </para> - <indexterm zone="libgxps libgxps-lib"> - <primary sortas="c-libgxps">libgxps.so</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Modified: trunk/BOOK/pst/ps/ps.xml =================================================================== --- trunk/BOOK/pst/ps/ps.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/pst/ps/ps.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -22,7 +22,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="a2ps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enscript.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psutils.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgxps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epdfview.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fop.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="paps.xml"/> Modified: trunk/BOOK/server/databases/sqlite.xml =================================================================== --- trunk/BOOK/server/databases/sqlite.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/server/databases/sqlite.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -166,10 +166,6 @@ <ulink url="http://www.sqlite.org/compile.html"/>. </para> - <para> - <option>-DSQLITE_ENABLE_COLUMN_METADATA</option>: Add this to the CFLAGS - if you want to use this as a system version for <xref linkend="libgda"/>. - </para> </sect2> <sect2 role="content"> Copied: trunk/BOOK/x/lib/at-spi2-atk.xml (from rev 10573, trunk/BOOK/gnome/core/at-spi2-atk.xml) =================================================================== --- trunk/BOOK/x/lib/at-spi2-atk.xml (rev 0) +++ trunk/BOOK/x/lib/at-spi2-atk.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -0,0 +1,146 @@ +<?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 at-spi2-atk-download-http + "&gnome-download-http;/at-spi2-atk/2.4/at-spi2-atk-&at-spi2-atk-version;.tar.xz"> + <!ENTITY at-spi2-atk-download-ftp + "&gnome-download-ftp;/at-spi2-atk/2.4/at-spi2-atk-&at-spi2-atk-version;.tar.xz"> + <!ENTITY at-spi2-atk-md5sum "7fd5c98aebacaeaa7ab71f95437627ae"> + <!ENTITY at-spi2-atk-size "300 KB"> + <!ENTITY at-spi2-atk-buildsize "9.0 MB"> + <!ENTITY at-spi2-atk-time "0.2 SBU"> +]> + +<sect1 id="at-spi2-atk" xreflabel="at-spi2-atk-&at-spi2-atk-version;"> + <?dbhtml filename="at-spi2-atk.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>at-spi2-atk-&at-spi2-atk-version;</title> + + <indexterm zone="at-spi2-atk"> + <primary sortas="a-at-spi2-atk">at-spi2-atk</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to At-Spi2 Atk</title> + + <para> + The <application>At-Spi2 Atk</application> package is a GTK+ module that + bridges ATK to D-Bus At-Spi2. + </para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&at-spi2-atk-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&at-spi2-atk-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &at-spi2-atk-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &at-spi2-atk-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &at-spi2-atk-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &at-spi2-atk-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">At-Spi2 Atk Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="at-spi2-core"/>, + <xref linkend="atk"/> and + <xref linkend="intltool"/> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/at-spi2-atk"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of At-Spi2 Atk</title> + + <para> + Install <application>At-Spi2 Atk</application> by running the following + commands: + </para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para> + To test the results, issue: <command>make check</command>. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Library</segtitle> + + <seglistitem> + <seg> + libatk-bridge.so + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libatk-bridge"> + <term><filename class='libraryfile'>libatk-bridge.so</filename></term> + <listitem> + <para> + is the Accessibility Toolkit GTK+ module. + </para> + <indexterm zone="at-spi2-atk libatk-bridge"> + <primary sortas="c-libatk-bridge">libatk-bridge.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Copied: trunk/BOOK/x/lib/at-spi2-core.xml (from rev 10573, trunk/BOOK/gnome/core/at-spi2-core.xml) =================================================================== --- trunk/BOOK/x/lib/at-spi2-core.xml (rev 0) +++ trunk/BOOK/x/lib/at-spi2-core.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -0,0 +1,198 @@ +<?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 at-spi2-core-download-http + "&gnome-download-http;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz"> + <!ENTITY at-spi2-core-download-ftp + "&gnome-download-ftp;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz"> + <!ENTITY at-spi2-core-md5sum "bc940d3f80180b669d8b31b6717dbe97"> + <!ENTITY at-spi2-core-size "436 KB"> + <!ENTITY at-spi2-core-buildsize "12.5 MB"> + <!ENTITY at-spi2-core-time "0.3 SBU"> +]> + +<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;"> + <?dbhtml filename="at-spi2-core.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>at-spi2-core-&at-spi2-core-version;</title> + + <indexterm zone="at-spi2-core"> + <primary sortas="a-at-spi2-core">at-spi2-core</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to At-Spi2 Core</title> + + <para> + The <application>At-Spi2 Core</application> package is a part of the GNOME + Accessibility Project. It provides a Service Provider Interface for the Assistive + Technologies available on the <application>GNOME</application> platform and a + library against which applications can be linked. + </para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&at-spi2-core-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &at-spi2-core-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &at-spi2-core-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &at-spi2-core-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &at-spi2-core-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">At-Spi2 Core Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="dbus"/>, + <xref linkend="glib2"/> and + <xref linkend="xorg7-lib"/> + </para> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="gobject-introspection"/> + </para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"> + <xref linkend="gtk-doc"/> + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/at-spi2-core"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of At-Spi2 Core</title> + + <para> + Install <application>At-Spi2 Core</application> by running the following + commands: + </para> + +<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/at-spi2-core && +make</userinput></screen> + + <para> + To test the results, issue: <command>make check</command>. + </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> + + <para> + <parameter>--libexecdir=/usr/lib/at-spi2-core</parameter>: This + parameter ensures that programs will be installed into the + given directory instead of + <filename class="directory">/usr/libexec</filename>. + </para> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gtk-doc-rebuild.xml"/> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg> + at-spi-bus-launcher and at-spi2-registryd + </seg> + <seg> + libatspi.so + </seg> + <seg> + /etc/at-spi2, + /usr/include/at-spi-2.0, + /usr/lib/at-spi2-core and + /usr/share/gtk-doc/html/libatspi + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="at-spi2-registryd"> + <term><command>at-spi2-registryd</command></term> + <listitem> + <para> + is the <application>At-Spi2</application> registry daemon. + </para> + <indexterm zone="at-spi2-core at-spi2-registryd"> + <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libatspi"> + <term><filename class='libraryfile'>libatspi.so</filename></term> + <listitem> + <para> + contains the <application>At-Spi2</application> API functions. + </para> + <indexterm zone="at-spi2-core libatspi"> + <primary sortas="c-libatspi">libatspi.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Modified: trunk/BOOK/x/lib/lib.xml =================================================================== --- trunk/BOOK/x/lib/lib.xml 2012-08-25 15:03:59 UTC (rev 10575) +++ trunk/BOOK/x/lib/lib.xml 2012-08-25 15:04:50 UTC (rev 10576) @@ -27,6 +27,8 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="agg.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="atkmm.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-core.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-atk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairomm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
