Changeset 56c646a5
- Timestamp:
- 09/12/2017 09:29:02 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 36464cc
- Parents:
- 3b2c28b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3b2c28b r56c646a5 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 1"> <!-- Always 2 digits -->3 <!ENTITY day "12"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 1 1th, &year;">9 <!ENTITY releasedate "September 12th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/glib2.xml
r3b2c28b r56c646a5 5 5 %general-entities; 6 6 7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.5 2/glib-&glib2-version;.tar.xz">8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.5 2/glib-&glib2-version;.tar.xz">9 <!ENTITY glib2-md5sum " 89265d0289a436e99cad54491eb21ef4">10 <!ENTITY glib2-size "7. 3MB">11 <!ENTITY glib2-buildsize "1 42 MB (additional 73MB for tests)">12 <!ENTITY glib2-time "1.0 SBU (additional 4. 5SBU for tests)">7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.54/glib-&glib2-version;.tar.xz"> 8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.54/glib-&glib2-version;.tar.xz"> 9 <!ENTITY glib2-md5sum "6e4db71816ccbc8dabf0e58fa7228e76"> 10 <!ENTITY glib2-size "7.5 MB"> 11 <!ENTITY glib2-buildsize "190 MB (additional 74 MB for tests)"> 12 <!ENTITY glib2-time "1.0 SBU (additional 4.6 SBU for tests)"> 13 13 ]> 14 14 -
general/genlib/gobject-introspection.xml
r3b2c28b r56c646a5 6 6 7 7 <!ENTITY gobject-introspection-download-http 8 "&gnome-download-http;/gobject-introspection/1.5 2/gobject-introspection-&gobject-introspection-version;.tar.xz">8 "&gnome-download-http;/gobject-introspection/1.54/gobject-introspection-&gobject-introspection-version;.tar.xz"> 9 9 <!ENTITY gobject-introspection-download-ftp 10 "&gnome-download-ftp;/gobject-introspection/1.5 2/gobject-introspection-&gobject-introspection-version;.tar.xz">11 <!ENTITY gobject-introspection-md5sum " 34157073991f9eeb0ed953351b65eb61">10 "&gnome-download-ftp;/gobject-introspection/1.54/gobject-introspection-&gobject-introspection-version;.tar.xz"> 11 <!ENTITY gobject-introspection-md5sum "57a260c24eb798422639c51e04cc28ff"> 12 12 <!ENTITY gobject-introspection-size "1.3 MB"> 13 <!ENTITY gobject-introspection-buildsize " 38 MB (add 7MB for tests)">13 <!ENTITY gobject-introspection-buildsize "52 MB (add 12 MB for tests)"> 14 14 <!ENTITY gobject-introspection-time "0.3 SBU (additional 0.3 SBU for the tests)"> 15 15 ]> … … 105 105 <para> 106 106 To test the results, issue: <command>make check</command>. 107 One test, Regress-1.0.gir, is known to fail with glibc-2.26. 107 <!-- One test, Regress-1.0.gir, is known to fail with glibc-2.26. --> 108 108 </para> 109 109 … … 160 160 <?dbhtml list-presentation="table"?> 161 161 162 <varlistentry id="g-ir-annotation-tool"> 163 <term><command>g-ir-annotation-tool</command></term> 164 <listitem> 165 <para> 166 creates or extracts annotation data from GI typelibs. 167 </para> 168 <indexterm zone="gobject-introspection g-ir-annotation-tool"> 169 <primary sortas="b-g-ir-annotation-tool">g-ir-annotation-tool</primary> 170 </indexterm> 171 </listitem> 172 </varlistentry> 173 162 174 <varlistentry id="g-ir-compiler"> 163 175 <term><command>g-ir-compiler</command></term> -
introduction/welcome/changelog.xml
r3b2c28b r56c646a5 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>September 12th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to glib2-2.54.0. Partially fixes 49 <ulink url="&blfs-ticket-root;9746">#9746</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to gobject-introspection-1.54.0. Partially 53 fixes <ulink url="&blfs-ticket-root;9746">#9746</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 44 57 45 58 <listitem> -
packages.ent
r3b2c28b r56c646a5 102 102 <!ENTITY fftw-version "3.3.6-pl2"> 103 103 <!ENTITY gcab-version "0.7"> 104 <!ENTITY glib2-version "2.5 2.3">104 <!ENTITY glib2-version "2.54.0"> 105 105 <!ENTITY glibmm-version "2.52.1"> 106 106 <!ENTITY gmime-version "2.6.23"> 107 <!ENTITY gobject-introspection-version "1.5 2.1">107 <!ENTITY gobject-introspection-version "1.54.0"> 108 108 <!ENTITY grantlee-version "5.1.0"> 109 109 <!ENTITY gsl-version "2.4">
Note:
See TracChangeset
for help on using the changeset viewer.