Changeset e49a7cfd for gnome/add


Ignore:
Timestamp:
05/17/2005 04:41:30 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
2f2aeab
Parents:
22c7fe6
Message:

Updated to GNOME System Monitor-2.10.1

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

File:
1 edited

Legend:

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

    r22c7fe6 re49a7cfd  
    77<!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
    88<!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/&gnome-version;/gnome-system-monitor-&gnome-system-monitor-version;.tar.bz2">
    9 <!ENTITY gnome-system-monitor-md5sum "9aec14e8c549b26b2d2cd0e997038d8f">
    10 <!ENTITY gnome-system-monitor-size "681 KB">
    11 <!ENTITY gnome-system-monitor-buildsize "8.7 MB">
    12 <!ENTITY gnome-system-monitor-time "0.08 SBU">
     9<!ENTITY gnome-system-monitor-md5sum "22acb1699193f8bd2ced656d44f57377">
     10<!ENTITY gnome-system-monitor-size "766 KB">
     11<!ENTITY gnome-system-monitor-buildsize "8 MB">
     12<!ENTITY gnome-system-monitor-time "0.1 SBU">
    1313]>
    1414
     
    6666<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6767    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    68 make &amp;&amp;
    69 make install</command></userinput></screen>
     68make</command></userinput></screen>
     69
     70<para>This package does not come with a test suite.</para>
     71
     72<para>Now, as the root user:</para>
     73
     74<screen><userinput role='root'><command>make install</command></userinput></screen>
     75
     76<!-- This should not be necessary any longer, but leaving it as a comment
    7077
    7178<note><para><command>make install</command> will need path access to
     
    7481were made only to a user's account, you will need to adjust root's path prior
    7582to running <command>make install</command>.</para></note>
     83
     84 -->
    7685
    7786</sect2>
     
    108117
    109118</sect1>
    110 
Note: See TracChangeset for help on using the changeset viewer.