Changeset 1885da5 for gnome/add/eog.xml


Ignore:
Timestamp:
07/02/2006 06:33:12 PM (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:
631d01ba
Parents:
92dec691
Message:

Updated the bug-buddy, EOG and File Roller package instructions to be compatible with the GNOME-2.14.2 update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/eog.xml

    r92dec691 r1885da5  
    77  <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    88  <!ENTITY eog-download-ftp  "&gnome-download-ftp;/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    9   <!ENTITY eog-md5sum        "26a9cd1015786d07888dd50e986ef19f">
    10   <!ENTITY eog-size          "803 KB">
    11   <!ENTITY eog-buildsize     "17.6 MB">
    12   <!ENTITY eog-time          "0.2 SBU">
     9  <!ENTITY eog-md5sum        "7653ae35509bd799bccfa4e6d819882a">
     10  <!ENTITY eog-size          "822 KB">
     11  <!ENTITY eog-buildsize     "17.7 MB">
     12  <!ENTITY eog-time          "0.3 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">eog-&eog-version;.tar</keyword>
    23       <keyword role="ftpdir">eog</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6359
    6460    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="libgnomeui"/> and
     61    <para role="required"><xref linkend="gnome-desktop"/> and
    6662    <xref linkend="libgnomeprintui"/></para>
    6763
     64    <bridgehead renderas="sect4">Recommended</bridgehead>
     65    <para role="recommended"><xref linkend="libjpeg"/></para>
     66
    6867    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="libjpeg"/>,
    70     <xref linkend="libexif"/>, and
     68    <para role="optional"><xref linkend="libexif"/> and
    7169    <xref linkend="lcms"/></para>
    7270
     
    8280    following commands:</para>
    8381
    84 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    85             --localstatedir=/var/lib \
    86             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     83            --sysconfdir=&gnome-etc-dir; \
     84            --localstatedir=/var/lib &amp;&amp;
    8785make</userinput></screen>
    8886
     
    9896    <title>Command Explanations</title>
    9997
    100     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    101     puts <application>ScrollKeeper</application> files in
    102     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    103     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     98    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     99    href="../../xincludes/gnome-prefix.xml"/>
    104100
    105     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    106     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    107     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     102    href="../../xincludes/gnome-sysconfdir.xml"/>
     103
     104    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     105    href="../../xincludes/scrollkeeper-dir.xml"/>
    108106
    109107  </sect2>
     
    120118        <seg>eog</seg>
    121119        <seg>None</seg>
    122         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/eog
    123         and $GNOME_PREFIX/share/{gnome/help/, omf/, pixmaps/}eog</seg>
     120        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/ ,omf/
     121        ,pixmaps/}eog</seg>
    124122      </seglistitem>
    125123    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.