Changeset 6dc238b2


Ignore:
Timestamp:
02/22/2012 10:28:17 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
8c3d032
Parents:
8a4d6726
Message:

file-roller-3.2.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a4d6726 r6dc238b2  
    774774<!ENTITY cheese-version               "2.30.1">
    775775<!ENTITY devhelp-version              "3.2.0">
    776 <!ENTITY file-roller-version          "2.30.2">
     776<!ENTITY file-roller-version          "3.2.2">
    777777<!ENTITY gedit-version                "2.30.3">
    778778<!ENTITY glade-version                "3.10.2">
  • gnome/add/file-roller.xml

    r8a4d6726 r6dc238b2  
    55  %general-entities;
    66
    7   <!ENTITY file-roller-download-http "&gnome-download-http;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
    8   <!ENTITY file-roller-download-ftp  "&gnome-download-ftp;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.bz2">
    9   <!ENTITY file-roller-md5sum        "c13209518d2e2294ec1fa813e063b0c5">
     7  <!ENTITY file-roller-download-http "&gnome-download-http;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.xz">
     8  <!ENTITY file-roller-download-ftp  "&gnome-download-ftp;/file-roller/&gnome-version;/file-roller-&file-roller-version;.tar.xz">
     9  <!ENTITY file-roller-md5sum        "6285a67f02aadbd2f67880b4b0e0f7fc">
    1010  <!ENTITY file-roller-size          "1.7 MB">
    11   <!ENTITY file-roller-buildsize     "32 MB">
    12   <!ENTITY file-roller-time          "0.5 SBU">
     11  <!ENTITY file-roller-buildsize     "45 MB">
     12  <!ENTITY file-roller-time          "0.6 SBU">
    1313]>
    1414
     
    4141    supported, only supported file types. -->
    4242
    43     &lfs65_built;
     43    &lfs70_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7070    <para role="required"><xref linkend="GConf"/>,
    7171    <xref linkend="gnome-doc-utils"/>,
    72     <xref linkend="gtk2"/>, and
     72    <xref linkend="gtk3"/>, and
    7373    <xref linkend="which"/></para>
    7474
     
    9393    following commands:</para>
    9494
    95 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    96             --libexecdir=$(pkg-config \
    97                 --variable=prefix ORBit-2.0)/lib \
    98             --sysconfdir=&gnome-etc-dir; \
    99             --localstatedir=/var/lib &amp;&amp;
     95<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     96            --libexecdir=$GNOME_PREFIX/lib &amp;&amp;
    10097make</userinput></screen>
    10198
    102     <para>This package does not come with a test suite.</para>
     99    <para>This package&apos;s testsuite is intended to be used by the
     100    maintainer (or not) to check i18n files.</para>
    103101
    104102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    115113
    116114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="../../xincludes/gnome-sysconfdir.xml"/>
    118 
    119     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120115    href="../../xincludes/scrollkeeper-dir.xml"/>
    121116
     117    <!-- despite suggestions, this is still offered by configure and
     118    rarian, whick provides the scrollkeeper commands, is only used if present -->
    122119    <para><option>--disable-scrollkeeper</option>: Use this parameter if you
    123     wish to disable the updates to the scrollkeeper database.</para>
     120    have installed <application>rarian</application> but wish to disable the
     121    updates to the scrollkeeper database.</para>
     122
     123    <para><option>--enable-static=no</option>: This switch prevents the static
     124    libraries being installed.</para>
    124125
    125126  </sect2>
     
    150151        <term><command>file-roller</command></term>
    151152        <listitem>
    152           <para>is an archiver for <application>GNOME</application>.</para>
     153          <para>is an archive manager for <application>GNOME</application>.</para>
    153154          <indexterm zone="file-roller file-roller-prog">
    154155            <primary sortas="b-file-roller">file-roller</primary>
  • introduction/welcome/changelog.xml

    r8a4d6726 r6dc238b2  
    6060          <para>[ken] - add libgda-4.2.4 from Wayne.</para>
    6161        </listitem>
     62        <listitem>
     63          <para>[ken] - merge file-roller-3.2.2 from Wayne.</para>
     64        </listitem>
    6265      </itemizedlist>
    6366    </listitem>
Note: See TracChangeset for help on using the changeset viewer.