Changeset 4945458


Ignore:
Timestamp:
10/29/2014 07:58:38 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
de851b7
Parents:
ea4381c
Message:

Import GNOME 3.12 from systemd revision 14085.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14785 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
112 added
2 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    rea4381c r4945458  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x/x.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde/kde.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome/gnome.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-systemd/gnome.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce/xfce.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde/lxde.xml"/>
  • xsoft/other/balsa.xml

    rea4381c r4945458  
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required">
    63       <xref linkend="enchant"/>,
    6463      <xref linkend="gmime"/>,
    65       <xref linkend="libesmtp"/>,
    66       <xref linkend="rarian"/>, and
    67       <xref linkend="aspell"/> or
    68       <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
    69       (<application>GtkSpell</application> provides on-the-fly as you type
    70       spell checking)
     64      <xref linkend="gtk2"/>, and
     65      <xref linkend="gtk3"/>
    7166    </para>
    7267
    7368    <bridgehead renderas="sect4">Recommended</bridgehead>
    7469    <para role="recommended">
    75       <xref linkend="pcre"/>
     70      <xref linkend="enchant"/> or
     71      <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
     72      (<application>GtkSpell</application> provides on-the-fly as you type
     73      spell checking),
     74      <xref linkend="libesmtp"/>,
     75      <xref linkend="libnotify"/>,
     76      <xref linkend="pcre"/>, and
     77      <xref linkend="webkitgtk2"/> or
     78      <xref linkend="gtkhtml"/> (HTML support)
    7679    </para>
    7780
    7881    <bridgehead renderas="sect4">Optional</bridgehead>
    7982    <para role="optional">
    80       <ulink url="&gnome-download-http;/gtkhtml/">GtkHTML</ulink>,
     83      <xref linkend="compface"/>,
     84      <xref linkend="gpg2"/> and
     85      <xref linkend="gpgme"/> (both for S/MIME support),
    8186      <xref linkend="gtksourceview"/>,
     87      <xref linkend="libcanberra"/>,
     88      <xref linkend="libsecret"/>,
     89      <xref linkend="mitkrb"/>,
     90      <xref linkend="openldap"/>,
    8291      <xref linkend="openssl"/>,
    83       <xref linkend="openldap"/>,
    84       <xref linkend="compface"/>,
    85       <xref linkend="mitkrb"/>,
    86       <xref linkend="libnotify"/>,
    87       <xref linkend="sqlite"/>, and
     92      <xref linkend="sqlite"/>, and
    8893      <xref linkend="server-mail"/> (that provides a
    8994      <command>sendmail</command> command, note that it is only used if you
    9095      didn't install the recommended <application>libESMTP</application>
    9196      package)
    92     </para>
    93 
    94     <bridgehead renderas="sect4">Optional to Build S/MIME Support</bridgehead>
    95     <para role="optional">
    96       <xref linkend='gpgme'/>
    9797    </para>
    9898
     
    108108    commands:</para>
    109109
    110 <screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \
    111 #include &lt;glib-2.0/glib.h&gt;" src/main-window.c &amp;&amp;
    112 
    113 ./configure --prefix=/usr            \
    114             --sysconfdir=/etc/gnome  \
    115             --localstatedir=/var/lib \
    116             --with-rubrica           \
    117             --without-html-widget    \
    118             --without-libnotify      \
    119             --without-nm             \
    120             --without-gtkspell       &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    121111make</userinput></screen>
    122112
     
    125115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    126116
    127 <screen role='root'><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>make install</userinput></screen>
    128118
    129119  </sect2>
     
    132122    <title>Command Explanations</title>
    133123
    134     <para><parameter>--with-rubrica</parameter>: This parameter is used
    135     to provide Rubrica2 address book support.</para>
    136 
    137     <para><option>--with-ssl</option>: Use this option to enable SSL support if
    138     <application>OpenSSL</application> is installed.</para>
    139 
    140     <para><option>--with-ldap</option>: Use this option to enable LDAP address
    141     book support if <application>OpenLDAP</application> is installed.</para>
    142 
    143     <para><option>--with-sqlite</option>: Use this option to enable SQLite
    144     address book support if <application>SQLite</application> is
    145     installed.</para>
    146 
    147     <para><option>--with-gpgme</option>: Use this option to enable GPG support
    148     if <quote><application>GnuPG</application> Made Easy</quote>
    149     (<application>GPGME</application>) is installed.</para>
    150 
    151     <para><option>--enable-smime</option>: Use this option to enable S/MIME
    152     support if <application>GnuPG-2.x.x</application> is installed.</para>
     124    <para>
     125      Examine <command>./configure --help</command> output for
     126      switches needed to detect the optional dependencies or
     127      to prevent it from looking for recommended dependencies.
     128    </para>
    153129
    154130  </sect2>
Note: See TracChangeset for help on using the changeset viewer.