Changeset 1e6b5f64
- Timestamp:
- 07/10/2007 12:43:16 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 17d43c1
- Parents:
- bf325a39
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/hal.xml
rbf325a39 r1e6b5f64 95 95 <para role="required"><xref linkend="pkgconfig"/>, 96 96 <xref linkend="glib2"/>, 97 <xref linkend="dbus"/>,98 <!-- FIXME: Uncomment when the dbus bindings get in the book99 97 <xref linkend="dbus-glib"/>, 100 -->101 98 <xref linkend="python"/>, and 102 99 <xref linkend="perl-xml-parser"/></para> … … 108 105 (with a current <filename>usb.ids</filename> file)</para> 109 106 110 <!-- FIXME: Uncomment when the dbus bindings get in the book111 107 <bridgehead renderas="sect4">Optional (to Build 112 108 <command>hal-device-manager</command>)</bridgehead> 113 109 <para role="optional"><xref linkend="dbus-python"/></para> 114 -->115 110 116 111 <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead> -
introduction/welcome/changelog.xml
rbf325a39 r1e6b5f64 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Modified the D-Bus dependency in several packages 49 to account for the new D-Bus core and bindings separation.</para> 50 </listitem> 51 <listitem> 48 52 <para>[randy] - Added the Python Bindings to the D-Bus Bindings 49 53 page.</para> -
xsoft/office/evolution.xml
rbf325a39 r1e6b5f64 78 78 <para role="optional"><xref linkend="openldap"/>, 79 79 <xref linkend="hal"/>, 80 <xref linkend="dbus "/>,80 <xref linkend="dbus-glib"/>, 81 81 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, 82 82 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, -
xsoft/other/gaim.xml
rbf325a39 r1e6b5f64 65 65 <ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">GnuTLS</ulink> (requires 66 66 <ulink url="http://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</ulink> 67 and <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> 68 in that order), 67 then <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>), 69 68 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>, 70 69 <xref linkend="tcl"/>, … … 72 71 <xref linkend="startup-notification"/>, 73 72 <xref linkend="audiofile"/>, 74 <xref linkend="dbus"/>,75 73 <xref linkend="mitkrb"/>, 76 74 <xref linkend="nas"/>, … … 104 102 make</userinput></screen> 105 103 106 < para>If you want to compile <application>Gaim</application> with support104 <!-- <para>If you want to compile <application>Gaim</application> with support 107 105 for <xref linkend="nas"/>, configure it like this:</para> 108 106 109 <screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure - -prefix=/usr \110 - -enable-nas &&111 make</userinput></screen> 107 <screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure -prefix=/usr \ 108 -enable-nas && 109 make</userinput></screen> --> 112 110 113 111 <para>To test the results, issue: <command>make check</command>.</para> … … 119 117 </sect2> 120 118 121 < sect2 role="commands">119 <!-- <sect2 role="commands"> 122 120 <title>Command Explanations</title> 123 121 124 <para><command>CPPFLAGS=...- -enable-nas</command>: To avoid a compilation122 <para><command>CPPFLAGS=...-enable-nas</command>: To avoid a compilation 125 123 error the <filename>configure</filename> script needs to be told to look 126 124 for the <application>NAS</application> header files in /usr/X11R6/include. 127 125 </para> 128 126 129 </sect2> 127 </sect2> --> 130 128 131 129 <sect2 role="content"> -
xsoft/other/xchat.xml
rbf325a39 r1e6b5f64 32 32 <para><application>XChat</application> is an IRC chat program. It allows 33 33 you to join multiple IRC channels (chat rooms) at the same time, talk 34 publicly, have private one-on-one conversations, etc. File transfers are also35 possible.</para>34 publicly, have private one-on-one conversations, etc. File transfers are 35 also possible.</para> 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 60 60 61 61 <bridgehead renderas="sect4">Required</bridgehead> 62 <para role="required"> 63 <xref linkend="glib2"/> 64 </para> 62 <para role="required"><xref linkend="glib2"/></para> 65 63 66 64 <bridgehead renderas="sect4">Recommended</bridgehead> 67 <para role="recommended"> 68 <xref linkend="gtk2"/> 69 </para> 65 <para role="recommended"><xref linkend="gtk2"/></para> 70 66 71 67 <bridgehead renderas="sect4">Optional</bridgehead> 72 <para role="optional"> 73 <xref linkend="dbus"/>, 74 <xref linkend="openssl"/>, 75 <xref linkend="python"/>, and 76 <xref linkend="tcl"/> 77 </para> 68 <para role="optional"><xref linkend="dbus-glib"/>, 69 <xref linkend="openssl"/>, 70 <xref linkend="python"/>, and 71 <xref linkend="tcl"/></para> 78 72 79 73 <para condition="html" role="usernotes">User Notes: … … 91 85 make</userinput></screen> 92 86 93 <para> <application>XChat</application>does not come with a test suite.</para>87 <para>This package does not come with a test suite.</para> 94 88 95 89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note:
See TracChangeset
for help on using the changeset viewer.