Changeset 7c3a220f


Ignore:
Timestamp:
02/16/2012 07:13:22 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:
c090c4d
Parents:
822075f
Message:

vino-3.2.2

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r822075f r7c3a220f  
    723723<!ENTITY gnome-user-share-version     "3.0.1">
    724724<!ENTITY gnome-user-docs-version      "3.2.2">
     725<!ENTITY vino-version                 "3.2.2">
    725726
    726727<!-- Utilities -->
     
    788789<!ENTITY totem-version                "2.30.2">
    789790<!ENTITY vinagre-version              "2.30.2">
    790 <!ENTITY vino-version                 "2.28.2">
    791791
    792792<!-- Accessibility -->
  • gnome/add/add.xml

    r822075f r7c3a220f  
    5555  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/>
    57   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/>
    5857
    5958  <!-- This is used as a TOC separator -->
  • gnome/core/core.xml

    r822075f r7c3a220f  
    8888  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-backgrounds.xml"/>
    8989  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-share.xml"/>
    90   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/> -->
    9190  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-docs.xml"/>
     91  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/>
    9292
    9393  <!-- This is used as a TOC separator -->
  • gnome/core/vino.xml

    r822075f r7c3a220f  
    55  %general-entities;
    66
    7   <!ENTITY vino-download-http "&gnome-download-http;/vino/2.28/vino-&vino-version;.tar.bz2">
    8   <!ENTITY vino-download-ftp  "&gnome-download-ftp;/vino/2.28/vino-&vino-version;.tar.bz2">
    9   <!ENTITY vino-md5sum        "7b7fcd23925efb628da2d2f12d73b485">
    10   <!ENTITY vino-size          "777 KB">
    11   <!ENTITY vino-buildsize     "19 MB">
    12   <!ENTITY vino-time          "0.3 SBU">
     7  <!ENTITY vino-download-http "&gnome-download-http;/vino/&gnome-version;/vino-&vino-version;.tar.xz">
     8  <!ENTITY vino-download-ftp  "&gnome-download-ftp;/vino/&gnome-version;/vino-&vino-version;.tar.xz">
     9  <!ENTITY vino-md5sum        "ed9e47261f352b04738e644ecc5301fb">
     10  <!ENTITY vino-size          "727 KB">
     11  <!ENTITY vino-buildsize     "?? MB">
     12  <!ENTITY vino-time          "?? SBU">
    1313]>
    1414
     
    3434    display of a user's desktop.</para>
    3535
    36     &lfs65_checked;
     36    <!-- &lfs65_checked; not this version! -->
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required"><xref linkend="GConf"/>,
    64     <xref linkend="gtk2"/>,
     64    <xref linkend="gtk3"/>,
    6565    <xref linkend="libgnome-keyring"/>, and
    6666    <xref linkend="libsoup"/></para>
     
    7373    <xref linkend="libsexy"/>,
    7474    <xref linkend="libunique"/>,
    75     <ulink
    76     url="http://www.gnome.org/projects/NetworkManager/">NetworkManager</ulink>,
     75    <xref linkend="NetworkManager"/>,
    7776    and <xref linkend="telepathy-glib"/></para>
    7877
     
    8887    commands:</para>
    8988
    90 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    91             --sysconfdir=&gnome-etc-dir; \
    92             --libexecdir=$(pkg-config \
    93                 --variable=prefix ORBit-2.0)/lib/vino &amp;&amp;
     89<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     90            --sysconfdir=$GNOME_SYSCONFDIR \
     91            --libexecdir=$GNOME_PREFIX/lib/vino &amp;&amp;
    9492make</userinput></screen>
    9593
     
    111109    href="../../xincludes/gnome-sysconfdir.xml"/>
    112110
    113     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    114     ORBit-2.0)/lib/vino</parameter>: This parameter is used so that the
    115     <application>vino</application> internal support programs are installed in
    116     the preferred location of <filename
     111    <para><parameter>--libexecdir=$GNOME_PREFIX/lib/vino</parameter>: This
     112    parameter is used so that the <application>vino</application> internal
     113    support programs are installed in the preferred location of <filename
    117114    class='directory'>$GNOME_PREFIX/lib/vino</filename> instead of <filename
    118115    class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
  • introduction/welcome/changelog.xml

    r822075f r7c3a220f  
    6666          <para>[ken] - merge totem-pl-parser-2.32.6 from Wayne.</para>
    6767        </listitem>
     68        <listitem>
     69          <para>[ken] - merge vino-3.2.2 from Wayne.</para>
     70        </listitem>
    6871      </itemizedlist>
    6972    </listitem>
Note: See TracChangeset for help on using the changeset viewer.