Changeset b26bc4c


Ignore:
Timestamp:
08/22/2013 01:12:00 PM (11 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:
f7e0baa
Parents:
0274895f
Message:

Package updates and some minor fixes.

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

Files:
17 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r0274895f rb26bc4c  
    334334<!ENTITY autofs-version               "5.0.7">
    335335<!ENTITY bluez-version                "4.101">
    336 <!ENTITY colord-version               "1.0.2">    <!-- Even minors only -->
     336<!ENTITY colord-version               "1.0.3">    <!-- Even minors only -->
    337337<!ENTITY cpio-version                 "2.11">
    338338<!ENTITY dbus-version                 "1.6.12">   <!-- Even minors only -->
     
    356356<!ENTITY udev-version                 "Installed LFS Version">
    357357<!ENTITY udisks-version               "1.0.4">    <!-- stable lt .90 micro version -->
    358 <!ENTITY udisks2-version              "2.1.0">    <!-- stable lt .90 micro version -->
     358<!ENTITY udisks2-version              "2.1.1">    <!-- stable lt .90 micro version -->
    359359<!ENTITY unrar-version                "5.0.10">
    360360<!ENTITY unzip-version                "6.0">
     
    482482<!ENTITY libtirpc-version             "0.2.3">
    483483<!ENTITY neon-version                 "0.30.0">
    484 <!ENTITY serf-version                 "1.3.0">
     484<!ENTITY serf-version                 "1.3.1">
    485485
    486486<!-- Chapter 18 -->
     
    515515
    516516<!-- Chapter 23 -->
    517 <!ENTITY openldap-version             "2.4.35">
     517<!ENTITY openldap-version             "2.4.36">
    518518<!ENTITY soprano-version              "2.9.3">
    519519<!ENTITY unbound-version              "1.4.20">
     
    564564<!ENTITY gdk-pixbuf-version           "2.28.2">
    565565<!ENTITY goffice-version              "0.8.17">
    566 <!ENTITY goffice010-version           "0.10.4">
     566<!ENTITY goffice010-version           "0.10.5">
    567567<!ENTITY gtk2-version                 "2.24.20">
    568568<!ENTITY gtk3-version                 "3.8.2">
     
    629629<!ENTITY gnome-video-effects-version  "0.4.0">
    630630<!ENTITY gtksourceview-version        "3.8.2">
    631 <!ENTITY libgtop-version              "2.28.4">
     631<!ENTITY libgtop-version              "2.28.5">
    632632<!ENTITY libpeas-version              "1.8.1">
    633 <!ENTITY libwnck-version              "3.4.6">
     633<!ENTITY libwnck-version              "3.4.7">
    634634<!ENTITY totem-pl-parser-version      "3.4.5">
    635635<!ENTITY vte-version                  "0.34.7">
     
    638638<!ENTITY dconf-version                "0.16.1">
    639639<!ENTITY gnome-icon-theme-version     "3.8.3">
     640<!ENTITY gnome-icon-theme-extras-version "3.6.2">
    640641<!ENTITY gnome-icon-theme-symbolic-version "3.8.3">
    641642<!ENTITY gnome-themes-standard-version "3.8.3">
     
    649650<!ENTITY epiphany-version             "3.8.2">
    650651<!ENTITY evince-version               "3.8.3">
    651 <!ENTITY file-roller-version          "3.8.3">
     652<!ENTITY file-roller-version          "3.8.4">
    652653<!ENTITY gedit-version                "3.8.3">
    653654<!ENTITY gnome-calculator-version     "3.8.2">
     
    701702<!-- Chapter 34 -->
    702703<!ENTITY AbiWord-version              "2.9.4">
    703 <!ENTITY gnumeric-version             "1.12.4">
     704<!ENTITY gnumeric-version             "1.12.5">
    704705<!ENTITY gnucash-version              "2.4.11">
    705706
     
    805806
    806807<!-- Chapter 40 -->
    807 <!ENTITY ffmpeg-version               "1.2.1">
     808<!ENTITY ffmpeg-version               "1.2.2">
    808809<!ENTITY mplayer-version              "1.1.1">
    809810<!ENTITY xine-ui-version              "0.99.7">
     
    822823<!-- Chapter 42 -->
    823824<!ENTITY cups-version                 "1.6.3">
    824 <!ENTITY cups-filters-version         "1.0.35">
     825<!ENTITY cups-filters-version         "1.0.36">
    825826<!ENTITY gs-version                   "9.07">
    826827<!ENTITY gutenprint-version           "5.2.9">
  • general/prog/subversion.xml

    r0274895f rb26bc4c  
    139139    </para>
    140140
    141 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     141<screen><userinput>./configure --prefix=/usr    \
     142            --disable-static \
     143            --with-apache-libexecdir=$(/usr/bin/apxs -q libexecdir) &amp;&amp;
    142144make</userinput></screen>
    143145
     
    216218
    217219<screen role="root"><userinput>make install-swig-pl &amp;&amp;
    218 make install-swig-py &amp;&amp;
     220make install-swig-py swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
     221     swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn &amp;&amp;
    219222make install-swig-rb</userinput></screen>
    220 
    221     <para>
    222       In order for <application>Python</application> to automatically discover
    223       the bindings, add
    224       <filename class="directory">/usr/lib/svn-python</filename> to the
    225       <envar>PYTHONPATH</envar> environment variable to the system or personal
    226       profiles.
    227     </para>
    228223
    229224  </sect2>
     
    234229    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    235230      href="../../xincludes/static-libraries.xml"/>
     231
     232    <para>
     233      <parameter>--with-apache-libexecdir=...</parameter>:
     234      This switch sets <application>Apache HTTPD</application>
     235      module install dir.
     236    </para>
    236237
    237238  </sect2>
     
    300301          /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/SVN (optional),
    301302          /usr/lib/perl5/site_perl/&lfs-perl-version;/SVN (optional),
     303          /usr/lib/python&python2-majorver;/site-packages/libsvn (optional),
     304          /usr/lib/python&python2-majorver;/site-packages/svn (optional),
    302305          /usr/lib/ruby/site_ruby/&lt;x.y&gt;/i686-linux/svn (optional),
    303           /usr/lib/svn-javahl (optional),
    304           /usr/lib/svn-python (optional), and
     306          /usr/lib/svn-javahl (optional), and
    305307          /usr/share/doc/subversion-&subversion-version;
    306308        </seg>
  • general/sysutils/colord.xml

    r0274895f rb26bc4c  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "98cd74c2be108cbd81c4a9cd6b324910">
    11   <!ENTITY colord-size          "1.0 MB">
    12   <!ENTITY colord-buildsize     "34 MB">
     10  <!ENTITY colord-md5sum        "a5e0da68c656812113fe0fcdda33e82c">
     11  <!ENTITY colord-size          "1.1 MB">
     12  <!ENTITY colord-buildsize     "35 MB">
    1313  <!ENTITY colord-time          "0.3 SBU">
    1414]>
     
    8787    <para role="recommended">
    8888      <xref linkend="gobject-introspection"/>,
    89       <xref linkend="polkit"/>,
    90       <xref linkend="udev"/> or
    91       <xref linkend="udev-extras"/> (for GUdev) and
     89      <xref linkend="polkit"/> and
    9290      <xref linkend="vala"/>
    9391    </para>
  • general/sysutils/udisks2.xml

    r0274895f rb26bc4c  
    77  <!ENTITY udisks2-download-http "http://udisks.freedesktop.org/releases/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "a8c806034f096a8b10dfae1c4a917d0c">
    10   <!ENTITY udisks2-size          "808 KB">
     9  <!ENTITY udisks2-md5sum        "80e03f312542b800cf3162254b202725">
     10  <!ENTITY udisks2-size          "820 KB">
    1111  <!ENTITY udisks2-buildsize     "45 MB">
    1212  <!ENTITY udisks2-time          "0.3 SBU">
  • gnome/applications/file-roller.xml

    r0274895f rb26bc4c  
    99  <!ENTITY file-roller-download-ftp
    1010           "&gnome-download-ftp;/file-roller/3.8/file-roller-&file-roller-version;.tar.xz">
    11   <!ENTITY file-roller-md5sum        "ff3229109799eaa2ee0b60fd4a8e23ca">
     11  <!ENTITY file-roller-md5sum        "daee8374afe23a3c7d83ec42bb84da22">
    1212  <!ENTITY file-roller-size          "1.5 MB">
    1313  <!ENTITY file-roller-buildsize     "45 MB">
  • gnome/platform/gnome-icon-theme-extras.xml

    r0274895f rb26bc4c  
    3737    </para>
    3838
    39     &lfs72_checked;
     39    &lfs73_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • gnome/platform/libgtop.xml

    r0274895f rb26bc4c  
    77  <!ENTITY libgtop-download-http "&gnome-download-http;/libgtop/2.28/libgtop-&libgtop-version;.tar.xz">
    88  <!ENTITY libgtop-download-ftp  "&gnome-download-ftp;/libgtop/2.28/libgtop-&libgtop-version;.tar.xz">
    9   <!ENTITY libgtop-md5sum        "c8aee3c9bde9033303147e993aa1b932">
     9  <!ENTITY libgtop-md5sum        "3f15032ef2bf06f2b26efd13bc4ae9ab">
    1010  <!ENTITY libgtop-size          "640 KB">
    11   <!ENTITY libgtop-buildsize     "16 MB">
     11  <!ENTITY libgtop-buildsize     "17 MB">
    1212  <!ENTITY libgtop-time          "0.2 SBU">
    1313]>
  • gnome/platform/libwnck.xml

    r0274895f rb26bc4c  
    77  <!ENTITY libwnck-download-http "&gnome-download-http;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz">
    88  <!ENTITY libwnck-download-ftp  "&gnome-download-ftp;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz">
    9   <!ENTITY libwnck-md5sum        "6780261537563baf99a6f0505c8c78f5">
     9  <!ENTITY libwnck-md5sum        "b028685089dd1267dab64cca77fd7f35">
    1010  <!ENTITY libwnck-size          "652 KB">
    11   <!ENTITY libwnck-buildsize     "22 MB">
     11  <!ENTITY libwnck-buildsize     "20 MB">
    1212  <!ENTITY libwnck-time          "0.2 SBU">
    1313]>
  • gnome/platform/platform.xml

    r0274895f rb26bc4c  
    5050  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dconf.xml"/>
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme.xml"/>
     52  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-extras.xml"/>
    5253  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-symbolic.xml"/>
    5354  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-themes-standard.xml"/>
  • introduction/welcome/changelog.xml

    r0274895f rb26bc4c  
    4545-->
    4646    <listitem>
    47       <para>August 20th, 2013</para>
     47      <para>August 22nd, 2013</para>
    4848      <itemizedlist>
    4949        <listitem>
    5050          <para>[ken] - libjpeg-turbo can be built with either NASM or yasm
    5151          (now tested with yasm on i686).</para>
     52        </listitem>
     53        <listitem>
     54          <para>[krejzi] - Colord 1.0.3.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[krejzi] - CUPS Filters 1.0.36.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[krejzi] - FFmpeg 1.2.1.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[krejzi] - File Roller 3.8.4.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[krejzi] - Gnumeric 1.12.5.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[krejzi] - GOffice 0.10.5.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[krejzi] - libgtop 2.28.5.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[krejzi] - libwnck 3.4.7.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[krejzi] - OpenLDAP 2.4.36.</para>
     79        </listitem>
     80        <listitem>
     81          <para>[krejzi] - Serf 1.3.1.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[krejzi] - UDisks 2.1.1.</para>
     85        </listitem>
     86        <listitem>
     87          <para>[krejzi] - Xorg Intel Driver 2.21.15.</para>
    5288        </listitem>
    5389      </itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r0274895f rb26bc4c  
    88           "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    99  <!ENTITY ffmpeg-download-ftp  " ">
    10   <!ENTITY ffmpeg-md5sum        "5071a26cc149f380908ce79ec2a677ef">
     10  <!ENTITY ffmpeg-md5sum        "4997660dfc077922e37d0583f9322f6b">
    1111  <!ENTITY ffmpeg-size          "5.7 MB">
    1212  <!ENTITY ffmpeg-buildsize     "100 MB">
  • networking/netlibs/serf.xml

    r0274895f rb26bc4c  
    77  <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">
    88  <!ENTITY serf-download-ftp  " ">
    9   <!ENTITY serf-md5sum        "bb0dbf9494495db7e8b34eac99b2dc3a">
    10   <!ENTITY serf-size          "133 KB">
    11   <!ENTITY serf-buildsize     "3.0 MB">
     9  <!ENTITY serf-md5sum        "da5aca0cad19fd9c19129c3f8f7393dd">
     10  <!ENTITY serf-size          "136 KB">
     11  <!ENTITY serf-buildsize     "3.1 MB">
    1212  <!ENTITY serf-time          "0.1 SBU">
    1313]>
     
    9696    </para>
    9797
    98 <screen><userinput>sed -i "/incdir/s:MAJOR':&amp;\n\nenv\['SHLIBVERSION'\]='0.\${MAJOR}.0':" SConstruct &amp;&amp;
    99 sed -i "/Append/s:RPATH=libdir,::" SConstruct &amp;&amp;
     98<screen><userinput>sed -i "/Append/s:RPATH=libdir,::" SConstruct &amp;&amp;
    10099sed -i "/Default/s:lib_static,::" SConstruct &amp;&amp;
    101100sed -i "/Alias/s:install_static,::" SConstruct &amp;&amp;
     
    110109    </para>
    111110
    112 <screen role="root"><userinput>scons PREFIX=/usr install &amp;&amp;
    113 ln -sfv libserf-1.so.0.1.0 /usr/lib/libserf-1.so.0 &amp;&amp;
    114 ln -sfv libserf-1.so.0.1.0 /usr/lib/libserf-1.so</userinput></screen>
     111<screen role="root"><userinput>scons PREFIX=/usr install</userinput></screen>
    115112
    116113  </sect2>
     
    120117
    121118    <para>
    122       <command>sed -i "..."</command>: First sed modifies the build script
    123       to build shared versioned library, second sed removes runtime path
    124       from shared library and third and fourth sed disable building and
     119      <command>sed -i "..."</command>: First command removes runtime path
     120      from shared library and last two commands disable building and
    125121      installing of the static library.
    126122    </para>   
  • pst/printing/cups-filters.xml

    r0274895f rb26bc4c  
    55  %general-entities;
    66
    7   <!ENTITY cups-filters-download-http "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
     7  <!ENTITY cups-filters-download-http
     8           "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    89  <!ENTITY cups-filters-download-ftp  " ">
    910  <!ENTITY cups-filters-md5sum        "f722074dfa8efd3fcb8502cede13a608">
     
    6970        <para>
    7071          Estimated build time: &cups-filters-time;
    71         </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
    8172        </para>
    8273      </listitem>
  • server/other/openldap.xml

    r0274895f rb26bc4c  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "cd75d82ca89fb0280cba66ca6bd97448">
     9  <!ENTITY openldap-md5sum        "744701405d396b1fb9de6cb7a453c6e9">
    1010  <!ENTITY openldap-size          "5.3 MB">
    1111  <!ENTITY openldap-buildsize     "130 MB">
  • x/installing/x7driver-ati.xml

    r0274895f rb26bc4c  
    9797      <note>
    9898        <para>
    99           This is <emphasis>required for "South Islands" GPUs</emphasis>
     99          This is <emphasis>required for "Southern Islands" GPUs</emphasis>
    100100          but optional for R300 to R700, Evergreen and "Northern Islands"
    101           GPUs - see the link under "Glamor Acceleration" below.)
     101          GPUs - see the link under "Glamor Acceleration" below.
    102102        </para>
    103103      </note>
     
    186186      <para>
    187187        <parameter>--enable-glamor</parameter>: This switch enables
    188         new GL-based acceleration. As well as specifying this in the
    189         build, it needs to be enabled at run time (see below).
     188        new GL-based 2D acceleration. As well as specifying this in the
     189        build, it needs to be enabled at run time (see below). It is,
     190        however, enabled by default for Radeon <!-- since 7.2.0 -->
     191        "Southern Islands" and newer GPUs.
    190192      </para>
    191193
     
    198200        Glamor is an acceleration library which uses cards' 3D capabilities
    199201        to accelerate 2D rendering. Glamor acceleration is required for
    200         Radeon "South Islands" GPUs which use "radeonsi" Gallium3D driver
     202        Radeon "Southern Islands" GPUs which use "radeonsi" Gallium3D driver
    201203        from <xref linkend="mesalib"/>. To see which cards fall under
    202         "South Islands" category, read the
     204        "Southern Islands" category, read the
    203205        <ulink url="&radeon-marketing-names;">
    204206        Decoder ring for engineering vs marketing names</ulink>. Please note
     
    208210
    209211      <para>
    210         Glamor acceleration is not enabled by default. You have to use a
     212        Glamor acceleration is not enabled by default for chipsets that don't
     213        use "radeonsi" Gallium3D driver. You have to use a
    211214        <filename>xorg.conf</filename> file to enable it. To enable
    212         Glamor, create the following
    213         <filename>/etc/X11/xorg.conf</filename> as the
     215        Glamor for cards other than "Southern Islands" and later, create the
     216        following <filename>/etc/X11/xorg.conf</filename> as the
    214217        <systemitem class="username">root</systemitem> user:
    215218      </para>
  • x/installing/x7driver-intel.xml

    r0274895f rb26bc4c  
    55  %general-entities;
    66
    7   <!ENTITY xorg-intel-driver-version "2.21.14">
     7  <!ENTITY xorg-intel-driver-version "2.21.15">
    88
    99  <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-intel-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    11   <!ENTITY xorg-intel-driver-md5sum        "cec86adb1746aaa349280af546b335af">
     11  <!ENTITY xorg-intel-driver-md5sum        "8b646d257ace8197d6ab4e5ddeb8efb2">
    1212  <!ENTITY xorg-intel-driver-size          "1.9 MB">
    1313  <!ENTITY xorg-intel-driver-buildsize     "66 MB">
     
    127127
    128128      <para>
    129         <command>--enable-kms-only</command>: This switch omits the UMS
    130         (UserModeSetting) code.
     129        <parameter>--enable-kms-only</parameter>: This switch omits the UMS
     130        (User Mode Setting) code.
    131131      </para>
    132132
    133133      <para>
    134         <command>--with-default-accel=sna</command>: Use the SandyBridge New
    135         Acceleration method.
     134        <parameter>--with-default-accel=sna</parameter>: This switch enables
     135        SandyBridge New Acceleration method by default.
    136136      </para>
    137137
    138138    </sect3>
    139 
    140     <!-- commented 2013-07-30 with move to \-\-with-default-accel=sna, remove if no problems
    141     <sect3>
    142       <title>SandyBridge New Acceleration</title>
    143 
    144       <para>
    145         The SandyBridge New Acceleration (SNA) stands for new 2D acceleration architecture
    146         developed by Intel developers that can outpreform the standard UXA 2D acceleration
    147         architecture. It has been actively developed for the last year and it is in great
    148         shape. While the name mentions SandyBridge, it can work with older hardware without
    149         any problems.
    150       </para>
    151 
    152       <para>
    153         The SNA is not enabled by default. You have to use <filename>xorg.conf</filename>
    154         to enable it at runtime. To enable SNA, create the following
    155         <filename>/etc/X11/xorg.conf</filename> as the
    156         <systemitem class="username">root</systemitem> user:
    157       </para>
    158 
    159 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf &lt;&lt; "EOF"
    160 <literal>Section "Device"
    161         Identifier "intel"
    162         Driver "intel"
    163         Option "AccelMethod" "sna"
    164 EndSection</literal>
    165 EOF</userinput></screen>
    166 
    167     </sect3> -->
    168139
    169140    <sect3 role="content">
     
    171142
    172143      <segmentedlist>
    173         <segtitle>Installed Libraries</segtitle>
     144        <segtitle>Installed Library</segtitle>
    174145        <segtitle>Installed Xorg Driver</segtitle>
    175146
  • x/lib/goffice010.xml

    r0274895f rb26bc4c  
    99  <!ENTITY goffice010-download-ftp
    1010            "&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
    11   <!ENTITY goffice010-md5sum        "93f06f8ee70d2601b158762b0a543927">
     11  <!ENTITY goffice010-md5sum        "fdf0d74d9ba19e5705f88bab3978de18">
    1212  <!ENTITY goffice010-size          "2.2 MB">
    1313  <!ENTITY goffice010-buildsize     "95 MB">
  • xsoft/office/gnumeric.xml

    r0274895f rb26bc4c  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "0ec8e9902245fc099ca985ece80e48af">
     9  <!ENTITY gnumeric-md5sum        "6c33601214aefc52742fdaf28246e137">
    1010  <!ENTITY gnumeric-size          "15 MB">
    1111  <!ENTITY gnumeric-buildsize     "285 MB">
Note: See TracChangeset for help on using the changeset viewer.