Changeset 64000cf7


Ignore:
Timestamp:
03/25/2007 10:19:17 PM (17 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9e49fb1
Parents:
b8c6d9c1
Message:

Updated to VTE-2.16.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb8c6d9c1 r64000cf7  
    442442<!ENTITY gnome-panel-version          "2.14.3">
    443443<!ENTITY gnome-session-version        "2.14.3">
    444 <!ENTITY vte-version                  "0.12.2">
     444<!ENTITY vte-version                  "0.16.0">
    445445<!ENTITY gnome-terminal-version       "2.14.2">
    446446<!ENTITY libgtop-version              "2.14.2">
  • gnome/core/vte.xml

    rb8c6d9c1 r64000cf7  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.12/vte-&vte-version;.tar.bz2">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.12/vte-&vte-version;.tar.bz2">
    9   <!ENTITY vte-md5sum        "7cb1bd6ca528bc4db5ec685549fd3eb1">
    10   <!ENTITY vte-size          "974 KB">
    11   <!ENTITY vte-buildsize     "25.3 MB">
    12   <!ENTITY vte-time          "0.7 SBU">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.16/vte-&vte-version;.tar.bz2">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.16/vte-&vte-version;.tar.bz2">
     9  <!ENTITY vte-md5sum        "6b85967ba75ed574d0e5782697fbc79f">
     10  <!ENTITY vte-size          "1 MB">
     11  <!ENTITY vte-buildsize     "21.8 MB">
     12  <!ENTITY vte-time          "0.5 SBU">
    1313]>
    1414
     
    7979
    8080<screen><userinput>sed -i 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%' termcaps/xterm &amp;&amp;
    81 sed -i 's/FT2_LIBS $LIBS/&amp; $X_LIBS/' configure &amp;&amp;
    82 sed -i -e 's/^ssfe_LDADD =.*$/&amp; -lncurses/' \
    83        -e 's/^LDFLAGS =.*$/&amp; @X_LIBS@/' \
    84     src/Makefile.in &amp;&amp;
    85 
    8681./configure --prefix=/usr \
    8782            --libexecdir=/usr/lib/vte &amp;&amp;
     
    10499    fixes them.</para>
    105100
    106     <para><command>sed -i ... configure</command>: If you pass the
    107     <option>--with-glX</option> parameter to the <command>configure</command>
    108     script, <command>configure</command> will fail because it doesn't include
    109     the <application>X Window System</application> library directory in the
    110     <envar>LDFLAGS</envar> in one of the checks. This command adds the required
    111     directory. This command is not required if your
    112     <application>X Window System</application> libraries are located in
    113     <filename class='directory'>/usr/lib</filename>.</para>
    114 
    115     <para><command>sed -i ... src/Makefile.in</command>: For the same reason
    116     the previous <command>sed</command> command is used, this one does a
    117     similar modification to fix the <filename>Makefile</filename> used to
    118     build the programs and library. This <command>sed</command> also fixes an
    119     issue by adding the <filename class='libraryfile'>libncurses</filename>
    120     library to the <envar>LDFLAGS</envar> for building the
    121     <command>ssfe</command> program. This issue is also caused by passing the
    122     additional parameters to the <command>configure</command> script.</para>
    123 
    124101    <para><parameter>--libexecdir=/usr/lib/vte</parameter>: This parameter
    125102    causes the libexec files to be installed in the preferred location of
     
    127104    instead of <filename class="directory">/usr/libexec</filename>.</para>
    128105
    129     <para><option>--with-xft2 --with-pangox --with-glX</option>: These
    130     parameters can be passed to the <command>configure</command> script
     106    <para><option>--with-glX</option>: This
     107    parameter can be passed to the <command>configure</command> script
    131108    to enable additional drawing methods in the
    132109    <application>VTE</application> library.</para>
     
    173150        <term><filename class='libraryfile'>libvte.{so,a}</filename></term>
    174151        <listitem>
    175           <para>provide the functions necessary to implement a
    176           <quote>termcap file</quote> for terminal emulators.</para>
     152          <para>is a library which implements a terminal emulator
     153          widget for <application>GTK+</application>.</para>
    177154          <indexterm zone="vte libvte">
    178155            <primary sortas="c-libvte">libvte.{so,a}</primary>
  • introduction/welcome/changelog.xml

    rb8c6d9c1 r64000cf7  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[djensen] - Updated to VTE-2.16.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to OpenSSH-4.6p1.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.