Changeset ef0c157
- Timestamp:
- 08/12/2013 07:12:03 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b8250d1
- Parents:
- eaa2ba5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
reaa2ba5 ref0c157 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 "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 1th, &year;">9 <!ENTITY releasedate "August 12th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 469 469 470 470 <!-- Chapter 17 --> 471 <!ENTITY curl-version "7.3 1.0">471 <!ENTITY curl-version "7.32.0"> 472 472 <!ENTITY geoclue-version "0.12.0"> 473 473 <!ENTITY glib-networking-version "2.36.2"> … … 589 589 <!ENTITY fluxbox-version "1.3.5"> 590 590 <!ENTITY icewm-version "1.3.7"> 591 <!ENTITY openbox-version "3.5. 0">591 <!ENTITY openbox-version "3.5.2"> 592 592 <!ENTITY sawfish-version "1.9.1"> 593 593 -
introduction/welcome/changelog.xml
reaa2ba5 ref0c157 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to openbox-3.5.2.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to curl-7.32.0.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 59 <para>August 11th, 2013</para> 60 <itemizedlist> 61 <listitem> 50 62 <para>[bdubbs] - Update to glib-2.36.4.</para> 51 63 </listitem> -
networking/netlibs/curl.xml
reaa2ba5 ref0c157 7 7 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " b7bea20579ac2f696338ae03f2c19ba5">9 <!ENTITY curl-md5sum "30d04b0a8c43c6770039d1bf033dfe79"> 10 10 <!ENTITY curl-size "2.6 MB"> 11 <!ENTITY curl-buildsize " 35MB (additional 7 MB for tests)">12 <!ENTITY curl-time "0. 4 SBU (additional 3.1SBU for tests)">11 <!ENTITY curl-buildsize "29 MB (additional 7 MB for tests)"> 12 <!ENTITY curl-time "0.5 SBU (additional 2.9 SBU for tests)"> 13 13 ]> 14 14 … … 121 121 122 122 <para> 123 To test the results, issue: 124 <command>sed -i 's/^#LDADD/LDADD/' docs/examples/Makefile; make check</command>. 123 To test the results, issue: <command>make test</command>. 125 124 </para> 126 125 … … 139 138 <title>Command Explanations</title> 140 139 141 <!--142 <para>143 <command>sed -i '/- -static-libs)/{N;s#echo .*#echo #;}'144 curl-config.in</command>: Since the static libraries have not been installed,145 this <command>sed</command> removes the static libs line from146 <command>curl-config</command> as it might otherwise confuse other147 applications.148 </para>149 -->150 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 151 141 href="../../xincludes/static-libraries.xml"/> -
x/wm/openbox.xml
reaa2ba5 ref0c157 8 8 "http://openbox.org/dist/openbox/openbox-&openbox-version;.tar.gz"> 9 9 <!ENTITY openbox-download-ftp " "> 10 <!ENTITY openbox-md5sum " 00441b53cf14c03566c8e82643544ff9">11 <!ENTITY openbox-size "9 MB">12 <!ENTITY openbox-buildsize "1 8MB">10 <!ENTITY openbox-md5sum "93df606606053b7e8578a5c116afb8ec"> 11 <!ENTITY openbox-size "956 KB"> 12 <!ENTITY openbox-buildsize "19 MB"> 13 13 <!ENTITY openbox-time "0.3 SBU"> 14 14 ]> … … 108 108 109 109 <para> 110 T o test the results, issue: <command>make check</command>.110 This package does not come with a test suite. 111 111 </para> 112 112
Note:
See TracChangeset
for help on using the changeset viewer.