Changeset 6cc2ae1f


Ignore:
Timestamp:
03/02/2009 06:06:53 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e44f2a3b
Parents:
6e13117a
Message:

Updated to D-BUS GLib Bindings-0.80

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7789 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6e13117a r6cc2ae1f  
    126126<!ENTITY gmime-version                "2.2.10">
    127127<!ENTITY libidn-version               "0.6.14">
    128 <!ENTITY dbus-glib-version            "0.76">
     128<!ENTITY dbus-glib-version            "0.80">
    129129<!ENTITY dbus-python-version          "0.82.0">
    130130<!ENTITY dbus-qt3-version             "0.62">
  • general/genlib/dbus-bindings.xml

    r6e13117a r6cc2ae1f  
    77  <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
    88  <!ENTITY dbus-glib-download-ftp  " ">
    9   <!ENTITY dbus-glib-md5sum        "d3b716a7e798faa1c6a867675f00306a">
    10   <!ENTITY dbus-glib-size          "652 KB">
    11   <!ENTITY dbus-glib-buildsize     "9.1 MB">
     9  <!ENTITY dbus-glib-md5sum        "86ea60ba2118a1b9deafe8257f6a6a1a">
     10  <!ENTITY dbus-glib-size          "688 KB">
     11  <!ENTITY dbus-glib-buildsize     "11 MB">
    1212  <!ENTITY dbus-glib-time          "0.2 SBU">
    1313
     
    112112    <xref linkend="expat"/></para>
    113113
     114    <bridgehead renderas="sect4">Optional to Build the API Documentation</bridgehead>
     115    <para role="required"><xref linkend="doxygen"/></para>
     116
    114117    <para condition="html" role="usernotes">User Notes:
    115118    <ulink url="&blfs-wiki;/dbus-glib"/></para>
     
    126129make</userinput></screen>
    127130
    128     <para>This package does not come with a test suite.</para>
     131    <para>The <option>--enable-doxygen-docs</option> parameter does not work
     132    properly. If you have <application>Doxygen</application> installed and you
     133    wish to build the API documentation, issue
     134    <command>doxygen</command>.</para>
     135
     136    <para>To test the results, issue: <command>make check</command>. Note that
     137    more comprehensive tests can be run by following the same method used in
     138    <application>D-BUS</application> instructions, which requires building the
     139    package twice.</para>
    129140
    130141    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    131142
    132143<screen role="root"><userinput>make install</userinput></screen>
     144
     145    <para>If you built the API documentation, install it by issuing the
     146    following commands as the <systemitem class="username">root</systemitem>
     147    user:</para>
     148
     149<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-glib-&dbus-glib-version;/api \
     150                    /usr/share/man/man3dbus &amp;&amp;
     151install -v -m644    doc/api/html/* \
     152                    /usr/share/doc/dbus-glib-&dbus-glib-version;/api &amp;&amp;
     153install -v -m644    doc/api/man/man3dbus/* \
     154                    /usr/share/man/man3dbus</userinput></screen>
    133155
    134156  </sect2>
     
    148170      <segtitle>Installed Program</segtitle>
    149171      <segtitle>Installed Library</segtitle>
    150       <segtitle>Installed Directory</segtitle>
     172      <segtitle>Installed Directories</segtitle>
    151173
    152174      <seglistitem>
    153175        <seg>dbus-binding-tool</seg>
    154176        <seg>libdbus-glib-1.{so,a}</seg>
    155         <seg>/usr/share/gtk-doc/html/dbus-glib</seg>
     177        <seg>/usr/share/gtk-doc/html/dbus-glib and optionally
     178        /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
    156179      </seglistitem>
    157180    </segmentedlist>
  • introduction/welcome/changelog.xml

    r6e13117a r6cc2ae1f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to D-BUS GLib Bindings-0.80.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to D-BUS-1.2.12.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.