Changeset af9466b


Ignore:
Timestamp:
02/28/2012 11:30:19 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:
6e10fa6
Parents:
0a6491f
Message:

vinagre-3.2.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0a6491f raf9466b  
    803803<!ENTITY seahorse-version             "3.2.2">
    804804<!ENTITY totem-version                "3.2.1">
    805 <!ENTITY vinagre-version              "2.30.2">
     805<!ENTITY vinagre-version              "3.2.2">
    806806
    807807<!-- Accessibility -->
  • gnome/add/vinagre.xml

    r0a6491f raf9466b  
    55  %general-entities;
    66
    7   <!ENTITY vinagre-download-http "&gnome-download-http;/vinagre/&gnome-version;/vinagre-&vinagre-version;.tar.bz2">
    8   <!ENTITY vinagre-download-ftp  "&gnome-download-ftp;/vinagre/&gnome-version;/vinagre-&vinagre-version;.tar.bz2">
    9   <!ENTITY vinagre-md5sum        "2483369947e7914b5ac2aae8200f6452">
    10   <!ENTITY vinagre-size          "2.3 MB">
    11   <!ENTITY vinagre-buildsize     "32 MB">
    12   <!ENTITY vinagre-time          "0.5 SBU">
     7  <!ENTITY vinagre-download-http "&gnome-download-http;/vinagre/&gnome-version;/vinagre-&vinagre-version;.tar.xz">
     8  <!ENTITY vinagre-download-ftp  "&gnome-download-ftp;/vinagre/&gnome-version;/vinagre-&vinagre-version;.tar.xz">
     9  <!ENTITY vinagre-md5sum        "5becc82f021e5c97d6ef174d601ce7a8">
     10  <!ENTITY vinagre-size          "2.5 MB">
     11  <!ENTITY vinagre-buildsize     "26 MB">
     12  <!ENTITY vinagre-time          "0.4 SBU">
    1313]>
    1414
     
    3434    remote display of a user's desktop.</para>
    3535
    36     &lfs65_checked;
     36    &lfs70_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6666    <xref linkend="libgnome-keyring"/></para>
    6767
     68    <bridgehead renderas="sect4">Recommended</bridgehead>
     69    <para role="optional"><xref linkend="rarian"/></para>
     70
    6871    <bridgehead renderas="sect4">Optional</bridgehead>
    6972    <para role="optional"><xref linkend="avahi"/>,
    70     <xref linkend="gnome-panel"/>,
    71     <xref linkend="rarian"/>,
     73    <!--<xref linkend="gnome-panel"/>,-->
     74    <ulink url="http://www.spice-space.org/">spice-client-gtk3</ulink>,
    7275    <xref linkend="telepathy-glib"/>, and
    7376    <xref linkend="vte"/></para>
     
    8487    commands:</para>
    8588
    86 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    87             --sysconfdir=&gnome-etc-dir; \
    88             --libexecdir=$(pkg-config \
    89                 --variable=prefix ORBit-2.0)/lib/vinagre-1 \
    90             --disable-applet \
    91             --disable-avahi \
    92             --disable-scrollkeeper &amp;&amp;
     89<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    9390make</userinput></screen>
    9491
     
    107104    href="../../xincludes/gnome-prefix.xml"/>
    108105
    109     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="../../xincludes/gnome-sysconfdir.xml"/>
     106    <para><option>--without-avahi</option>: This parameter prevents
     107    <command>configure</command> making use of <application>avahi</application>
     108    if it is present.</para>
    111109
    112     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    113     ORBit-2.0)/lib/vinagre-1</parameter>: This parameter is used so that the
    114     <application>vinagre</application> internal support programs are installed
    115     in the preferred location of <filename
    116     class='directory'>$GNOME_PREFIX/lib/vinagre-1</filename> instead of <filename
    117     class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
     110    <para><option>--without-telepathy</option>: This parameter prevents
     111    <command>configure</command> making use of <application>telepathy-glib</application>
     112    if it is present.</para>
    118113
    119     <para><parameter>--disable-applet</parameter>: This parameter stops the
    120     build of the panel applet. Remove it if you have <application>GNOME
    121     Panel</application> installed.</para>
    122 
    123     <para><parameter>--disable-avahi</parameter>: This parameter disables the
    124     use of <application>avahi</application> for auto-discover machines. Remove
    125     it if you have <application>avahi</application> installed.</para>
    126 
    127     <para><parameter>--disable-scrollkeeper</parameter>: This parameter disables
    128     updates to the scrollkeeper database. Remove it if you have
    129     <application>rarian</application> installed.</para>
    130 
    131     <para><option>--enable-ssh</option>: This option enables the SSH plugin.
    132     Requires <application>VTE</application>.</para>
     114    <!-- enabled by default
     115    <para><option>\-\-enable-ssh</option>: This option enables the SSH plugin.
     116    Requires <application>VTE</application>.</para>-->
    133117
    134118  </sect2>
     
    143127
    144128      <seglistitem>
    145         <seg>vinagre and vinagre-applet</seg>
    146         <seg>libcloader.so and libvnc.so</seg>
    147         <seg><envar>$GNOME_PREFIX</envar>/{include/vinagre-1.0/vinagre,
    148         lib/vinagre-1/{plugin-loaders,plugins},share/{doc/vinagre,
     129        <seg>vinagre</seg>
     130        <seg>librdp.so, libssh.so, and libvnc.so</seg>
     131        <seg><envar>$GNOME_PREFIX</envar>/{lib/vinagre-3.0/plugins,share/{doc/vinagre,
    149132        gnome/help/vinagre/*,omf/vinagre,telepathy/clients,
    150         vinagre-1/plugins/vnc}}</seg>
     133        vinagre}}</seg>
    151134      </seglistitem>
    152135    </segmentedlist>
  • introduction/welcome/changelog.xml

    r0a6491f raf9466b  
    5757          <para>[ken] - merged totem-3.2.1 from Wayne.</para>
    5858        </listitem>
     59        <listitem>
     60          <para>[ken] - added vinagre-3.2.2 from Wayne.</para>
     61        </listitem>
    5962      </itemizedlist>
    6063    </listitem>
Note: See TracChangeset for help on using the changeset viewer.