mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to D-BUS Python Bindings-0.83.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7794 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6cc2ae1f39
commit
e44f2a3b97
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "March &day;nd, &year;">
|
||||
<!ENTITY releasedate "March &day;rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -126,7 +126,7 @@ $Date$
|
||||
<!ENTITY gmime-version "2.2.10">
|
||||
<!ENTITY libidn-version "0.6.14">
|
||||
<!ENTITY dbus-glib-version "0.80">
|
||||
<!ENTITY dbus-python-version "0.82.0">
|
||||
<!ENTITY dbus-python-version "0.83.0">
|
||||
<!ENTITY dbus-qt3-version "0.62">
|
||||
<!ENTITY libpthread-stubs-version "0.1">
|
||||
<!ENTITY pth-version "2.0.7">
|
||||
|
@ -13,10 +13,10 @@
|
||||
|
||||
<!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
|
||||
<!ENTITY dbus-python-download-ftp " ">
|
||||
<!ENTITY dbus-python-md5sum "024522ffba612f0d41b64269e925835c">
|
||||
<!ENTITY dbus-python-size "482 KB">
|
||||
<!ENTITY dbus-python-buildsize "6 MB">
|
||||
<!ENTITY dbus-python-time "0.1 SBU">
|
||||
<!ENTITY dbus-python-md5sum "562c78876219bf458d79a041af18293d">
|
||||
<!ENTITY dbus-python-size "494 KB">
|
||||
<!ENTITY dbus-python-buildsize "12 MB (includes installing all the documentation)">
|
||||
<!ENTITY dbus-python-time "0.3 SBU">
|
||||
|
||||
<!ENTITY dbus-qt3-download-http "&files-anduin;/sources/dbus-qt3-&dbus-qt3-version;.tar.bz2">
|
||||
<!ENTITY dbus-qt3-download-ftp " ">
|
||||
@ -245,18 +245,13 @@ install -v -m644 doc/api/man/man3dbus/* \
|
||||
<para role="required"><xref linkend="python"/> and
|
||||
<xref linkend="dbus-glib"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="required"><xref linkend="pkgconfig"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><ulink
|
||||
url="&gnome-download-http;/pygobject"> PyGObject</ulink> (required to run
|
||||
the test suite)</para>
|
||||
<para role="optional"><ulink url="&gnome-download-http;/pygobject">PyGObject</ulink>
|
||||
(required to run the test suite)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional
|
||||
(Required to build the API Documentation)</bridgehead>
|
||||
<para role="optional"><ulink
|
||||
url="http://epydoc.sourceforge.net/">Epydoc</ulink>
|
||||
(Required to build the API and HTML Documentation)</bridgehead>
|
||||
<para role="optional"><ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink>
|
||||
and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -270,7 +265,8 @@ install -v -m644 doc/api/man/man3dbus/* \
|
||||
<para>Install <application>D-Bus Python Bindings</application> by
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/dbus-python-&dbus-python-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. Note you
|
||||
@ -280,6 +276,14 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<para>If you built the API documentation, install it by issuing the
|
||||
following commands as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &&
|
||||
install -v -m644 api/* \
|
||||
/usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
@ -288,14 +292,14 @@ make</userinput></screen>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg><application>Python</application>
|
||||
<application>D-Bus</application> modules</seg>
|
||||
<seg>/usr/lib/python&python-majorver;/site-packages/dbus and
|
||||
/usr/share/doc/dbus-python</seg>
|
||||
/usr/share/doc/dbus-python-&dbus-python-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 3rd, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to D-BUS Python Bindings-0.83.0.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 2nd, 2009</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user