Changeset a2b4a9e
- Timestamp:
- 02/17/2005 04:58:42 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 94a9c26f
- Parents:
- 8e0d6c8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8e0d6c8 ra2b4a9e 1 <!ENTITY day "1 6">1 <!ENTITY day "17"> 2 2 <!ENTITY month "02"> 3 3 <!ENTITY year "2005"> … … 499 499 <!ENTITY psutils-version "p17"> 500 500 <!ENTITY gsview-version "4.6"> 501 <!ENTITY xpdf-version "3.00pl 1">501 <!ENTITY xpdf-version "3.00pl3"> 502 502 <!ENTITY fop-version "0.20.5"> 503 503 -
introduction/welcome/changelog.xml
r8e0d6c8 ra2b4a9e 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 17th, 2005 [randy]: Updated to 26 Xpdf-3.00pl3</para></listitem> 24 27 25 28 <listitem><para>February 16th, 2005 [randy]: Added md5sums to Chapter -
pst/ps/xpdf.xml
r8e0d6c8 ra2b4a9e 44 44 <itemizedlist spacing='compact'> 45 45 <listitem><para>Required patch: <ulink 46 url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl1.patch"/></para> 47 </listitem> 48 <listitem><para>Required patch: <ulink 49 url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch"/></para> 50 </listitem> 51 <listitem><para>Required patch: <ulink 46 52 url="ftp://ftp.foolabs.com/pub/xpdf/xpdf-&xpdf-version;.patch"/></para> 47 53 </listitem> … … 74 80 commands:</para> 75 81 76 <screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch && 82 <screen><userinput><command>patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch && 83 patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch && 84 patch -d xpdf -Np0 -i ../../xpdf-&xpdf-version;.patch && 77 85 patch -Np1 -i ../xpdf-&xpdf-version;-freetype_2.1.7_hack-2.patch && 78 86 ./configure --prefix=/usr --sysconfdir=/etc \ -
xsoft/suites/openoffice.xml
r8e0d6c8 ra2b4a9e 137 137 mv gpc231/* external/gpc && 138 138 rmdir gpc231 && 139 for patch in ../ openoffice-&openoffice-version;-*.patch139 for patch in ../OOo-&openoffice-version;-*.patch 140 140 do patch -Np1 -i $patch 141 141 done</command></userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.