Changeset 937425f for gnome/core/vte.xml


Ignore:
Timestamp:
02/03/2006 06:09:24 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
a18731b
Parents:
e9039e4
Message:

Update GNOME Core packages to the 2.12.2 version - Commit #2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/vte.xml

    re9039e4 r937425f  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "http://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
    8   <!ENTITY vte-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.11/vte-&vte-version;.tar.bz2">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.11/vte-&vte-version;.tar.bz2">
    99  <!ENTITY vte-md5sum        "a9dc7b330d52ce384e3e5715d396c72f">
    1010  <!ENTITY vte-size          "959 KB">
     
    7777
    7878<screen><userinput>sed -i 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%' termcaps/xterm &amp;&amp;
    79 ./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &amp;&amp;
     79./configure --prefix=/usr \
     80            --libexecdir=/usr/lib/vte \
     81            --disable-gtk-doc &amp;&amp;
    8082make</userinput></screen>
    8183
     
    9597    termcap file. This <command>sed</command> command fixes them.</para>
    9698
    97     <para><parameter>--libexecdir=/usr/sbin</parameter>: This switch puts
    98     libexec files in <filename class="directory">/usr/sbin</filename>
     99    <para><parameter>--libexecdir=/usr/lib/vte</parameter>: This switch puts
     100    libexec files in <filename class="directory">/usr/lib/vte</filename>
    99101    instead of <filename class="directory">/usr/libexec</filename>.</para>
    100102
     
    115117
    116118      <seglistitem>
    117         <seg>gnome-pty-helper and vte</seg>
     119        <seg>vte</seg>
    118120        <seg>libvte.[so,a] and vtemodule.[so,a]
    119121        <application>Python</application> module</seg>
     
    127129      <?dbfo list-presentation="list"?>
    128130      <?dbhtml list-presentation="table"?>
    129 
    130       <varlistentry id="gnome-pty-helper">
    131         <term><command>gnome-pty-helper</command></term>
    132         <listitem>
    133           <para>is a setuid helper for opening ptys.</para>
    134           <indexterm zone="vte gnome-pty-helper">
    135             <primary sortas="b-gnome-pty-helper">gnome-pty-helper</primary>
    136           </indexterm>
    137         </listitem>
    138       </varlistentry>
    139131
    140132      <varlistentry id="vte-prog">
Note: See TracChangeset for help on using the changeset viewer.