Changeset 93b8ab7a
- Timestamp:
- 07/14/2013 10:53:46 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- d938ca94
- Parents:
- ae96c4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
archive/dbus-bindings.xml
rae96c4b r93b8ab7a 12 12 <!ENTITY dbus-glib-time "0.1 SBU"> 13 13 14 <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> 15 <!ENTITY dbus-python-download-ftp " "> 16 <!ENTITY dbus-python-md5sum "742c7432ad0f7c3f98291d58fa2e35dc"> 17 <!ENTITY dbus-python-size "583 KB"> 18 <!ENTITY dbus-python-buildsize "5.7 MB"> 19 <!ENTITY dbus-python-time "0.2 SBU"> 20 21 <!-- All the other bindings info should be here as well --> 14 22 ]> 15 23 … … 48 56 <para><xref linkend="dbus-glib"/></para> 49 57 </listitem> 58 <listitem> 59 <para><xref linkend="dbus-python"/></para> 60 </listitem> 50 61 </itemizedlist> 51 62 … … 103 114 <bridgehead renderas="sect5">Required</bridgehead> 104 115 <para role="required"> 105 <xref linkend="dbus"/>,106 116 <xref linkend="expat"/> and 107 117 <xref linkend="glib2"/> … … 216 226 </sect2> 217 227 228 <!-- Begin D-Bus Python Bindings --> 229 <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;"> 230 <title>D-Bus Python Bindings</title> 231 232 <indexterm zone="dbus-python"> 233 <primary sortas="a-dbus-python">D-Bus Python Bindings</primary> 234 </indexterm> 235 236 <sect3 role="package"> 237 <title>Introduction to D-Bus Python Bindings</title> 238 239 &lfs73_checked; 240 241 <bridgehead renderas="sect4">Package Information</bridgehead> 242 <itemizedlist spacing="compact"> 243 <listitem> 244 <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para> 245 </listitem> 246 <listitem> 247 <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para> 248 </listitem> 249 <listitem> 250 <para>Download MD5 sum: &dbus-python-md5sum;</para> 251 </listitem> 252 <listitem> 253 <para>Download size: &dbus-python-size;</para> 254 </listitem> 255 <listitem> 256 <para>Estimated disk space required: &dbus-python-buildsize;</para> 257 </listitem> 258 <listitem> 259 <para>Estimated build time: &dbus-python-time;</para> 260 </listitem> 261 </itemizedlist> 262 263 <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead> 264 265 <bridgehead renderas="sect5">Required</bridgehead> 266 <para role="required"> 267 <xref linkend="python2"/> and 268 <xref linkend="dbus-glib"/> 269 </para> 270 271 <bridgehead renderas="sect5">Optional</bridgehead> 272 <para role="optional"> 273 <xref linkend="pygobject2"/> (required to run the test suite) 274 </para> 275 276 <bridgehead renderas="sect5">Optional 277 (Required to build the API and HTML Documentation)</bridgehead> 278 <para role="optional"> 279 <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and 280 <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> 281 </para> 282 283 <para condition="html" role="usernotes">User Notes: 284 <ulink url="&blfs-wiki;/dbus-python"/></para> 285 286 </sect3> 287 288 <sect3 role="installation"> 289 <title>Installation of D-Bus Python Bindings</title> 290 291 <para>Install <application>D-Bus Python Bindings</application> by 292 running the following commands:</para> 293 294 <screen><userinput>./configure --prefix=/usr \ 295 --docdir=/usr/share/doc/dbus-python-&dbus-python-version; && 296 make</userinput></screen> 297 298 <para>To test the results, issue: <command>make check</command>. Note you 299 must have <application>PyGObject</application> installed.</para> 300 301 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 302 303 <screen role="root"><userinput>make install</userinput></screen> 304 305 <para>If you built the API documentation, install it by issuing the 306 following commands as the <systemitem class="username">root</systemitem> 307 user:</para> 308 309 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api && 310 install -v -m644 api/* \ 311 /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen> 312 313 </sect3> 314 315 <sect3 role="content"> 316 <title>Contents</title> 317 318 <segmentedlist> 319 <segtitle>Installed Programs</segtitle> 320 <segtitle>Installed Libraries</segtitle> 321 <segtitle>Installed Directories</segtitle> 322 323 <seglistitem> 324 <seg>none</seg> 325 <seg><application>Python</application> 326 <application>D-Bus</application> modules</seg> 327 <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and 328 /usr/share/doc/dbus-python-&dbus-python-version;</seg> 329 </seglistitem> 330 </segmentedlist> 331 332 </sect3> 333 334 </sect2> 335 218 336 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.