Changeset 18785f8 for general/sysutils


Ignore:
Timestamp:
06/27/2013 10:27:05 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
81f881ea
Parents:
f25b43cb
Message:

Update to dbus-1.6.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rf25b43cb r18785f8  
    77  <!ENTITY dbus-download-http "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "de4970c20629aeb958a12132415b3630">
     9  <!ENTITY dbus-md5sum        "a70edc50524f258eaf5c9a9994ed8748">
    1010  <!ENTITY dbus-size          "1.9 MB">
    11   <!ENTITY dbus-buildsize     "105 MB">
    12   <!ENTITY dbus-time          "0.4 SBU">
     11  <!ENTITY dbus-buildsize     "44 MB">
     12  <!ENTITY dbus-time          "0.3 SBU">
    1313]>
    1414
     
    129129    </para>
    130130
    131 <screen><userinput>./configure --prefix=/usr \
    132             --sysconfdir=/etc \
    133             --localstatedir=/var \
     131<screen><userinput>./configure --prefix=/usr                  \
     132            --sysconfdir=/etc              \
     133            --localstatedir=/var           \
    134134            --libexecdir=/usr/lib/dbus-1.0 \
    135135            --with-console-auth-dir=/run/console/ \
    136136            --without-systemdsystemunitdir \
    137             --disable-systemd \
     137            --disable-systemd              \
    138138            --disable-static &amp;&amp;
    139139make</userinput></screen>
     
    170170    </para>
    171171
    172 <screen><userinput>make distclean &amp;&amp;
     172<screen><userinput>make distclean                              &amp;&amp;
    173173./configure --enable-tests --enable-asserts &amp;&amp;
    174 make &amp;&amp;
    175 make check &amp;&amp;
     174make                                        &amp;&amp;
     175make check                                  &amp;&amp;
    176176make distclean</userinput></screen>
    177177
Note: See TracChangeset for help on using the changeset viewer.