Changeset 9db3353e for x/lib


Ignore:
Timestamp:
05/02/2012 06:49:02 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
808c12f
Parents:
6f15e833
Message:

Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk-vnc.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to gtk-vnc</title>
    3131
    32     <para>The <application>gtk-vnc</application> package is a VNC viewer widget
    33     for <application>GTK</application>. It is built using coroutines allowing it
    34     to be completely asynchronous while remaining single threaded. It provides a
    35     core C library and bindings for <application>Python</application>
    36     (<application>PyGTK</application>)</para>
     32    <para>
     33      The <application>gtk-vnc</application> package is a VNC viewer widget
     34      for <application>GTK</application>. It is built using coroutines allowing it
     35      to be completely asynchronous while remaining single threaded.
     36    </para>
    3737
    3838    &lfs70_checked;
     
    4141    <itemizedlist spacing="compact">
    4242      <listitem>
    43         <para>Download (HTTP): <ulink url="&gtk-vnc-download-http;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/></para>
    47       </listitem>
    48       <listitem>
    49         <para>Download MD5 sum: &gtk-vnc-md5sum;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Download size: &gtk-vnc-size;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated disk space required: &gtk-vnc-buildsize;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Estimated build time: &gtk-vnc-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&gtk-vnc-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &gtk-vnc-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &gtk-vnc-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &gtk-vnc-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &gtk-vnc-time;
     70        </para>
    5971      </listitem>
    6072    </itemizedlist>
     
    6981    </para>
    7082
    71      <bridgehead renderas="sect4">Recommended</bridgehead>
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
    7284    <para role="recommended">
    73       <xref linkend="gobject-introspection"/>
     85      <xref linkend="gobject-introspection"/> and
     86      <xref linkend="vala"/>
    7487    </para>
    7588
     
    7891      <xref linkend="cyrus-sasl"/>,
    7992      <xref linkend="nspr"/>,
    80       <xref linkend="pulseaudio"/>,
    81       <xref linkend="vala"/> and
    82       <ulink url="https://developer.mozilla.org/en/XULRunner">xulrunner</ulink>.
     93      <xref linkend="pulseaudio"/> and
     94      <ulink url="https://developer.mozilla.org/en/XULRunner">Xulrunner</ulink>
    8395    </para>
    8496
     
    91103    <title>Installation of gtk-vnc</title>
    92104
    93     <para>Install <application>gtk-vnc</application> by running the following
    94     commands:</para>
     105    <para>
     106      Install <application>gtk-vnc</application> by running the following
     107      commands:
     108    </para>
    95109
    96110<screen><userinput>./configure --prefix=/usr \
    97111            --with-gtk=3.0 \
     112            --enable-vala \
    98113            --without-sasl &amp;&amp;
    99114make</userinput></screen>
    100115
    101     <para>This package's testsuite is only intended to be used by the
    102     maintainer to check the i18n files.</para>
    103 
    104     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     116    <para>
     117      This package's testsuite is only intended to be used by the
     118      maintainer to check the i18n files.
     119    </para>
     120
     121    <para>
     122      Now, as the <systemitem class="username">root</systemitem> user:
     123    </para>
    105124
    106125<screen role="root"><userinput>make install</userinput></screen>
     
    111130    <title>Command Explanations</title>
    112131
    113     <para><parameter>--with-gtk=3.0</parameter>: This parameter enables
    114     <application>GTK+3</application> instead of <application>GTK+2</application>.</para>
    115 
    116     <para><option>--without-sasl</option>: This parameter disables the use of
    117     <application>Cyrus SASL</application> for authentication. Remove it if you have
    118     <application>Cyrus SASL</application> installed and wish to enable it for
    119     authentication.</para>
    120 
    121     <para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
    122 
    123     <para><option>--enable-vala</option>: This option enables the vala bindings.</para>
     132    <para>
     133      <parameter>--with-gtk=3.0</parameter>: This parameter enables building of
     134      <application>GTK+3</application> library instead of
     135      <application>GTK+2</application> one.
     136    </para>
     137
     138    <para>
     139      <option>--enable-vala</option>: This option enables
     140      building of the Vala bindings. Remove if you don't have
     141      <xref linkend="vala"/> installed.
     142    </para>
     143
     144    <para>
     145      <option>--without-sasl</option>: This parameter disables the use of
     146      <application>Cyrus SASL</application> for authentication. Remove it if you have
     147      <application>Cyrus SASL</application> installed and wish to enable it for
     148      authentication.
     149    </para>
     150
     151    <para>
     152      <option>--enable-plugin</option>: This option enables the browser plugin.
     153    </para>
    124154
    125155  </sect2>
     
    199229      </varlistentry>
    200230
    201 
    202231    </variablelist>
    203232
Note: See TracChangeset for help on using the changeset viewer.