Changeset 8b7a4ddd


Ignore:
Timestamp:
07/12/2014 02:25:58 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
b82117b8
Parents:
201fca3d
Message:

Changed configure options on accountsservice bogofilter gnome-clocks pages added systemd notes to udisks2 page

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    r201fca3d r8b7a4ddd  
    3030  <sect2 role="package">
    3131    <title>Introduction to UDisks</title>
     32
     33    <note>
     34    <para>
     35      This package will link against systemd libraries by default, since they are always
     36      installed and doing that, it doesn't require ConsoleKit anymore.
     37    </para>
     38    </note>
    3239
    3340    <para>
  • gnome/applications/accountsservice.xml

    r201fca3d r8b7a4ddd  
    107107<screen><userinput>./configure --prefix=/usr            \
    108108            --sysconfdir=/etc        \
    109             --localstatedir=/var     \
     109            --with-systemdsystemunitdir=/lib/systemd/system     \
    110110            --enable-admin-group=adm \
    111111            --disable-static         \
     112            --enable-systemd         \
    112113            --libexecdir=/usr/lib/accountsservice &amp;&amp;
    113114make</userinput></screen>
     
    131132      <parameter>--enable-admin-group=adm</parameter>: This switch sets
    132133      group for administrator accounts.
     134    </para>
     135
     136    <para>
     137      <parameter>--enable-systemd</parameter>: This switch enables
     138       systemd to be used.
    133139    </para>
    134140
  • gnome/applications/bogofilter.xml

    r201fca3d r8b7a4ddd  
    8484    <para role="required">
    8585      <xref linkend="db"/>, or
    86       <xref linkend="sqlite"/>
    87     </para>
     86      <xref linkend="sqlite"/>, or
     87      <ulink url="http://fallabs.com/qdbm/">qdbm</ulink>
     88    </para>
     89   
     90    <bridgehead renderas="sect4">Recommended</bridgehead>
     91    <para role="recommended">
     92      <xref linkend="gsl"/>
     93    </para>
     94
     95    <note>
     96    <para>
     97      If you do not install the recommended <application>gsl</application>
     98      then a statically linked shipped version will be used instead.
     99    </para>
     100    </note>
    88101
    89102    <para condition="html" role="usernotes">
     
    100113    </para>
    101114
    102 <screen><userinput>./configure --prefix=/usr \
    103             --sysconfdir=/etc \
    104             --libexecdir=/usr/lib/bogofilter &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr &amp;&amp;
    105116make</userinput></screen>
    106117
    107118    <para>
    108       To test the results, issue: <command>make -k check</command>. Two
    109       tests may fail due to problems with the tests.
     119      This application does not come with a test suite.
    110120    </para>
    111121
     
    121131
    122132    <para>
    123       <option>--disable-gtk2</option>: This switch disables building
    124       of the <application>GTK+ 2</application> immodule. Use it if
    125       you have not installed <application>GTK+ 2</application>.
     133      <option>--with-database=</option>: This switch allows you to change
     134      the default database from db to either qdbm or sqlite.
    126135    </para>
    127136
  • gnome/applications/gnome-clocks.xml

    r201fca3d r8b7a4ddd  
    9090    </para>
    9191
    92     <bridgehead renderas="sect4">Optional</bridgehead>
    93     <para role="optional">
    94       <xref linkend="gtk-doc"/>
    95     </para>
    9692
    9793    <para condition="html" role="usernotes">User Notes:
     
    109105
    110106<screen><userinput>./configure --prefix=/usr \
    111             --libexecdir=/usr/lib/gnome-clocks \
    112107            --disable-static &amp;&amp;
    113108make</userinput></screen>
     
    130125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131126      href="../../xincludes/static-libraries.xml"/>
    132 
    133     <para>
    134       <option>--enable-kerberos</option>: Use this switch if you have installed
    135       <xref linkend="mitkrb"/> and wish to use it with
    136       <application>GNOME Clocks</application>.
    137     </para>
    138 
    139     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140       href="../../xincludes/gtk-doc-rebuild.xml"/>
    141127
    142128  </sect2>
  • introduction/welcome/changelog.xml

    r201fca3d r8b7a4ddd  
    6060          <para>[cjg] - Added systemd notes to udev-extras page.</para>
    6161        </listitem>
    62       </itemizedlist>
    63     </listitem>
    64 
     62        <listitem>
     63          <para>[cjg] - Added systemd notes to udisks2 page.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[cjg] - Changed configure options on accountsservice page.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[cjg] - Changed configure options on bogofilter page.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[cjg] - Changed configure options on gnome-clocks page.</para>
     73        </listitem>
     74      </itemizedlist>
     75    </listitem>
    6576
    6677    <listitem>
Note: See TracChangeset for help on using the changeset viewer.