Changeset ca0d6adc


Ignore:
Timestamp:
02/18/2015 11:52:43 PM (9 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.7, 7.8, 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:
657afa2
Parents:
77549e4
Message:

Update to gtk+-2.24.26.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r77549e4 rca0d6adc  
    4848      <para>February 18th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to gtk+-2.24.26. Fixes
     52          <ulink url="&blfs-ticket-root;6153">#6153</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to unrarsrc-5.2.6. Fixes
  • packages.ent

    r77549e4 rca0d6adc  
    463463<!ENTITY glu-version                  "9.0.0">
    464464<!ENTITY goffice010-version           "0.10.20">
    465 <!ENTITY gtk2-version                 "2.24.25">
     465<!ENTITY gtk2-version                 "2.24.26">
    466466<!ENTITY gtk3-version                 "3.14.8">
    467467<!ENTITY gtk-engines-version          "2.20.2">
  • x/lib/gtk+2.xml

    r77549e4 rca0d6adc  
    77  <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
    88  <!ENTITY gtk2-download-ftp  "&gnome-download-ftp;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
    9   <!ENTITY gtk2-md5sum        "612350704dd3aacb95355a4981930c6f">
     9  <!ENTITY gtk2-md5sum        "4610cc60ff96073b83dc7de254bdaf38">
    1010  <!ENTITY gtk2-size          "13 MB">
    11   <!ENTITY gtk2-buildsize     "351 MB (additional 1 MB for the tests)">
    12   <!ENTITY gtk2-time          "2.5 SBU (additional 0.1 SBU for the tests)">
     11  <!ENTITY gtk2-buildsize     "319 MB (additional 1 MB for the tests)">
     12  <!ENTITY gtk2-time          "3.3 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
     
    108108
    109109<screen><userinput>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#' docs/{faq,tutorial}/Makefile.in &amp;&amp;
    110 sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in               &amp;&amp;
    111110sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in                   &amp;&amp;
    112111./configure --prefix=/usr --sysconfdir=/etc                           &amp;&amp;
     
    151150      <filename>Makefile</filename>s. This <command>sed</command> fixes the
    152151      <filename>Makefile</filename>s.
    153     </para>
    154 
    155     <para>
    156       <command>sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in</command>:
    157       This <command>sed</command> fixes one of the <filename>Makefile</filename>s
    158       so it installs the man pages for <command>gtk-builder-convert</command>,
    159       <command>gtk-query-immodules-2.0</command>, and
    160       <command>gtk-update-icon-cache</command>.
    161152    </para>
    162153
     
    254245        </seg>
    255246        <seg>
    256           libgailutil.so, libgdk-x11-2.0.so, libgtk-x11-2.0.so,
    257           and several under /usr/lib/gtk-2.0 subdirectories
     247          libgailutil.so, libgdk-x11-2.0.so, and libgtk-x11-2.0.so
    258248        </seg>
    259249        <seg>
     
    261251          /usr/include/{gail-1.0,gtk-2.0,gtk-unix-print-2.0},
    262252          /usr/lib/gtk-2.0,
     253          /usr/share/doc/gtk+-&gtk2-version;,
    263254          /usr/share/gtk-2.0,
    264           /usr/share/doc/gtk+-&gtk2-version;,
    265255          /usr/share/gtk-doc/html/{gail-libgail-util,gdk2,gtk2}, and
    266256          /usr/share/themes/{Default,Emacs,Raleigh}
Note: See TracChangeset for help on using the changeset viewer.