Changeset c17e587


Ignore:
Timestamp:
08/24/2014 09:05:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
b8691802
Parents:
3ede78cb
Message:

Check some office stuff. Minor fixes for some packages. Merged trunk.

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

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/clucene.xml

    r3ede78cb rc17e587  
    3333    high performance text search engine.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libgsf.xml

    r3ede78cb rc17e587  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libiodbc.xml

    r3ede78cb rc17e587  
    3333    databases.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/wv.xml

    r3ede78cb rc17e587  
    3333    document.</para>
    3434
    35     &lfs75_built;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/rarian.xml

    r3ede78cb rc17e587  
    3535    ScrollKeeper</application>.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    commands:</para>
    7979
    80 <screen><userinput>./configure --prefix=/usr \
    81             --localstatedir=/var &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr --localstatedir=/var &amp;&amp;
    8281make</userinput></screen>
    8382
  • general/graphlib/libpng.xml

    r3ede78cb rc17e587  
    88           "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
    99  <!ENTITY libpng-download-ftp  " ">
    10   <!ENTITY libpng-md5sum        "ee752da8aa75076500e4cf31318e636e">
     10  <!ENTITY libpng-md5sum        "9822c25466f060142359f80ed142c9e5">
    1111  <!ENTITY libpng-size          "884 KB">
    1212  <!ENTITY libpng-buildsize     "12 MB (additional 1 MB for the tests)">
    1313  <!ENTITY libpng-time          "0.1 SBU (additional 0.3 SBU for the tests)">
    1414
    15   <!ENTITY apng-version "1.6.12">
     15  <!ENTITY apng-version "1.6.13">
    1616
    1717  <!ENTITY apng-patch
  • general/prog/gdb.xml

    r3ede78cb rc17e587  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/npapi-sdk.xml

    r3ede78cb rc17e587  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/openjdk.xml

    r3ede78cb rc17e587  
    391391chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen>
    392392
     393    <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policytool</command>, as <systemitem class="username">root</systemitem> user:</para>
     394
     395<screen role="root"><userinput>cat &gt;&gt; /usr/share/applications/openjdk-7-policytool.desktop &lt;&lt; "EOF" &amp;&amp;
     396<literal>[Desktop Entry]
     397Name=OpenJDK Java 7 Policy Tool
     398Name[pt_BR]=OpenJDK Java 7 - Ferramenta de Pol&#237;tica
     399Comment=OpenJDK Java 7 Policy Tool
     400Comment[pt_BR]=OpenJDK Java 7 - Ferramenta de Pol&#237;tica
     401Exec=/opt/jdk/bin/policytool
     402Terminal=false
     403Type=Application
     404Icon=javaws
     405Categories=Settings;</literal>
     406EOF
     407
     408install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png &amp;&amp;</userinput></screen>
     409
    393410  </sect2>
    394411
     
    458475      user:</para>
    459476
    460 <screen role="root"><userinput>cat &gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
     477<screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
    461478<literal># Begin /etc/profile.d/openjdk.sh
    462479
     
    492509    user:</para>
    493510
    494 <screen role="root"><userinput>cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF" &amp;&amp;
    495 <literal>MANDATORY_MANPATH     /opt/jdk/man
     511<screen role="root"><userinput>cat >> /etc/profile.d/extrapaths.sh &lt;&lt; "EOF" &amp;&amp;
     512# Begin Java addition
     513<literal>pathappend /opt/jdk/man       MANPATH
     514# End Java addition</literal>
     515EOF
     516
     517
     518cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF" &amp;&amp;
     519<literal># Begin Java addition
     520MANDATORY_MANPATH     /opt/jdk/man
    496521MANPATH_MAP           /opt/jdk/bin     /opt/jdk/man
    497 MANDB_MAP             /opt/jdk/man     /var/cache/man/jdk</literal>
     522MANDB_MAP             /opt/jdk/man     /var/cache/man/jdk
     523# End Java addition</literal>
    498524EOF
    499525
    500526mandb -c /opt/jdk/man</userinput></screen>
     527
     528    <para>To test the man pages are correctly installed, issue <command>source /etc/profile</command> and <command>man java</command> to display the respective man page.</para>
    501529
    502530    </sect3>
  • general/sysutils/raptor.xml

    r3ede78cb rc17e587  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/rasqal.xml

    r3ede78cb rc17e587  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/redland.xml

    r3ede78cb rc17e587  
    3535    <application>Nepomuk</application>.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/important/building-notes.xml

    r3ede78cb rc17e587  
    328328        suggests this package is installed first for a clean and trouble-free
    329329        build, that won't have issues either during the build process, or at
    330         run-time.</para>
     330        run-time.  The instructions in the book assume these packages are
     331        installed.  Some changes or workarounds may be required if these
     332        packages are not installed.</para>
    331333      </listitem>
    332334      <listitem>
  • introduction/welcome/changelog.xml

    r3ede78cb rc17e587  
    4444
    4545-->
     46    <listitem>
     47      <para>August 24th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - OpenJDK-1.7.0.65/IcedTea-2.5.1: fix man pages and
     51          add a desktop file.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to icedtea-web-1.5.1, reorder some
     55          dependencies and add a desktop file. Replace Xulrunner-31.0 dependency
     56          by NPAPI-SDK-0.27.2, thanks to Armin K, from systemd branch for
     57          remembering (I had asked about this in one list some time ago, but
     58          forgot to check). Fixes
     59          <ulink url="&blfs-ticket-root;5389">#5389</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - Update to libpng-1.6.13. Fixes
     63          <ulink url="&blfs-ticket-root;5418">#5418</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[ken] - Make TeX Live use system gc for asymptote.</para>
     67        </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
    4671    <listitem>
    4772      <para>August 23rd, 2014</para>
  • packages.ent

    r3ede78cb rc17e587  
    164164<!ENTITY libjpeg-turbo-version        "1.3.1">
    165165<!ENTITY libmng-version               "2.0.2">
    166 <!ENTITY libpng-version               "1.6.12">
     166<!ENTITY libpng-version               "1.6.13">
    167167<!ENTITY librsvg-version              "2.40.3">   <!-- Normally even minors
    168168                                                       Required version in order to use
     
    565565<!ENTITY gnash-version                "0.8.10">
    566566<!ENTITY gimp-version                 "2.8.10">
    567 <!ENTITY icedtea-web-version          "1.5">
     567<!ENTITY icedtea-web-version          "1.5.1">
    568568<!ENTITY inkscape-version             "0.48.5">
    569569<!ENTITY pan-version                  "0.133">
  • pst/printing/gs.xml

    r3ede78cb rc17e587  
    4848    used for that.</para>
    4949
    50     &lfs75_checked;
     50    &lfs76_checked;
    5151
    5252    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    156156      copies of <application>expat</application>,
    157157      <application>freetype</application>, <application>lcms2</application>,
    158       <application>libjpeg</application>, and <application>libpng</application>:
     158      <application>libjpeg</application>, <application>libpng</application>
     159      and <application>zlib</application>:
    159160    </para>
    160161
    161162<screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure &amp;&amp;
    162 rm -rf expat freetype lcms2 jpeg libpng</userinput></screen>
     163rm -rf expat freetype lcms2 jpeg libpng zlib</userinput></screen>
    163164<!--
    164165    <note>
     
    174175    <para>Compile <application>Ghostscript</application>:</para>
    175176
    176 <screen><userinput>rm -rf zlib &amp;&amp;
    177 ./configure --prefix=/usr --disable-compile-inits \
    178  --enable-dynamic --with-system-libtiff &amp;&amp;
     177<screen><userinput>./configure --prefix=/usr           \
     178            --disable-compile-inits \
     179            --enable-dynamic        \
     180            --with-system-libtiff &amp;&amp;
    179181make</userinput></screen>
    180182
     
    210212    <para>If you want the shared library too:</para>
    211213
    212 <screen role="root"><userinput>make soinstall &amp;&amp;
     214<screen role="root"><userinput>make soinstall<!-- &amp;&amp;
    213215install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    214 ln -v -s ghostscript /usr/include/ps</userinput></screen>
     216ln -v -s ghostscript /usr/include/ps--></userinput></screen>
    215217
    216218    <para>Now make the documentation accessible from the normal place:</para>
     
    237239    <para>
    238240      <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>:
    239       Fix to build with system <application>zlib</application>.
    240     </para>
    241 
    242     <para>
     241      Fixes building with system <application>Zlib</application>.
     242    </para>
     243
     244    <!-- <para>
    243245      <command>rm -rf zlib</command>:
    244246      <application>zlib</application> was installed as part of LFS.
    245     </para>
     247    </para> -->
    246248
    247249    <para>
     
    255257    </para>
    256258
    257     <para>
     259    <!-- <para> Nothing needs these. The ones installed by soinstall are sufficient.
    258260      <command>install -v -m644 base/*.h... </command>: Some packages
    259261      (<application>ImageMagick</application> is one) need the
     
    262264    </para>
    263265
    264     <para>
     266    <para> Haven't found anything that needs this
    265267      <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
    266268      expect to find the interface headers in an alternate location.
    267     </para>
     269    </para> -->
    268270
    269271    <para>
     
    277279      to the <xref linkend="cups"/> libraries if you have installed those.
    278280    </para>
     281
    279282  </sect2>
    280283
  • pst/typesetting/texlive.xml

    r3ede78cb rc17e587  
    8181      versions.  The following are recommended so that the system version
    8282      will be used:
    83       <xref linkend="icu"/>,
     83      <xref linkend="fontconfig"/>,
    8484      <xref linkend="freetype2"/>,
    85       <xref linkend="fontconfig"/>,
     85      <xref linkend="gc"/>,
    8686      <xref linkend="graphite2"/>,
    8787      <xref linkend="harfbuzz"/> (linked to graphite2),
     88      <xref linkend="icu"/>,
    8889      <xref linkend="libpng"/>,
    8990      <xref linkend="poppler"/>
     
    9394    <para role="optional">
    9495      <ulink url="http://www.fftw.org/">FFTW</ulink> can be used by asy.
     96    </para>
     97    <para>
     98      The version of
     99      <ulink
     100      url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>
     101      shipped with the source will be used unless you have installed a system
     102      version and told it to use that.
    95103    </para>
    96104    <para role="optional">
     
    176184    --with-system-xpdf                              \
    177185    --with-system-zlib                              \
    178     --with-banner-add=" - BLFS" &amp;&amp;
    179 
    180 pushd ../utils/asymptote &amp;&amp;
     186    --with-banner-add=" - BLFS"</userinput></screen>
     187
     188    <para>Asymptote has to be separately configured.  It ships with its own copy
     189    of the gc source tarball, and will only use the system version if that local
     190    source is removed.
     191    </para>
     192
     193<screen><userinput>pushd ../utils/asymptote &amp;&amp;
     194    rm -v gc-7.4.0.tar.gz &amp;&amp;
     195
    181196    echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    182197    echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
  • x/lib/goffice010.xml

    r3ede78cb rc17e587  
    4242    </para>
    4343
    44     &lfs75_checked;
     44    &lfs76_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/graphweb/firefox.xml

    r3ede78cb rc17e587  
    298298
    299299    <para>
    300       <command>ac_add_options --disable-necko-wifi</command>: If you remove
    301       this command, you will enable opt-in support for geolocation web services
    302       when you are using a wifi connection.
    303     </para>
    304 
    305     <para>
    306300      <command>make -f client.mk ...</command>: Mozilla products are packaged to
    307301      allow the use of a configuration file which can be used to pass the
  • xsoft/other/icedtea-web.xml

    r3ede78cb rc17e587  
    77  <!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
    88  <!ENTITY icedtea-web-download-ftp  " ">
    9   <!ENTITY icedtea-web-md5sum        "a6199869763291879f3a7382b114974c">
    10   <!ENTITY icedtea-web-size          "1.5 MB">
     9  <!ENTITY icedtea-web-md5sum        "ee53fdd19456a59aa9d3a407d35a358c">
     10  <!ENTITY icedtea-web-size          "1.6 MB">
    1111  <!ENTITY icedtea-web-buildsize     "30 MB">
    12   <!ENTITY icedtea-web-time          "0.3 SBU">
     12  <!ENTITY icedtea-web-time          "0.2 SBU">
    1313]>
    1414
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <xref linkend="openjdk"/> and
    65       <xref linkend="xulrunner"/>
     64      <xref linkend="npapi-sdk"/>, and
     65      <xref linkend="openjdk"/> or
     66      <xref linkend="java"/> (remember to configure as described in the
     67      <xref linkend="openjdk"/> page),
    6668    </para>
    6769
     
    7274      <xref linkend="firefox"/>,
    7375      <xref linkend="midori"/>,
    74       <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>,
    75       <ulink url="http://www.opera.com">Opera</ulink>, and
    76       <xref linkend="seamonkey"/>
     76      <xref linkend="seamonkey"/>,
     77      <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>, and
     78      <ulink url="http://www.opera.com">Opera</ulink>
    7779    </para>
    7880
     
    8183      <xref linkend="libxslt"/>,
    8284      <xref linkend="mercurial"/>,
    83       <xref linkend="npapi-sdk"/>,
    8485      <ulink url="http://emma.sourceforge.net/">EMMA</ulink>, and
    8586      <ulink url="http://www.eclemma.org/jacoco/">JACOCO</ulink>
     
    110111mandb -c /opt/jdk/man</userinput></screen>
    111112
     113    <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
     114
     115    <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policyeditor</command>, as <systemitem class="username">root</systemitem> user:</para>
     116
     117<screen role="root"><userinput>install -v -Dm0644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &amp;&amp;
     118install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
     119
    112120  </sect2>
    113121
     
    151159
    152160      <seglistitem>
    153         <seg>itweb-settings and javaws</seg>
     161        <seg>itweb-settings, javaws and policyeditor</seg>
    154162        <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
    155163        <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
     
    179187          <indexterm zone="icedtea-web javaws-itweb">
    180188            <primary sortas="b-javaws">javaws</primary>
     189          </indexterm>
     190        </listitem>
     191      </varlistentry>
     192
     193      <varlistentry id="policyeditor-itweb">
     194        <term><command>policyeditor</command></term>
     195        <listitem>
     196          <para>view and modify security policy settings, including
     197          certificates, for javaws and the browser plugin.</para>
     198          <indexterm zone="icedtea-web policyeditor-itweb">
     199            <primary sortas="b-policyeditor">policyeditor</primary>
    181200          </indexterm>
    182201        </listitem>
Note: See TracChangeset for help on using the changeset viewer.