Changeset 3425c8a


Ignore:
Timestamp:
12/30/2005 01:25:58 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6267748
Parents:
fcd6bf9d
Message:

Added Gaim-1.5.0

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfcd6bf9d r3425c8a  
    485485<!ENTITY pan-version                  "0.14.2">
    486486<!ENTITY balsa-version                "2.3.6">
     487<!ENTITY gaim-version                 "1.5.0">
    487488
    488489<!-- Part XI -->
  • introduction/welcome/changelog.xml

    rfcd6bf9d r3425c8a  
    4848          <para>[randy] - Added new package Libidn-0.6.0.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[andy] - Added new package Gaim-1.5.0.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • xsoft/office/abiword.xml

    rfcd6bf9d r3425c8a  
    110110
    111111<screen role="root"><userinput>make install &amp;&amp;
    112 cp -v -rf docs /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
     112cp -vrf docs /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
    113113cd ../abiword-plugins &amp;&amp;
    114114make install</userinput></screen>
     
    120120
    121121<screen role="root"><userinput>cd .. &amp;&amp;
    122 install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
     122install -vm 644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
    123123    $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
    124124
     
    139139    install the help files:</para>
    140140
    141 <screen role="root"><userinput>install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
    142 install -v -m644 Manual/en/Abiword_Manual.abw \
     141<screen role="root"><userinput>install -vm 644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
     142install -vm 644 Manual/en/Abiword_Manual.abw \
    143143    /usr/share/AbiSuite-2.4/AbiWord/docs  &amp;&amp;
    144 cp -v -rf help /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
     144cp -vrf help /usr/share/AbiSuite-2.4/AbiWord &amp;&amp;
    145145find /usr/share/AbiSuite-2.4/AbiWord/help \
    146146    -type d -exec chmod -v 755 {} \;</userinput></screen>
  • xsoft/other/other.xml

    rfcd6bf9d r3425c8a  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pan.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="balsa.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gaim.xml"/>
    1920
    2021</chapter>
Note: See TracChangeset for help on using the changeset viewer.