Changeset 973d80cc
- Timestamp:
- 12/13/2013 09:53:00 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a754ee2b
- Parents:
- 2bb6344e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2bb6344e r973d80cc 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- 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 "December 1 2th, &year;">9 <!ENTITY releasedate "December 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 720 720 721 721 <!-- Chapter 35 --> 722 <!ENTITY seamonkey-version "2.2 2.1">722 <!ENTITY seamonkey-version "2.23"> 723 723 <!ENTITY firefox-version "&xulrunner-version;"> 724 724 -
introduction/welcome/changelog.xml
r2bb6344e r973d80cc 45 45 --> 46 46 <listitem> 47 <para>December 13th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[fernando] - Update to seamonkey-2.23. Fix 51 <ulink url="&blfs-ticket-root;4443">#4443</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>December 12th, 2013</para> 48 58 <itemizedlist> -
xsoft/graphweb/seamonkey.xml
r2bb6344e r973d80cc 9 9 <!ENTITY seamonkey-download-ftp 10 10 "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2"> 11 <!ENTITY seamonkey-md5sum " 3f848db22d23aed2cd03d37bdc5fb256">11 <!ENTITY seamonkey-md5sum "74116d6a9b646fab7b8995f6c3339be0"> 12 12 <!ENTITY seamonkey-size "142 MB"> 13 <!ENTITY seamonkey-buildsize "1. 8 GB (56MB installed)">14 <!ENTITY seamonkey-time " 44SBU">13 <!ENTITY seamonkey-buildsize "1.6 GB (60 MB installed)"> 14 <!ENTITY seamonkey-time "35 SBU"> 15 15 ]> 16 16 … … 79 79 <para> 80 80 Estimated build time: &seamonkey-time; 81 </para>82 </listitem>83 </itemizedlist>84 85 <bridgehead renderas="sect3">Additional Downloads</bridgehead>86 <itemizedlist spacing="compact">87 <listitem>88 <para>89 Required patch:90 <ulink url="&patch-root;/seamonkey-&seamonkey-version;-freetype-1.patch"/>91 81 </para> 92 82 </listitem> … … 168 158 # If you have installed libnotify delete this option: 169 159 ac_add_options --disable-libnotify 160 161 # GStreamer is necessary for H.264 video playback in HTML5 Video Player; 162 # to be enabled, also remember to set "media.gstreamer.enabled" to "true" 163 # in about:config. If you have installed GStreamer comment out this line: 164 ac_add_options --disable-gstreamer 170 165 171 166 # Uncomment this line if you compiled Cairo with --enable-tee switch and want … … 212 207 </note> 213 208 214 <screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-freetype-1.patch && 215 make -f client.mk && 209 <screen><userinput>make -f client.mk && 216 210 make -C moz-build-dir/suite/installer</userinput></screen> 217 211
Note:
See TracChangeset
for help on using the changeset viewer.