Ignore:
Timestamp:
10/31/2015 08:12:48 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1de41efa
Parents:
e94d178
Message:
  • Update to dbus-1.10.2.
  • Update to unrar-5.3.7 (unrarsrc-5.3.7).
  • Update to gparted-0.24.0.
  • Update to cups-filters-1.1.0.
  • Update to libwebp-0.4.4.
  • Update to lxdm-0.5.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gparted.xml

    re94d178 r53dd18f1  
    88           "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
    99  <!ENTITY gparted-download-ftp  " ">
    10   <!ENTITY gparted-md5sum        "5901dca33ced32213cccb13a2713dea8">
     10  <!ENTITY gparted-md5sum        "b8480274c68876acff5965d4346710e7">
    1111  <!ENTITY gparted-size          "2.2 MB">
    12   <!ENTITY gparted-buildsize     "118 MB (with optional documentation)">
    13   <!ENTITY gparted-time          "0.9 SBU (with optional documentation)">
     12  <!ENTITY gparted-buildsize     "121 MB (with optional documentation)">
     13  <!ENTITY gparted-time          "1.1 SBU (with optional documentation)">
    1414]>
    1515
     
    102102<!-- those fixes have been included in upstream repository, check at next
    103103     update -->
    104 <screen><userinput>sed -i '\@sigc++/class_slot@d' include/Win_GParted.h &amp;&amp;
    105 CXXFLAGS="-g -O2 -std=c++11" \
     104<screen><userinput>
    106105./configure --prefix=/usr    \
    107106            --disable-doc    \
     
    123122  <sect2 role="commands">
    124123    <title>Command Explanations</title>
    125 
    126     <para>
    127       <command>sed -i '\@sigc++/class_slot@d' ...</command>: Remove an unneeded
    128       inclusion of an obsolete header file, which is not present in the <xref
    129       linkend="libsigc"/> package.
    130     </para>
    131 
    132     <para>
    133       <command>CXXFLAGS="-g -O2 -std=c++11" ./configure...</command>: Gparted
    134       has not yet been ported to the 2011 ISO C++ standard, but several of its
    135       dependencies have. <command>-std=c++11</command> has
    136       to be used as an option to <command>g++</command>. We pass it into
    137       <envar>CXXFLAGS</envar> together with the default options.
    138     </para>
    139124
    140125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.