Changeset c0afe8b


Ignore:
Timestamp:
08/25/2014 12:36:15 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
2ce3f7b3
Parents:
cb4f7a71
Message:

Some checks and instruction tweaks.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    rcb4f7a71 rc0afe8b  
    4040    that implements a particular task interface.</para>
    4141
    42     &lfs75_checked;
     42    &lfs76_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/java.xml

    rcb4f7a71 rc0afe8b  
    8282    version.</para>
    8383
    84     &lfs75_checked;
     84    &lfs76_checked;
    8585
    8686    <bridgehead renderas="sect3">Binary Package Information</bridgehead>
  • general/prog/junit.xml

    rcb4f7a71 rc0afe8b  
    3636    test data, and test runners for running tests.</para>
    3737
    38     &lfs75_checked;
     38    &lfs74_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/cpio.xml

    rcb4f7a71 rc0afe8b  
    3333    tools for archiving.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/xorg7.xml

    rcb4f7a71 rc0afe8b  
    133133    <note><para>If you've decided to use the standard <filename
    134134    class="directory">/usr</filename> prefix, you can omit the remainder of
    135     this page and continue at <xref linkend='util-macros'/>.</para></note>
     135    this page and continue at <xref linkend="util-macros"/>.</para></note>
    136136
    137137    <para>If you've decided to <emphasis>not</emphasis> use the standard
     
    183183    user:</para>
    184184
    185 <screen><userinput role="root">ln -s $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     185<screen><userinput role="root">ln -sfv $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
    186186
    187187    <para>Finally, if building on x86_64, you will need to create the
  • xsoft/graphweb/seamonkey.xml

    rcb4f7a71 rc0afe8b  
    147147
    148148<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; EOF
    149 # If you have a multicore machine you can speed up the build by running
     149<literal># If you have a multicore machine you can speed up the build by running
    150150# several jobs at once, but if you have a single core, delete this line:
    151151mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
     
    196196ac_add_options --with-system-jpeg
    197197ac_add_options --with-system-png
    198 ac_add_options --with-system-zlib
     198ac_add_options --with-system-zlib</literal>
    199199EOF</userinput></screen>
    200200
     
    214214      command:
    215215    </para>
    216 
    217     <note><para>If you did not install Xorg in /usr, be sure to specify the
    218     location with:</para>
    219 
    220     <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
    221 export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
    222     </note>
    223216
    224217<screen><userinput>make -f client.mk</userinput></screen>
     
    362355        <seg>seamonkey</seg>
    363356        <seg>
    364           Numerous libraries, browser, and email/newsgroup components, plugins,
    365           extensions, and helper modules installed in <filename
    366           class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
     357          None
    367358        </seg>
    368359        <seg>
  • xsoft/office/abiword.xml

    rcb4f7a71 rc0afe8b  
    4444    </para>
    4545
    46     &lfs75_checked;
     46    &lfs76_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    268268      </para>
    269269
    270       <para>
    271         If you have <xref linkend="desktop-file-utils"/> installed, you should
    272         run the <command>update-desktop-database</command> command to update the
    273         mimeinfo cache and allow the Help system to work.
    274       </para>
    275 
    276       <para>
    277         If you have <xref linkend="xdg-utils"/> installed, you should
    278         run the <command>xdg-icon-resource forceupdate --theme hicolor</command>
    279         command, for the installed icon to be displayed in the menu item.
    280       </para>
    281 
    282270    </sect3>
    283271
  • xsoft/office/gnumeric.xml

    rcb4f7a71 rc0afe8b  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/other/gnash.xml

    rcb4f7a71 rc0afe8b  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.