Changeset 4eef56d
- Timestamp:
- 04/04/2020 06:59:39 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 0f5317a4
- Parents:
- 8ff72c47
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/js68.xml
r8ff72c47 r4eef56d 5 5 %general-entities; 6 6 7 <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/& JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz">7 <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz"> 8 8 <!ENTITY js68-download-ftp " "> 9 <!ENTITY js68-md5sum "0d8361018d3de12c1e38f39fce6ee01b"> 10 <!ENTITY js68-size "305 MB"> 9 <!-- FIXME (that gets a highlight) - md5sum and size should match firefox --> 10 <!ENTITY firefox-md5sum "0d8361018d3de12c1e38f39fce6ee01b"> 11 <!ENTITY firefox-size "305 MB"> 11 12 <!ENTITY js68-buildsize "2.8 GB (30 MB installed)"> <!-- Installed size is 62 MB --> 12 13 <!ENTITY js68-time "7.0 SBU"> 13 14 ]> 14 15 15 <sect1 id="js68" xreflabel="js68-&JS68-version;"> 16 <!--<sect1 id="js68" xreflabel="js68-&JS68-version;">--> 17 <sect1 id="js68" xreflabel="js68-&firefox-version;"> 16 18 <?dbhtml filename="js68.html"?> 17 19 … … 21 23 </sect1info> 22 24 23 <title>JS-&JS68-version;</title> 25 <!--<title>JS-&JS68-version;</title>--> 26 <title>JS-&firefox-version;</title> 24 27 25 28 <indexterm zone="js68"> … … 54 57 <listitem> 55 58 <para> 56 Download MD5 sum: & js68-md5sum;57 </para> 58 </listitem> 59 <listitem> 60 <para> 61 Download size: & js68-size;59 Download MD5 sum: &firefox-md5sum; 60 </para> 61 </listitem> 62 <listitem> 63 <para> 64 Download size: &firefox-size; 62 65 </para> 63 66 </listitem> … … 125 128 <para> 126 129 Unlike most other packages in BLFS, the instructions below require you 127 to untar <filename>firefox-& JS68-version;esr.tar.xz</filename> and128 change into the <filename>firefox-& JS68-version;</filename> folder.130 to untar <filename>firefox-&firefox-version;esr.tar.xz</filename> and 131 change into the <filename>firefox-&firefox-version;</filename> folder. 129 132 </para> 133 134 <para> 135 Extracting the tarball 136 will reset the permissions of the current directory to 0755 if you 137 have permission to do that. If you do this in a directory where 138 the sticky bit is set, such 139 as <filename class="directory">/tmp</filename> it will end with error 140 messages: 141 </para> 142 143 <literallayout>tar: .: Cannot utime: Operation not permitted 144 tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted 145 tar: Exiting with failure status due to previous errors 146 </literallayout> 147 148 <para> 149 This does finish with non-zero status, but it does 150 <emphasis>NOT</emphasis> mean there is a real problem. 151 Do not untar as the <systemitem class="username">root</systemitem> user 152 in a directory where the sticky bit is set - that will unset it. 153 </para> 154 130 155 </note> 131 156 -
packages.ent
r8ff72c47 r4eef56d 119 119 <!--<!ENTITY JS52-version "52.2.1gnome1">--> 120 120 <!ENTITY JS60-version "60.8.0"> 121 <!ENTITY JS68-version "68.6.1"> <!-- same as firefox --> 121 <!-- JS68 uses the firefox tarball 122 <!ENTITY JS68-version --> 122 123 <!ENTITY json-c-version "0.13.1"> 123 124 <!ENTITY json-glib-version "1.4.4"> … … 901 902 <!ENTITY falkon-minor-version "0"> 902 903 <!ENTITY falkon-version "&falkon-major-version;.&falkon-minor-version;"> 903 <!ENTITY firefox-version "68.6.1"> <!-- should matchJS68 -->904 <!ENTITY firefox-version "68.6.1"> <!-- also used for JS68 --> 904 905 <!ENTITY flashplayer-version "27.0.0.187"> 905 906 <!ENTITY qupzilla-version "2.2.6">
Note:
See TracChangeset
for help on using the changeset viewer.