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, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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/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>
Note: See TracChangeset for help on using the changeset viewer.