Changeset 631d01ba for gnome


Ignore:
Timestamp:
07/02/2006 08:37:26 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:
7191767
Parents:
1885da5
Message:

Updated to GNOME System Monitor-2.14.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-system-monitor.xml

    r1885da5 r631d01ba  
    77  <!ENTITY gnome-system-monitor-download-http "&gnome-download-http;/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
    88  <!ENTITY gnome-system-monitor-download-ftp  "&gnome-download-ftp;/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
    9   <!ENTITY gnome-system-monitor-md5sum        "100f3599b95a375db85df521f3e2554e">
    10   <!ENTITY gnome-system-monitor-size          "786 KB">
    11   <!ENTITY gnome-system-monitor-buildsize     "10.8 MB">
    12   <!ENTITY gnome-system-monitor-time          "0.1 SBU">
     9  <!ENTITY gnome-system-monitor-md5sum        "70c19b816ff58f2dc5da2793a36df2a0">
     10  <!ENTITY gnome-system-monitor-size          "1.4 MB">
     11  <!ENTITY gnome-system-monitor-buildsize     "14.1 MB">
     12  <!ENTITY gnome-system-monitor-time          "0.2 SBU">
    1313]>
    1414
     
    2020    <othername>$LastChangedBy$</othername>
    2121    <date>$Date$</date>
    22     <keywordset>
    23       <keyword role="package">gnome-system-monitor-&gnome-system-monitor-version;.tar</keyword>
    24       <keyword role="ftpdir">gnome-system-monitor</keyword>
    25     </keywordset>
    2622  </sect1info>
    2723
     
    7066    <xref linkend="libgtop"/></para>
    7167
     68    <bridgehead renderas="sect4">Optional</bridgehead>
     69    <para role="optional"><xref linkend="intltool"/>, and
     70    <ulink
     71    url="http://people.debian.org/~kov/gksu/libgksu1.2/">libgksu1.2</ulink> and
     72    <ulink
     73    url="http://people.debian.org/~kov/gksu/libgksuui1.0/">libgksuui1.0</ulink></para>
     74
    7275    <para condition="html" role="usernotes">User Notes:
    7376    <ulink url="&blfs-wiki;/gnome-system-monitor"/></para>
     
    8184    the following commands:</para>
    8285
    83 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    84             --localstatedir=/var/lib \
    85             --sysconfdir=&gnome-etc-dir; &amp;&amp;
     86<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     87            --sysconfdir=&gnome-etc-dir; \
     88            --localstatedir=/var/lib &amp;&amp;
    8689make</userinput></screen>
    8790
     
    107110    <title>Command Explanations</title>
    108111
    109     <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    110     puts <application>ScrollKeeper</application> files in
    111     <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    112     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     113    href="../../xincludes/gnome-prefix.xml"/>
    113114
    114     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
    115     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    116     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     116    href="../../xincludes/gnome-sysconfdir.xml"/>
     117
     118    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     119    href="../../xincludes/scrollkeeper-dir.xml"/>
    117120
    118121  </sect2>
     
    129132        <seg>gnome-system-monitor</seg>
    130133        <seg>None</seg>
    131         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/procman
    132         and $GNOME_PREFIX/share/{gnome/help, omf}/gnome-system-monitor</seg>
     134        <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help, omf}/gnome-system-monitor</seg>
    133135      </seglistitem>
    134136    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.