Changeset d233fd23
- Timestamp:
- 07/02/2015 06:11:48 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d8942ee
- Parents:
- 15e8283
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r15e8283 rd233fd23 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 1st&year;">9 <!ENTITY releasedate "July 2nd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r15e8283 rd233fd23 44 44 45 45 --> 46 47 <listitem> 48 <para>July 2nd, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[renodr] - Update to clutter-1.22.4. Fixes 52 <ulink url="&blfs-ticket-root;6665">#6665</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
r15e8283 rd233fd23 463 463 <!ENTITY cairomm-version "1.10.0"> 464 464 <!ENTITY cogl-version "1.20.0"> 465 <!ENTITY clutter-version "1.22. 2">465 <!ENTITY clutter-version "1.22.4"> 466 466 <!ENTITY clutter-gst-version "3.0.6"> 467 467 <!ENTITY clutter-gtk-version "1.6.0"> -
x/lib/clutter.xml
r15e8283 rd233fd23 7 7 <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.22/clutter-&clutter-version;.tar.xz"> 8 8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.22/clutter-&clutter-version;.tar.xz"> 9 <!ENTITY clutter-md5sum " 48398ac43d45916eec03abc7a6e4f2ec">10 <!ENTITY clutter-size "5. 1MB">9 <!ENTITY clutter-md5sum "26494256c980d49703a553916e3083cd"> 10 <!ENTITY clutter-size "5.0 MB"> 11 11 <!ENTITY clutter-buildsize "95 MB (additional 14 MB for tests)"> 12 12 <!ENTITY clutter-time "0.6 SBU (additional 0.5 SBU for tests)"> … … 135 135 To test the results, issue: <command>make -k check</command> (you must be 136 136 in an xterm or similar to do this, because it launches some windows). 137 Two tests have been observed to fail.137 <!-- Two tests have been observed to fail. --> 138 138 </para> 139 139
Note:
See TracChangeset
for help on using the changeset viewer.