Changeset 352944e


Ignore:
Timestamp:
07/02/2006 01:20:14 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:
f2bb5a0
Parents:
c4ba62c8
Message:

Updated the GConf Editor and gedit package instructions to be compatible with the GNOME-2.14.2 update

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gconf-editor.xml

    rc4ba62c8 r352944e  
    77  <!ENTITY gconf-editor-download-http "&gnome-download-http;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
    88  <!ENTITY gconf-editor-download-ftp  "&gnome-download-ftp;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
    9   <!ENTITY gconf-editor-md5sum        "0fa81dee78ca10f0192eb19afa6883f5">
    10   <!ENTITY gconf-editor-size          "539 KB">
    11   <!ENTITY gconf-editor-buildsize     "7.8 MB">
    12   <!ENTITY gconf-editor-time          "0.1 SBU">
     9  <!ENTITY gconf-editor-md5sum        "eb8b979464f6e383e5a27b57ee4e8382">
     10  <!ENTITY gconf-editor-size          "541 KB">
     11  <!ENTITY gconf-editor-buildsize     "9.4 MB">
     12  <!ENTITY gconf-editor-time          "0.3 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gconf-editor-&gconf-editor-version;.tar</keyword>
    23       <keyword role="ftpdir">gconf-editor</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    7672    following commands:</para>
    7773
    78 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     74<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    7975            --sysconfdir=&gnome-etc-dir; \
    80             --localstatedir=/var/lib &amp;&amp;
     76            --localstatedir=/var/lib \
     77            --mandir=$(pkg-config \
     78                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    8179make</userinput></screen>
    8280
     
    9290    <title>Command Explanations</title>
    9391
    94     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    95     <application>GConf</application> schema files in
    96     <filename class='directory'>&gnome-etc-dir;/gconf/schemas</filename> instead of
    97     <filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
     92    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     93    href="../../xincludes/gnome-prefix.xml"/>
    9894
    99     <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
    100     <application>ScrollKeeper</application> files in
    101     <filename class='directory'>/var/lib/scrollkeeper</filename> instead of
    102     <filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     95    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     96    href="../../xincludes/gnome-sysconfdir.xml"/>
     97
     98    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     99    href="../../xincludes/scrollkeeper-dir.xml"/>
     100
     101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     102    href="../../xincludes/gnome-mandir.xml"/>
    103103
    104104  </sect2>
     
    115115        <seg>gconf-editor</seg>
    116116        <seg>None</seg>
    117         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gconf-editor
    118         and $GNOME_PREFIX/share/{gnome/help, omf, pixmaps}/gconf-editor</seg>
     117        <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help, omf,
     118        pixmaps}/gconf-editor</seg>
    119119      </seglistitem>
    120120    </segmentedlist>
  • gnome/add/gedit.xml

    rc4ba62c8 r352944e  
    77  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
    88  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
    9   <!ENTITY gedit-md5sum        "13f376c6c63b0fbd25ba9b6c7d6fb97c">
    10   <!ENTITY gedit-size          "2.0 MB">
    11   <!ENTITY gedit-buildsize     "58.4 MB">
    12   <!ENTITY gedit-time          "0.6 SBU">
     9  <!ENTITY gedit-md5sum        "114abc77de4e9720503b9146c48d6133">
     10  <!ENTITY gedit-size          "2.3 MB">
     11  <!ENTITY gedit-buildsize     "67.5 MB">
     12  <!ENTITY gedit-time          "1.6 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gedit-&gedit-version;.tar</keyword>
    23       <keyword role="ftpdir">gedit</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    6258
    6359    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="eel"/> and
    65     <xref linkend="gtksourceview"/></para>
     60    <para role="required"><xref linkend="libgnomeui"/>,
     61    <xref linkend="gnome-doc-utils"/>,
     62    <xref linkend="gtksourceview"/>, and
     63    <xref linkend="which"/></para>
    6664
    6765    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="aspell"/></para>
     66    <para role="optional"><xref linkend="intltool"/>,
     67    <xref linkend="aspell"/>,
     68    <xref linkend="pyxml"/>, and
     69    <ulink url="&gnome-download-http;/gnome-python-desktop/2.14/">gnome-python-desktop</ulink>
     70    (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
     71    <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink> and
     72    <ulink url="&gnome-download-http;/pyorbit/">PyORBit</ulink>)</para>
    6973
    7074    <para condition="html" role="usernotes">User Notes:
     
    7983    commands:</para>
    8084
    81 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     85<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     86            --sysconfdir=&gnome-etc-dir; \
    8287            --localstatedir=/var/lib \
    83             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     88            --mandir=$(pkg-config \
     89                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    8490make</userinput></screen>
    8591
     
    95101    <title>Command Explanations</title>
    96102
    97     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    98     puts <application>ScrollKeeper</application> files in
    99     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    100     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     103    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     104    href="../../xincludes/gnome-prefix.xml"/>
    101105
    102     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    103     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    104     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     106    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     107    href="../../xincludes/gnome-sysconfdir.xml"/>
     108
     109    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     110    href="../../xincludes/scrollkeeper-dir.xml"/>
     111
     112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     113    href="../../xincludes/gnome-mandir.xml"/>
    105114
    106115  </sect2>
     
    117126        <seg>gedit and gnome-text-editor</seg>
    118127        <seg><application>gedit</application> plugin modules</seg>
    119         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gedit-2
    120         and the following subdirectoreis of $GNOME_PREFIX/:
     128        <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
    121129        include/gedit-&gnome-version;,
    122130        lib/gedit-2,
  • introduction/welcome/changelog.xml

    rc4ba62c8 r352944e  
    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>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Updated to OpenOffice-2.0.3.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.