Changeset 6e13117a


Ignore:
Timestamp:
03/02/2009 04:03:29 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:
6cc2ae1f
Parents:
7c53963
Message:

Updated to D-BUS-1.2.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7c53963 r6e13117a  
    4949<!-- End LFS versions -->
    5050
    51 <!ENTITY blfs-bootscripts-version     "20080816">
     51<!ENTITY blfs-bootscripts-version     "20090302">
    5252<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    5353
     
    205205<!ENTITY sysstat-version              "8.0.4.1">
    206206<!ENTITY apache-ant-version           "1.7.1">
    207 <!ENTITY dbus-version                 "1.2.4">
     207<!ENTITY dbus-version                 "1.2.12">
    208208<!ENTITY hal-version                  "0.5.9.1">
    209209<!ENTITY unrar-version                "3.7.8">
  • general/sysutils/dbus.xml

    r7c53963 r6e13117a  
    88  <!--<!ENTITY dbus-download-ftp  "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">-->
    99  <!ENTITY dbus-download-ftp  " ">
    10   <!ENTITY dbus-md5sum        "2e643910a09f44b000a0d76038637999">
     10  <!ENTITY dbus-md5sum        "39bd582c3b06a261cac44d4cab6fd60b">
    1111  <!ENTITY dbus-size          "1.5 MB">
    12   <!ENTITY dbus-buildsize     "24 MB">
    13   <!ENTITY dbus-time          "0.5 SBU">
     12  <!ENTITY dbus-buildsize     "26 MB (65MB if all API docs and man pages are installed)">
     13  <!ENTITY dbus-time          "0.4 SBU">
    1414]>
    1515
     
    6666
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    68     <para role="required"><xref linkend="expat"/> or both
    69     <xref linkend="pkgconfig"/>
    70     and <xref linkend="libxml2"/></para>
     68    <para role="required"><xref linkend="expat"/> (preferred) or both
     69    <xref linkend="pkgconfig"/> and <xref linkend="libxml2"/></para>
    7170
    7271    <bridgehead renderas="sect4">Optional</bridgehead>
    73     <para role="optional"><xref linkend="xorg7-lib"/>,
    74     <xref linkend="doxygen"/> (to generate the API documentation)
    75     </para>
     72    <para role="optional"><xref linkend="xorg7-lib"/> and
     73    <xref linkend="doxygen"/> (to generate the API documentation)</para>
     74
     75    <para>Note that the <command>configure</command> script will look for
     76    <ulink url="http://cyberelk.net/tim/xmlto/">xmlto</ulink> but it does
     77    nothing as the XML/HTML documentation is already shipped in the source
     78    tree.</para>
    7679
    7780    <para condition="html" role="usernotes">User Notes:
     
    117120make distclean</userinput></screen>
    118121
     122    <para>Note there has been a report that the tests may fail if running
     123    inside a Midnight Commander shell.</para>
     124
    119125    <para>Install <application>D-BUS</application> by running the following
    120126    commands (you may wish to review the output from
     
    131137    properly. If you have <application>Doxygen</application> installed and you
    132138    wish to build the API documentation, issue
    133     <command>doxygen Doxyfile</command>.</para>
    134 
    135     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     139    <command>doxygen</command>.</para>
     140
     141    <para>Now, as the <systemitem class="username">root</systemitem>
     142    user:</para>
    136143
    137144<screen role="root"><userinput>make install &amp;&amp;
     
    141148
    142149    <para>If you built the API documentation, install it by issuing the
    143     following commands as the <systemitem class="username">root</systemitem> user:</para>
     150    following commands as the <systemitem class="username">root</systemitem>
     151    user:</para>
    144152
    145153<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-&dbus-version;/api \
    146     /usr/share/man/man3dbus &amp;&amp;
    147 install -v -m644 doc/api/html/* \
    148     /usr/share/doc/dbus-&dbus-version;/api &amp;&amp;
    149 install -v -m644 doc/api/man/man3dbus/* \
    150     /usr/share/man/man3dbus</userinput></screen>
     154                    /usr/share/man/man3dbus &amp;&amp;
     155install -v -m644    doc/api/html/* \
     156                    /usr/share/doc/dbus-&dbus-version;/api &amp;&amp;
     157install -v -m644    doc/api/man/man3dbus/* \
     158                    /usr/share/man/man3dbus</userinput></screen>
    151159
    152160  </sect2>
     
    156164
    157165    <para><parameter>--libexecdir=/usr/lib/dbus-1.0 </parameter>: This will
    158     install the file <filename>dbus-daemon-launch-helper</filename> and the
    159     directory <filename class="directory">dbus-1</filename> into
     166    install binaries meant to be only used internally by
     167    <application>D-BUS</application>, and the directory
     168    <filename class="directory">dbus-1</filename> into
    160169    <filename class="directory">/usr/lib/dbus-1.0</filename> instead of
    161170    into <filename class="directory">/usr/libexec</filename>.</para>
     
    178187
    179188    <para><parameter>--disable-static</parameter>: Prevent the static libraries
    180     being built.</para>
     189    being built and installed.</para>
    181190
    182191  </sect2>
     
    236245EOF</userinput></screen>
    237246
    238       <para>Many packages will refuse to run if the file
     247      <!-- <para>Many packages will refuse to run if the file
    239248      <literal>/var/lib/dbus/machine-id</literal> does not exist, and
    240249      complain that <application>dbus</application> has not been properly
     
    242251       <systemitem class="username">root</systemitem> user:</para>
    243252
    244 <screen><userinput>dbus-uuidgen --ensure</userinput></screen>
    245 
    246       <para>This will create a unique identifier for the machine.</para>
     253<screen><userinput>dbus-uuidgen - -ensure</userinput></screen>
     254
     255      <para>This will create a unique identifier for the machine.</para> -->
    247256
    248257    </sect3>
  • introduction/welcome/changelog.xml

    r7c53963 r6e13117a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to D-BUS-1.2.12.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to ksh-2008-11-04.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.