Changeset dcb0fe6
- Timestamp:
- 03/05/2015 02:53:05 PM (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, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e907ed05
- Parents:
- f086d778
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf086d778 rdcb0fe6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 4th, &year;">9 <!ENTITY releasedate "March 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rf086d778 rdcb0fe6 46 46 47 47 <listitem> 48 <para>March 4rd, 2015</para> 48 <para>March 5th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Minor fixes and formatting: SeaMonkey-2.32.1 and 52 Thunderbird-31.5.0.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Fix Firefox-36.0: move back MOZ_MAKE_FLAGS to 56 mozconfig and add <command>chown -R 0:0 57 /usr/lib/firefox-&firefox-version;</command>, in the same way as TB 58 and SM.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 62 63 <listitem> 64 <para>March 4th, 2015</para> 49 65 <itemizedlist> 50 66 <listitem> -
xsoft/graphweb/firefox.xml
rf086d778 rdcb0fe6 161 161 162 162 <screen><userinput>cat > mozconfig << "EOF" 163 <literal># If you have installed DBus-Glib comment out this line: 163 <literal># If you have a multicore machine, all cores will be used by default. 164 # If desired, you can reduce the number of cores used, e.g. to 1, by 165 # uncommenting the next line and setting a valid number of CPU cores. 166 #mk_add_options MOZ_MAKE_FLAGS="-j1" 167 168 # If you have installed DBus-Glib comment out this line: 164 169 ac_add_options --disable-dbus 165 170 … … 254 259 </para></note> 255 260 256 <screen><userinput>MOZ_MAKE_FLAGS='-j<replaceable><number></replaceable>' \ 257 make -f client.mk</userinput></screen> 258 259 <para> 260 where <replaceable><number></replaceable> is an integer between 1 261 and the number of threads of your processor, inclusive. The variable 262 <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes 263 used by <command>make</command>. If it is not defined, the compilation 264 will use all threads of a multithread machine. If this is what you want, 265 just delete the line with <envar>MOZ_MAKE_FLAGS</envar> in the command 266 above. 267 </para> 261 <screen><userinput>make -f client.mk</userinput></screen> 268 262 269 263 <para> … … 277 271 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 278 272 279 mkdir -pv /usr/lib/mozilla/plugins && 273 chown -R 0:0 /usr/lib/firefox-&firefox-version; && 274 mkdir -pv /usr/lib/mozilla/plugins && 280 275 ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen> 281 276 -
xsoft/graphweb/seamonkey.xml
rf086d778 rdcb0fe6 188 188 # to be enabled, also remember to set "media.gstreamer.enabled" to "true" 189 189 # in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line: 190 #ac_add_options --disable-gstreamer190 ac_add_options --disable-gstreamer 191 191 # or uncomment this line, if you have GStreamer 1.x.y 192 192 #ac_add_options --enable-gstreamer=1.0 … … 292 292 293 293 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 294 294 295 chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; && 295 296 cp -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen> -
xsoft/other/thunderbird.xml
rf086d778 rdcb0fe6 275 275 276 276 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 277 277 278 chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen> 278 279
Note:
See TracChangeset
for help on using the changeset viewer.