Changeset 1d93de5


Ignore:
Timestamp:
03/16/2013 09:56:02 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
a14e9fc
Parents:
5225afee
Message:

Xfce4 Terminal update, Vte cosmetic changes.

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

Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5225afee r1d93de5  
    758758<!ENTITY midori-version               "0.4.9">
    759759<!ENTITY parole-version               "0.5.0">
    760 <!ENTITY terminal-version             "0.4.8">
     760<!ENTITY xfce4-terminal-version       "0.6.1">
    761761<!ENTITY vte2-version                 "0.28.2">
    762762<!ENTITY xfburn-version               "0.4.3">
  • xfce/apps/apps.xml

    r5225afee r1d93de5  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="midori.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parole.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="terminal.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte2.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-terminal.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-notifyd.xml"/>
  • xfce/apps/vte2.xml

    r5225afee r1d93de5  
    1313]>
    1414
    15 <sect1 id="vte2" xreflabel="vte-&vte2-version;">
     15<sect1 id="vte2" xreflabel="Vte-&vte2-version;">
    1616  <?dbhtml filename="vte2.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>vte-&vte2-version;</title>
     23  <title>Vte-&vte2-version;</title>
    2424
    2525  <indexterm zone="vte2">
    26     <primary sortas="a-vte2">vte2</primary>
     26    <primary sortas="a-Vte">Vte</primary>
    2727  </indexterm>
    2828
     
    3232    <para>
    3333      <application>Vte</application> is a library (libvte) implementing a
    34       terminal emulator widget for <application>Gtk 2</application>, and a
     34      terminal emulator widget for <application>GTK+ 2</application>, and a
    3535      minimal demonstration application (vte) that uses
    3636      <application>libvte</application>.
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="intltool"/> and
    80       <xref linkend="gtk2"/>.
     79      <xref linkend="gtk2"/> and
     80      <xref linkend="intltool"/>
    8181    </para>
    8282
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
    8484    <para role="optional">
    85       <xref linkend="gobject-introspection"/> and
    86       <xref linkend="gtk-doc"/>.
     85      <xref linkend="gobject-introspection"/>,
     86      <xref linkend="gtk-doc"/> and
     87      <xref linkend="pygtk"/>
    8788    </para>
    8889
     
    100101    </para>
    101102
    102 <screen><userinput>./configure --prefix=/usr --disable-static --libexecdir=/usr/libexec/vte2 &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr \
     104            --libexecdir=/usr/lib/vte \
     105            --disable-static  &amp;&amp;
    103106make</userinput></screen>
    104107
     
    112115
    113116<screen role="root"><userinput>make install</userinput></screen>
     117
    114118  </sect2>
    115119
     
    120124      href="../../xincludes/static-libraries.xml"/>
    121125
    122     <para>
    123       <option>--libexecdir=/usr/libexec/vte2</option>: Both
    124       <application>Vte</application> and <xref linkend="vte"/> (the
    125       <application>Gtk 3</application> version) install a setuid helper program
    126       called <filename>gnome-pty-helper</filename>. Putting it into a directory
    127       called <filename class="directory">vte2</filename> ensures that they do
    128       not overwrite one another.
    129     </para>
    130126  </sect2>
    131127
     
    139135
    140136      <seglistitem>
    141         <seg>vte</seg>
    142         <seg>libvte.so</seg>
    143137        <seg>
     138          vte
     139        </seg>
     140        <seg>
     141          libvte.so
     142        </seg>
     143        <seg>
     144          /usr/include/vte-0.0,
     145          /usr/lib/vte,
    144146          /usr/share/gtk-doc/html/vte-0.0 and
    145147          /usr/share/vte
     
    169171        <listitem>
    170172          <para>
    171             contains the <application>Libvte</application> API functions.
     173            contains the <application>Vte</application> API functions.
    172174          </para>
    173175          <indexterm zone="vte2 libvte2">
     
    176178        </listitem>
    177179      </varlistentry>
     180
    178181    </variablelist>
     182
    179183  </sect2>
     184
    180185</sect1>
Note: See TracChangeset for help on using the changeset viewer.