Changeset 6dbbad9


Ignore:
Timestamp:
07/13/2014 05:36:41 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
152284d
Parents:
b82117b8
Message:

Updated configure options and dependencies on uhttpmock and gnome-weather pages Updated dependencies on gnome-logs and gnome-bluetooth pages

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-bluetooth.xml

    rb82117b8 r6dbbad9  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
     80      <xref linkend="glib2"/>,
    8081      <xref linkend="libnotify"/>, and
    81       <xref linkend="yelp-xsl"/>
     82      <xref linkend="gtk3"/>
    8283    </para>
    8384
     
    9798    <para role="optional">
    9899      <xref linkend="bluez"/>, and
    99       <xref linkend="consolekit"/>
     100      <xref linkend="systemd"/>
    100101    </para>
    101102
  • gnome/applications/gnome-logs.xml

    rb82117b8 r6dbbad9  
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="Optional">
    89       <xref linkend="appdata-tools"/>
     89      <xref linkend="appdata-tools"/>,
     90      <xref linkend="DocBook"/> (to build documentation), and
     91      <xref linkend="desktop-file-utils"/> (for test suite)
    9092    </para>
    9193   
  • gnome/applications/gnome-weather.xml

    rb82117b8 r6dbbad9  
    9090    </para>
    9191
    92     <bridgehead renderas="sect4">Optional</bridgehead>
    93     <para role="optional">
    94       <xref linkend="gtk-doc"/>
    95     </para>
    96 
    9792    <para condition="html" role="usernotes">User Notes:
    9893      <ulink url="&blfs-wiki;/gnome-weather"/>
     
    108103    </para>
    109104
    110 <screen><userinput>./configure --prefix=/usr \
    111             --libexecdir=/usr/lib/gnome-weather \
    112             --disable-static &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr &amp;&amp;
    113106make</userinput></screen>
    114107
     
    122115
    123116<screen role="root"><userinput>make install</userinput></screen>
    124 
    125   </sect2>
    126 
    127   <sect2 role="commands">
    128     <title>Command Explanations</title>
    129 
    130     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131       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 Weather</application>.
    137     </para>
    138 
    139     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140       href="../../xincludes/gtk-doc-rebuild.xml"/>
    141117
    142118  </sect2>
  • gnome/applications/uhttpmock.xml

    rb82117b8 r6dbbad9  
    122122    <title>Command Explanations</title>
    123123
    124     <para>
    125       <option>--enable-mediathek-plugin</option> : This parameter will create a plugin
    126       for German Public TV (ARD and ZDF).
    127     </para>
     124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     125      href="../../xincludes/gtk-doc-rebuild.xml"/>
    128126
    129127  </sect2>
  • introduction/welcome/changelog.xml

    rb82117b8 r6dbbad9  
    7474        <listitem>
    7575          <para>[cjg] - Changed build instructions on highlight page.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[cjg] - Updated dependencies on gnome-logs page.</para>
     79        </listitem>
     80        <listitem>
     81          <para>[cjg] - Updated dependencies on gnome-bluetooth page.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[cjg] - Updated configure options and dependencies on gnome-weather page.</para>
     85        </listitem>
     86         <listitem>
     87          <para>[cjg] - Updated configure options and dependencies on uhttpmock page.</para>
    7688        </listitem>
    7789      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.