Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/file-roller.xml

    rc099902d r7ded7e3  
    99  <!ENTITY file-roller-download-ftp 
    1010           "&gnome-download-ftp;/file-roller/3.4/file-roller-&file-roller-version;.tar.xz">
    11   <!ENTITY file-roller-md5sum        "1eef89f1d2be453479782a10f3b1eb22">
     11  <!ENTITY file-roller-md5sum        "1264798f38a87b4104734715f113fc0f">
    1212  <!ENTITY file-roller-size          "1.5 MB">
    1313  <!ENTITY file-roller-buildsize     "39 MB">
     
    2626
    2727  <indexterm zone="file-roller">
    28     <primary sortas="a-File-Roller">File Roller</primary>
     28    <primary sortas="a-File-Roller">File-Roller</primary>
    2929  </indexterm>
    3030
     
    3232    <title>Introduction to File Roller</title>
    3333
    34     <para><application>File Roller</application> is an archive manager for
    35     <application>GNOME</application> with support for tar, bzip2, gzip, zip,
    36     jar, compress, lzop and many other archive formats.</para>
     34    <para>
     35      <application>File Roller</application> is an archive manager for
     36      <application>GNOME</application> with support for tar, bzip2, gzip, zip,
     37      jar, compress, lzop and many other archive formats.
     38    </para>
    3739
    3840    &lfs70_checked;
    3941
    40     <note><para><application>File Roller</application> is only a graphical
    41     interface to archiving utilities such as <application>tar</application> and
    42     <application>zip</application>.</para></note>
     42    <note>
     43      <para>
     44        <application>File Roller</application> is only a graphical
     45        interface to archiving utilities such as <application>tar</application>
     46        and <application>zip</application>.
     47      </para>
     48    </note>
    4349
    4450    <bridgehead renderas="sect3">Package Information</bridgehead>
    4551    <itemizedlist spacing="compact">
    4652      <listitem>
    47         <para>Download (HTTP): <ulink url="&file-roller-download-http;"/></para>
     53        <para>
     54          Download (HTTP): <ulink url="&file-roller-download-http;"/>
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download (FTP): <ulink url="&file-roller-download-ftp;"/></para>
     58        <para>
     59          Download (FTP): <ulink url="&file-roller-download-ftp;"/>
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Download MD5 sum: &file-roller-md5sum;</para>
     63        <para>
     64          Download MD5 sum: &file-roller-md5sum;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Download size: &file-roller-size;</para>
     68        <para>
     69          Download size: &file-roller-size;
     70        </para>
    5771      </listitem>
    5872      <listitem>
    59         <para>Estimated disk space required: &file-roller-buildsize;</para>
     73        <para>
     74          Estimated disk space required: &file-roller-buildsize;
     75        </para>
    6076      </listitem>
    6177      <listitem>
    62         <para>Estimated build time: &file-roller-time;</para>
     78        <para>
     79          Estimated build time: &file-roller-time;
     80        </para>
    6381      </listitem>
    6482    </itemizedlist>
     
    86104
    87105    <para condition="html" role="usernotes">User Notes:
    88     <ulink url="&blfs-wiki;/file-roller"/></para>
    89 
     106      <ulink url="&blfs-wiki;/file-roller"/>
     107    </para>
    90108  </sect2>
    91109
     
    93111    <title>Installation of File Roller</title>
    94112
    95     <para>Install <application>File Roller</application> by running the
    96     following commands:</para>
     113    <para>
     114      Install <application>File Roller</application> by running the
     115      following commands:
     116    </para>
    97117
    98118<screen><userinput>./configure --prefix=/usr \
     
    103123make</userinput></screen>
    104124
    105     <para>This package&apos;s testsuite is intended to be used by the
    106     maintainer (or not) to check i18n files.</para>
     125    <para>
     126      This package does not come with a test suite.
     127    </para>
    107128
    108     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     129    <para>
     130      Now, as the <systemitem class="username">root</systemitem> user:
     131    </para>
    109132
    110133<screen role="root"><userinput>make install</userinput></screen>
     
    115138    <title>Command Explanations</title>
    116139
    117 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118     href="../../xincludes/gnome-prefix.xml"/> -->
     140    <para>
     141      <option>--enable-magic</option>: Enables use libmagic to detect
     142      file type.
     143    </para>
    119144
    120     <para><parameter>--enable-magic</parameter>: Use libmagic to detect
    121     file type.</para>
    122 
    123     <para><parameter>--disable-packagekit</parameter>: This parameter disables use
    124     of PackageKit which isn't suitable for BLFS.</para>
     145    <para>
     146      <option>--disable-packagekit</option>: This parameter disables use
     147      of PackageKit which isn't suitable for BLFS.
     148    </para>
    125149
    126150    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../../xincludes/without-scrollkeeper.xml"/>
     151      href="../../xincludes/without-scrollkeeper.xml"/>
    128152
    129153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    130     href="../../xincludes/gtk-doc-rebuild.xml"/>
     154      href="../../xincludes/gtk-doc-rebuild.xml"/>
    131155
    132156  </sect2>
     
    158182        <term><command>file-roller</command></term>
    159183        <listitem>
    160           <para>is an archive manager for <application>GNOME</application>.</para>
     184          <para>
     185            is an archive manager for <application>GNOME</application>.
     186          </para>
    161187          <indexterm zone="file-roller file-roller-prog">
    162188            <primary sortas="b-file-roller">file-roller</primary>
Note: See TracChangeset for help on using the changeset viewer.