Changeset c090c4d


Ignore:
Timestamp:
02/16/2012 07:24:31 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d073532
Parents:
7c3a220f
Message:

vte-0.30.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7c3a220f rc090c4d  
    694694<!ENTITY seed-version                 "3.2.0">
    695695<!ENTITY totem-pl-parser-version      "2.32.6">
    696 <!ENTITY vte-version                  "0.24.2">
     696<!ENTITY vte-version                  "0.30.1">
    697697<!ENTITY zenity-version               "2.30.0">
    698698
  • gnome/core/vte.xml

    r7c3a220f rc090c4d  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.24/vte-&vte-version;.tar.bz2">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.24/vte-&vte-version;.tar.bz2">
    9   <!ENTITY vte-md5sum        "76d5bca203245fedf7eac6d434a16bd9">
    10   <!ENTITY vte-size          "1.3 MB">
    11   <!ENTITY vte-buildsize     "22 MB">
    12   <!ENTITY vte-time          "0.5 SBU">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.30/vte-&vte-version;.tar.xz">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.30/vte-&vte-version;.tar.xz">
     9  <!ENTITY vte-md5sum        "514f48346f176f91297731f6fdb1cffc">
     10  <!ENTITY vte-size          "930 KB">
     11  <!ENTITY vte-buildsize     "28 MB">
     12  <!ENTITY vte-time          "0.4 SBU">
    1313]>
    1414
     
    3333    file implementation for terminal emulators.</para>
    3434
    35     &lfs65_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required"><xref linkend="glib2"/> ,
    63     <xref linkend="gtk2"/>, and
     63    <xref linkend="gtk3"/>, and
    6464    <xref linkend="intltool"/></para>
    6565
     
    8080
    8181<screen><userinput>sed -i 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%' termcaps/xterm &amp;&amp;
    82 ./configure --prefix=/usr \
    83             --libexecdir=/usr/lib/vte &amp;&amp;
     82./configure --prefix=$GNOME_PREFIX \
     83            --libexecdir=$GNOME_PREFIX/lib/vte &amp;&amp;
    8484make</userinput></screen>
    8585
     
    100100    fixes them.</para>
    101101
    102     <para><parameter>--libexecdir=/usr/lib/vte</parameter>: This parameter
    103     causes the libexec files to be installed in the preferred location of
    104     <filename class="directory">/usr/lib/vte</filename>
    105     instead of <filename class="directory">/usr/libexec</filename>.</para>
     102    <para><parameter>--libexecdir=$GNOME_PREFIX/lib/vte</parameter>: This parameter
     103    causes <command>gnome-pty-helper</command> to be installed in the preferred location of
     104    <filename class="directory"><envar>$GNOME_PREFIX</envar>/lib/vte</filename>
     105    instead of <filename class="directory"><envar>$GNOME_PREFIX</envar>/libexec</filename>.</para>
    106106
    107107    <para><option>--with-glX</option>: This
     
    109109    to enable additional drawing methods in the
    110110    <application>VTE</application> library.</para>
     111
     112    <para><option>--enable-static=no</option>: This switch prevents the static
     113    libraries being installed.</para>
    111114
    112115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    128131        <seg>libvte.{so,a} and the vtemodule.{so,a}
    129132        <application>Python</application> module</seg>
    130         <seg>/usr/{include/vte,lib/vte,share/{gtk-doc/html/vte,vte/termcap}}</seg>
     133        <seg><envar>$GNOME_PREFIX</envar>/{include/vte,lib/vte,share/{gtk-doc/html/vte,vte/termcap}}</seg>
    131134      </seglistitem>
    132135    </segmentedlist>
  • introduction/welcome/changelog.xml

    r7c3a220f rc090c4d  
    6969          <para>[ken] - merge vino-3.2.2 from Wayne.</para>
    7070        </listitem>
     71        <listitem>
     72          <para>[ken] - merge vte-0.30.1 from Wayne.</para>
     73        </listitem>
    7174      </itemizedlist>
    7275    </listitem>
Note: See TracChangeset for help on using the changeset viewer.