Changeset 307a22f
- Timestamp:
- 08/14/2018 12:01:49 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.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:
- 6b601a7b
- Parents:
- 96c67a1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r96c67a1 r307a22f 45 45 <para>August 14th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[timtas] - Update to thunderbird-60.0. Fixes 49 <ulink url="&blfs-ticket-root;10997">#10997</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[dj] - Update to xterm-334. Fixes -
packages.ent
r96c67a1 r307a22f 758 758 <!ENTITY rox-filer-version "2.11"> 759 759 <!ENTITY rxvt-unicode-version "9.22"> 760 <!ENTITY thunderbird-version " 52.9.1">760 <!ENTITY thunderbird-version "60.0"> 761 761 <!ENTITY tigervnc-version "1.8.0"> 762 762 <!ENTITY transmission-version "2.94"> -
xsoft/other/thunderbird.xml
r96c67a1 r307a22f 7 7 <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz"> 8 8 <!ENTITY thunderbird-download-ftp " "> 9 <!ENTITY thunderbird-md5sum " dfef11976fd4284e438a42da55129ecd">10 <!ENTITY thunderbird-size "2 20 MB">11 <!ENTITY thunderbird-buildsize " 4.1 GB (96MB installed)">9 <!ENTITY thunderbird-md5sum "aaba788a2eb99e0bac317047ebe61b45"> 10 <!ENTITY thunderbird-size "270 MB"> 11 <!ENTITY thunderbird-buildsize "6.9 GB (134 MB installed)"> 12 12 <!ENTITY thunderbird-time "17 SBU (with -j4, estimated 63 SBU with -j1)"> 13 13 <!-- Verified the time at -j1 on another system for posterity's sake. --> … … 81 81 both <xref linkend="gtk3"/> 82 82 and <xref linkend="gtk2"/>, 83 <xref linkend="rust"/>, 83 84 <xref linkend="zip"/>, 84 85 <xref linkend="unzip"/>, and … … 202 203 # The BLFS editors recommend not changing anything below this line: 203 204 ac_add_options --prefix=/usr 204 ac_add_options --enable-application= mail205 ac_add_options --enable-application=comm/mail 205 206 206 207 ac_add_options --disable-crashreporter … … 213 214 ac_add_options --enable-install-strip 214 215 215 ac_add_options --enable-gio216 216 ac_add_options --enable-official-branding 217 ac_add_options --enable-safe-browsing218 ac_add_options --enable-url-classifier219 217 220 218 # Using system cairo has been reported to make thunderbird execution unstable. … … 242 240 </para></note> 243 241 244 <screen><userinput> make -f client.mk</userinput></screen>242 <screen><userinput>./mach build</userinput></screen> 245 243 246 244 <para> … … 253 251 </para> 254 252 255 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 256 chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen> 253 <screen role="root"><userinput>./mach install</userinput></screen> 257 254 258 255 <!-- thunderbuild directory does not exist anymore. Leaving as comment, … … 287 284 288 285 <para> 289 <command>make -f client.mk</command>: Mozilla products are packaged to 290 allow the use of a configuration file which can be used to pass the 291 configuration settings to the <command>configure</command> command. 292 <command>make</command> uses the <filename>client.mk</filename> file to 293 get initial configuration and setup parameters. 286 <command>./mach build</command>: <application>Firefox</application> 287 now uses this <application>python2</application> script to run the 288 build and install. 289 </para> 290 291 <para> 292 <option>./mach build --verbose</option>: Use this alternative if you 293 need details of which files are being compiled, together with any C or 294 C++ flags being used. 294 295 </para> 295 296
Note:
See TracChangeset
for help on using the changeset viewer.