Changeset 4def8b6
- Timestamp:
- 10/03/2014 11:29:03 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 582944a
- Parents:
- 9812278
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9812278 r4def8b6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 2nd, &year;">9 <!ENTITY releasedate "October 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r9812278 r4def8b6 46 46 47 47 <listitem> 48 <para>October 3rd, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Thunar-1.6.3, Firefox-32.0.1 and SeaMonkey-2.29.1: 52 fixes and tweaks.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to thunderbird-31.1.2. Fixes 56 <ulink url="&blfs-ticket-root;5577">#5577</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 61 <listitem> 48 62 <para>October 2nd, 2014</para> 49 63 <itemizedlist> -
packages.ent
r9812278 r4def8b6 601 601 <!ENTITY rox-filer-version "2.11"> 602 602 <!ENTITY rxvt-unicode-version "9.20"> 603 <!ENTITY thunderbird-version "31.1. 1">603 <!ENTITY thunderbird-version "31.1.2"> 604 604 <!ENTITY tigervnc-version "1.3.1"> 605 605 <!ENTITY transmission-version "2.84"> -
xfce/core/thunar.xml
r9812278 r4def8b6 83 83 <bridgehead renderas="sect4">Required (Runtime)</bridgehead> 84 84 <para role="required runtime"> 85 <xref linkend="gvfs"/> (for remote browsing and automounting) and 85 86 <xref linkend="gnome-icon-theme"/> or 86 87 <xref linkend="lxde-icon-theme"/> -
xsoft/graphweb/firefox.xml
r9812278 r4def8b6 160 160 161 161 <screen><userinput>cat > mozconfig << "EOF" 162 # If you have a multicore machine, firefox will now use all the cores by162 <literal># If you have a multicore machine, firefox will now use all the cores by 163 163 # default. Exceptionally, you can reduce the number of cores, e.g. to 1, 164 164 # by uncommenting the next line and setting a valid number of CPU cores. … … 230 230 ac_add_options --with-system-zlib 231 231 232 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir 232 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal> 233 233 EOF</userinput></screen> 234 234 -
xsoft/graphweb/seamonkey.xml
r9812278 r4def8b6 146 146 </para> 147 147 148 <screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig << EOF149 # If you have a multicore machine you can speed up the build by running148 <screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig << "EOF" 149 <literal># If you have a multicore machine you can speed up the build by running 150 150 # several jobs at once, but if you have a single core, delete this line: 151 151 mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)" … … 189 189 ac_add_options --disable-updater 190 190 ac_add_options --enable-application=suite 191 ac_add_options --enable-optimize 191 192 ac_add_options --enable-shared 192 193 ac_add_options --enable-system-cairo … … 196 197 ac_add_options --with-system-jpeg 197 198 ac_add_options --with-system-png 198 ac_add_options --with-system-zlib 199 ac_add_options --with-system-zlib</literal> 199 200 EOF</userinput></screen> 200 201 … … 218 219 </note> 219 220 220 <screen><userinput>make -f client.mk</userinput></screen> 221 <screen><userinput>test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true && 222 make -f client.mk</userinput></screen> 221 223 222 224 <para> … … 253 255 254 256 <para> 257 <command>test $(uname -m) = "i686" && sed ...</command>: 258 On this version of seamonkey, an old bug has reappeared in 32-bit builds. 259 With optimization, the install fails with a Python error. This 260 command will fix i686 builds and preserve the optimization on x86_64. 261 </para> 262 263 <para> 255 264 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure 256 at the beginning of the build.265 of Makefile at the beginning of the build, where a file cannot be found. 257 266 </para> 258 267 -
xsoft/other/thunderbird.xml
r9812278 r4def8b6 9 9 <!ENTITY thunderbird-download-ftp 10 10 "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2"> 11 <!ENTITY thunderbird-md5sum " 92a36f2e4916529c1226aa283dc160a6">12 <!ENTITY thunderbird-size "16 3MB">13 <!ENTITY thunderbird-buildsize " 4.6 GB (62MB installed)">14 <!ENTITY thunderbird-time " 50SBU">11 <!ENTITY thunderbird-md5sum "1c8061066e42cef89fe5eed7a0d25dcd"> 12 <!ENTITY thunderbird-size "164 MB"> 13 <!ENTITY thunderbird-buildsize " 3.7 GB (68 MB installed)"> 14 <!ENTITY thunderbird-time "47 SBU"> 15 15 ]> 16 16 … … 236 236 </para> 237 237 238 <!-- might be necessary 239 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&--> 238 240 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen> 239 241 … … 280 282 <sect2 role="commands"> 281 283 <title>Command Explanations</title> 284 <!-- might be necessary 285 <para> 286 <command>test $(uname -m) = "i686" && sed ...</command>: On this 287 version of thunderbird, an old bug has reappeared in 32-bit builds. With 288 optimization, the install fails with a Python error. This command will 289 fix i686 builds and preserve the optimization on x86_64. 290 </para>--> 282 291 283 292 <para> … … 354 363 </para> 355 364 356 <screen role="root"><userinput>mkdir -pv /usr/share/applications && 357 mkdir -pv /usr/share/pixmaps && 365 <screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} && 358 366 359 367 cat > /usr/share/applications/thunderbird.desktop << "EOF" &&
Note:
See TracChangeset
for help on using the changeset viewer.