Changeset cda0a69
- Timestamp:
- 11/29/2011 10:35:49 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 875b4070
- Parents:
- d40e1a4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd40e1a4 rcda0a69 294 294 <!ENTITY sysstat-version "10.0.2"> 295 295 <!ENTITY apache-ant-version "1.8.1"> 296 <!ENTITY dbus-version "1. 5.8">296 <!ENTITY dbus-version "1.4.0"> 297 297 <!ENTITY hal-version "0.5.14"> 298 298 <!ENTITY udev-version "Installed LFS Version"> -
general/sysutils/dbus.xml
rd40e1a4 rcda0a69 8 8 <!--<!ENTITY dbus-download-ftp "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">--> 9 9 <!ENTITY dbus-download-ftp " "> 10 <!ENTITY dbus-md5sum " 87fee7d4de53d88abf93d4915a77a2c1">11 <!ENTITY dbus-size "1. 8MB">10 <!ENTITY dbus-md5sum "f59618b18d2fb2bd1fce9e1c5a2a3282"> 11 <!ENTITY dbus-size "1.7 MB"> 12 12 <!ENTITY dbus-buildsize "43 MB"> 13 <!ENTITY dbus-time " 1.0SBU">13 <!ENTITY dbus-time "0.4 SBU"> 14 14 ]> 15 15 … … 41 41 daemon).</para> 42 42 43 &lfs70_ checked;43 &lfs70_built; 44 44 45 45 <bridgehead renderas="sect3">Package Information</bridgehead> … … 72 72 73 73 <bridgehead renderas="sect4">Optional</bridgehead> 74 <para role="optional"><xref linkend="dbus-python"/> and 75 <xref linkend="pygobject"/> (Required if running the tests), 76 <xref linkend="xorg7-lib"/> and 74 <para role="optional"><xref linkend="xorg7-lib"/> and 77 75 <xref linkend="doxygen"/> (to generate the API documentation)</para> 78 76 … … 110 108 useradd -c "D-BUS Message Daemon User" -d /dev/null \ 111 109 -u 18 -g messagebus -s /bin/false messagebus || [ $? == 9 ]</userinput></screen> 110 111 <para>This package's test suite cannot be run without passing additional 112 parameters to <command>configure</command> and exposing additional 113 functionality in the binaries. These interfaces are not intended to be 114 used in a production build of <application>D-BUS</application>, so it 115 will have to be built twice in this situation. If you would like to run 116 the unit tests, issue the following commands:</para> 117 118 <screen><userinput>./configure --enable-tests --enable-asserts && 119 make && 120 make check && 121 make distclean</userinput></screen> 122 123 <para>Note there has been a report that the tests may fail if running 124 inside a Midnight Commander shell.</para> 112 125 113 126 <para>Install <application>D-BUS</application> by running the following … … 147 160 install -v -m644 doc/api/man/man3dbus/* \ 148 161 /usr/share/man/man3dbus</userinput></screen> 149 150 <para>The package's test suite requires151 <application>dbus-python</application> and152 <application>pygobject2</application>. In addition, this package's test153 suite cannot be run without passing additional parameters to154 <command>configure</command> and exposing additional functionality in the155 binaries. These interfaces are not intended to be used in a production build156 of <application>D-BUS</application>, so it will have to be temporarily built157 in this situation. If you would like to run the unit tests, issue the158 following commands:</para>159 160 <screen><userinput>./configure --enable-tests --enable-asserts &&161 make &&162 make check &&163 make distclean</userinput></screen>164 165 <para>Note there has been a report that the tests may fail if running166 inside a Midnight Commander shell.</para>167 162 168 163 </sect2> … … 357 352 dbus-launch, dbus-monitor, dbus-send, and dbus-uuidgen</seg> 358 353 <seg>libdbus-1.{so,a}</seg> 359 <seg>/etc/dbus-1/{session.d,system.d}, /run/dbus, 360 /usr/{include/dbus-1.0/dbus,lib/dbus-1.0/{include/dbus,test}, 361 share/{dbus-1/{services,system-services},doc/dbus-1.5.8}}, 362 var/lib/dbus}</seg> 354 <seg>/etc/dbus-1/{session.d,system.d}, /usr/{include/dbus-1.0/dbus, 355 lib/{dbus-1.0/include/dbus,dbus/dbus-1},share/dbus-1/{services, 356 system-services}}, /var/{lib/dbus,run/dbus}</seg> 363 357 </seglistitem> 364 358 </segmentedlist> -
introduction/welcome/changelog.xml
rd40e1a4 rcda0a69 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[wblaszcz] - Downgraded D-BUS to 1.4.0.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 54 <para>November 29th, 2011</para> 55 <itemizedlist> 56 <listitem> 48 57 <para>[dj] - Updated to Links-2.4.</para> 49 58 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.