Changeset a2b4a9e


Ignore:
Timestamp:
02/17/2005 04:58:42 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94a9c26f
Parents:
8e0d6c8
Message:

Updated to Xpdf-3.00pl3; fixed patch installation text in OpenOffice instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3482 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8e0d6c8 ra2b4a9e  
    1 <!ENTITY day          "16">
     1<!ENTITY day          "17">
    22<!ENTITY month        "02">
    33<!ENTITY year         "2005">
     
    499499<!ENTITY psutils-version              "p17">   
    500500<!ENTITY gsview-version               "4.6">   
    501 <!ENTITY xpdf-version                 "3.00pl1"> 
     501<!ENTITY xpdf-version                 "3.00pl3"> 
    502502<!ENTITY fop-version                  "0.20.5"> 
    503503
  • introduction/welcome/changelog.xml

    r8e0d6c8 ra2b4a9e  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>February 17th, 2005 [randy]: Updated to
     26Xpdf-3.00pl3</para></listitem>
    2427
    2528<listitem><para>February 16th, 2005 [randy]: Added md5sums to Chapter
  • pst/ps/xpdf.xml

    r8e0d6c8 ra2b4a9e  
    4444<itemizedlist spacing='compact'>
    4545<listitem><para>Required patch: <ulink
     46url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl1.patch"/></para>
     47</listitem>
     48<listitem><para>Required patch: <ulink
     49url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch"/></para>
     50</listitem>
     51<listitem><para>Required patch: <ulink
    4652url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para>
    4753</listitem>
     
    7480commands:</para>
    7581
    76 <screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
     82<screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &amp;&amp;
     83patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &amp;&amp;
     84patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch &amp;&amp;
    7785patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch &amp;&amp;
    7886./configure --prefix=/usr --sysconfdir=/etc \
  • xsoft/suites/openoffice.xml

    r8e0d6c8 ra2b4a9e  
    137137mv gpc231/* external/gpc &amp;&amp;
    138138rmdir gpc231 &amp;&amp;
    139 for patch in ../openoffice-&openoffice-version;-*.patch
     139for patch in ../OOo-&openoffice-version;-*.patch
    140140  do patch -Np1 -i $patch
    141141  done</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.