Changeset 1885da5


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/bug-buddy.xml

    r92dec691 r1885da5  
    77  <!ENTITY bug-buddy-download-http "&gnome-download-http;/bug-buddy/&gnome-version;/bug-buddy-&bug-buddy-version;.tar.bz2">
    88  <!ENTITY bug-buddy-download-ftp  "&gnome-download-ftp;/bug-buddy/&gnome-version;/bug-buddy-&bug-buddy-version;.tar.bz2">
    9   <!ENTITY bug-buddy-md5sum        "2f8b52ad25891e7c99820c80e7c6d78d">
    10   <!ENTITY bug-buddy-size          "555 KB">
    11   <!ENTITY bug-buddy-buildsize     "11.1 MB">
    12   <!ENTITY bug-buddy-time          "0.1 SBU">
     9  <!ENTITY bug-buddy-md5sum        "4fb288adc8f67cbfb8886ddf7b400530">
     10  <!ENTITY bug-buddy-size          "577 KB">
     11  <!ENTITY bug-buddy-buildsize     "11.9 MB">
     12  <!ENTITY bug-buddy-time          "0.2 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">bug-buddy-&bug-buddy-version;.tar</keyword>
    23       <keyword role="ftpdir">bug-buddy</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6662    <xref linkend="gnome-menus"/></para>
    6763
     64    <bridgehead renderas="sect4">Optional</bridgehead>
     65    <para role="optional"><xref linkend="intltool"/></para>
     66
    6867    <para condition="html" role="usernotes">User Notes:
    6968    <ulink url="&blfs-wiki;/bug-buddy"/></para>
     
    7776    commands:</para>
    7877
    79 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     78<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    8079            --sysconfdir=&gnome-etc-dir; \
    81             --localstatedir=/var/lib &amp;&amp;
     80            --localstatedir=/var/lib \
     81            --mandir=$(pkg-config \
     82                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    8283make</userinput></screen>
    8384
     
    9394    <title>Command Explanations</title>
    9495
    95     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    96     <application>GConf</application> schema files in
    97     <filename class='directory'>&gnome-etc-dir;</filename> instead of
    98     <filename class='directory'>$GNOME_PREFIX/etc</filename>.</para>
     96    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     97    href="../../xincludes/gnome-prefix.xml"/>
    9998
    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>
     99    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     100    href="../../xincludes/gnome-sysconfdir.xml"/>
     101
     102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     103    href="../../xincludes/scrollkeeper-dir.xml"/>
     104
     105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     106    href="../../xincludes/gnome-mandir.xml"/>
    104107
    105108  </sect2>
     
    116119        <seg>bug-buddy</seg>
    117120        <seg>None</seg>
    118         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/bug-buddy
    119         and $GNOME_PREFIX/share/{,gnome/help/, omf/}bug-buddy</seg>
     121        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/ ,omf/}bug-buddy</seg>
    120122      </seglistitem>
    121123    </segmentedlist>
  • 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>
  • gnome/add/file-roller.xml

    r92dec691 r1885da5  
    77  <!ENTITY file-roller-download-http "&gnome-download-http;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
    88  <!ENTITY file-roller-download-ftp  "&gnome-download-ftp;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
    9   <!ENTITY file-roller-md5sum        "d19692161ea82051fe51ecfb2e9ec3e0">
    10   <!ENTITY file-roller-size          "921 KB">
    11   <!ENTITY file-roller-buildsize     "20.9 MB">
    12   <!ENTITY file-roller-time          "0.7 SBU">
     9  <!ENTITY file-roller-md5sum        "11a11675a9ec5f8b0164713fc60894af">
     10  <!ENTITY file-roller-size          "1.0 MB">
     11  <!ENTITY file-roller-buildsize     "21.3 MB">
     12  <!ENTITY file-roller-time          "0.3 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">file-roller-&file-roller-version;.tar</keyword>
    23       <keyword role="ftpdir">file-roller</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6359
    6460    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="nautilus"/></para>
     61    <para role="required"><xref linkend="libgnomeui"/> and
     62    <xref linkend="gnome-doc-utils"/></para>
     63
     64    <bridgehead renderas="sect4">Optional</bridgehead>
     65    <para role="optional"><xref linkend="intltool"/> and
     66    <xref linkend="nautilus"/></para>
    6667
    6768    <para condition="html" role="usernotes">User Notes:
     
    7677    following commands:</para>
    7778
    78 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     79<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     80            --sysconfdir=&gnome-etc-dir; \
    7981            --localstatedir=/var/lib \
    80             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     82            --disable-nautilus-actions &amp;&amp;
    8183make</userinput></screen>
    8284
     
    9294    <title>Command Explanations</title>
    9395
    94     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    95     puts <application>ScrollKeeper</application> files in
    96     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    97     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     96    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     97    href="../../xincludes/gnome-prefix.xml"/>
    9898
    99     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    100     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    101     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     99    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     100    href="../../xincludes/gnome-sysconfdir.xml"/>
     101
     102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     103    href="../../xincludes/scrollkeeper-dir.xml"/>
     104
     105    <para><parameter>--disable-nautilus-actions</parameter>: This parameter is
     106    required if <application>Nautilus</application> is not installed. Remove
     107    the parameter if <application>Nautilus</application> is installed.</para>
    102108
    103109  </sect2>
     
    113119      <seglistitem>
    114120        <seg>file-roller</seg>
    115         <seg>A Bonobo component and Nautilus extension</seg>
    116         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/file-roller
    117         and $GNOME_PREFIX/share/{,gnome/help/, omf/}file-roller</seg>
     121        <seg>A Nautilus extension</seg>
     122        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
     123        ,omf/}file-roller</seg>
    118124      </seglistitem>
    119125    </segmentedlist>
  • introduction/welcome/changelog.xml

    r92dec691 r1885da5  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[randy] - Updated the GConf Editor and gedit package
    49           instructions to be compatible with the GNOME-2.14.2 update.</para>
     48          <para>[randy] - Updated the GConf Editor, gedit, bug-buddy, EOG and
     49          File Roller package instructions to be compatible with the
     50          GNOME-2.14.2 update.</para>
    5051        </listitem>
    5152        <listitem>
Note: See TracChangeset for help on using the changeset viewer.