Changeset 6c6990c for x


Ignore:
Timestamp:
08/11/2015 07:54:11 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ee1266
Parents:
74887424
Message:
  • Update to firefox-40.0.
  • Update to gnutls-3.4.4.1.
  • Update to openssh-7.0p1 and ssh-askpass-7.0p1.
  • SoundTouch-1.9.0: typo and add short description.
  • GTK+-2.24.28: reformat commands to decrease width. Im

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+2.xml

    r74887424 r6c6990c  
    107107    </para>
    108108
    109 <screen><userinput>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#' docs/{faq,tutorial}/Makefile.in &amp;&amp;
    110 sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in                   &amp;&amp;
    111 ./configure --prefix=/usr --sysconfdir=/etc                           &amp;&amp;
     109<screen><userinput>sed -e 's#l \(gtk-.*\).sgml#&amp; -o \1#' \
     110    -i docs/{faq,tutorial}/Makefile.in      &amp;&amp;
     111
     112sed -e 's#pltcheck.sh#$(NULL)#g' \
     113    -i gtk/Makefile.in                      &amp;&amp;
     114
     115./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     116
    112117make</userinput></screen>
    113118
     
    154159    <para>
    155160      <command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
    156       This <command>sed</command> disables one test known to fail. 
     161      This <command>sed</command> disables one test known to fail.
    157162      Not necessary, if not running the tests.
    158163    </para>
Note: See TracChangeset for help on using the changeset viewer.