Changeset 396859f


Ignore:
Timestamp:
07/31/2014 05:19:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
50e6e55a
Parents:
8ee39871
Message:

Minor fixes to gnome-maps and gnome-weather.

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

Location:
gnome-systemd/applications
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/gnome-logs.xml

    r8ee39871 r396859f  
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="Optional">
    86       <xref linkend="appdata-tools"/> and
    87       <xref linkend="desktop-file-utils"/> (for the test suite)
     86      <xref linkend="appdata-tools"/>,
     87      <xref linkend="desktop-file-utils"/> (for the test suite), and
     88      <xref linkend="DocBook"/>,
     89      <xref linkend="docbook-xsl"/>, and
     90      <xref linkend="libxslt"/> (to build manual pages)
    8891    </para>
    8992   
     
    103106<screen><userinput>./configure --prefix=/usr &amp;&amp;
    104107make</userinput></screen>
     108
     109    <para>
     110      To test the results, issue: <command>make check</command>.
     111    </para>
    105112
    106113    <para>
     
    142149        <listitem>
    143150          <para>
    144             is the <application>GNOME</application> System Log Viewer.
     151            is the <application>GNOME</application> log viewer for the
     152            systemd journal.
    145153          </para>
    146154          <indexterm zone="gnome-logs gnome-logs-prog">
  • gnome-systemd/applications/gnome-maps.xml

    r8ee39871 r396859f  
    1212  <!ENTITY gnome-maps-size          "668 KB">
    1313  <!ENTITY gnome-maps-buildsize     "5.7 MB">
    14   <!ENTITY gnome-maps-time          "0.2 SBU">
     14  <!ENTITY gnome-maps-time          "less than 0.1 SBU">
    1515]>
    1616
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
     79      <xref linkend="clutter-gtk"/>,
    7980      <xref linkend="geoclue"/>,
    8081      <xref linkend="geocode-glib"/>,
    81       <xref linkend="gjs"/>,
    82       <xref linkend="gtk3"/>, and
     82      <xref linkend="gjs"/>, and
    8383      <xref linkend="libchamplain"/>
    8484    </para>
  • gnome-systemd/applications/gnome-weather.xml

    r8ee39871 r396859f  
    1212  <!ENTITY gnome-weather-size          "11 MB">
    1313  <!ENTITY gnome-weather-buildsize     "36 MB">
    14   <!ENTITY gnome-weather-time          "0.2 SBU">
     14  <!ENTITY gnome-weather-time          "0.1 SBU">
    1515]>
    1616
     
    3333
    3434    <para>
    35       <application>GNOME Weather</application> is a small application that allows you to monitor the current weather
    36       conditions for your city, or anywhere in the world, and to access updated forecasts provided by various
    37       internet services.
     35      <application>GNOME Weather</application> is a small application that allows
     36      you to monitor the current weather conditions for your city, or anywhere
     37      in the world, and to access updated forecasts provided by various internet
     38      services.
    3839    </para>
    3940
     
    7879    <bridgehead renderas="sect4">Required</bridgehead>
    7980    <para role="required">
    80       <xref linkend="gdk-pixbuf"/>,
    81       <xref linkend="libgweather"/>, and
    82       <xref linkend="gjs"/>
    83     </para>
    84 
    85     <bridgehead renderas="sect4">Recommended</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="gobject-introspection"/>
     81      <xref linkend="gjs"/> and
     82      <xref linkend="libgweather"/>
    8883    </para>
    8984
     
    132127        </seg>
    133128        <seg>
    134            /usr/lib/org.gnome.Weather.Application
    135            /usr/share/org.gnome.Weather.Application
     129          /usr/lib/org.gnome.Weather.Application and
     130          /usr/share/org.gnome.Weather.Application
    136131        </seg>
    137132      </seglistitem>
     
    143138      <?dbhtml list-presentation="table"?>
    144139
    145       <varlistentry id="weather-daemon">
    146         <term><command>weather-daemon</command></term>
     140      <varlistentry id="gnome-weather-prog">
     141        <term><command>gnome-weather</command></term>
    147142        <listitem>
    148143          <para>
    149             is the <application>GNOME Weather</application> Daemon.
     144            is a small application that allows  you to monitor the
     145            current weather conditions anywhere in the world.
    150146          </para>
    151           <indexterm zone="gnome-weather weather-daemon">
    152             <primary sortas="b-weather-daemon">weather-daemon</primary>
     147          <indexterm zone="gnome-weather gnome-weather-prog">
     148            <primary sortas="b-gnome-weather">gnome-weather</primary>
    153149          </indexterm>
    154150        </listitem>
Note: See TracChangeset for help on using the changeset viewer.