Changeset f0afab3f


Ignore:
Timestamp:
06/08/2012 04:21:41 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
35a403d4
Parents:
efd03f7
Message:

Updated Xulrunner's build stats
Added a section to the Gparted page about file system utilities

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nspr.xml

    refd03f7 rf0afab3f  
    1111  <!ENTITY nspr-md5sum        "d36d7b65a38f5b43ebd50ad3ad227120">
    1212  <!ENTITY nspr-size          "1.2 MB">
    13   <!ENTITY nspr-buildsize     "15 MB">
     13  <!ENTITY nspr-buildsize     "12 MB">
    1414  <!ENTITY nspr-time          "less than 0.1 SBU">
    1515]>
  • x/lib/xulrunner.xml

    refd03f7 rf0afab3f  
    1212  <!ENTITY xulrunner-md5sum        "f50ca7656eec47030b396f39075fa980">
    1313  <!ENTITY xulrunner-size          "76 MB">
    14   <!ENTITY xulrunner-buildsize     "3.4 GB (76 MB installed)">
    15   <!ENTITY xulrunner-time          "22 SBU">
     14  <!ENTITY xulrunner-buildsize     "1 GB (95 MB installed)">
     15  <!ENTITY xulrunner-time          "25 SBU">
    1616]>
    1717
  • xsoft/other/gparted.xml

    refd03f7 rf0afab3f  
    103103make</userinput></screen>
    104104
    105     <para>
    106       To test the results, issue: <command>make check</command>.
    107     </para>
     105    <para>To test the results, issue: <command>make check</command>.</para>
    108106
    109107    <para>
     
    112110
    113111<screen role="root"><userinput>make install</userinput></screen>
     112  </sect2>
     113
     114  <sect2 role="using">
     115    <title>Using gparted</title>
     116
     117    <para>
     118      To manipulate file systems Gparted has a run time dependency on various
     119      file system tools (you only need to install the tools for file systems you
     120      actually use):
     121      e2fsprogs (installed as part of LFS),
     122      <xref linkend="jfsutils"/>,
     123      <xref linkend="ntfs-3g"/>,
     124      <xref linkend="reiserfs"/>,
     125      <xref linkend="xfs"/>,
     126      <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
     127        btrfs-progs</ulink>,
     128      <ulink url="http://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>,
     129      <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required
     130      to read and write FAT16/32 volume labels and UUIDs),
     131      <ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>,
     132      hfsprogs,
     133      <ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and
     134      reiser4progs.
     135    </para>
    114136  </sect2>
    115137
Note: See TracChangeset for help on using the changeset viewer.