Changeset b596c229
- Timestamp:
- 12/01/2017 09:01:06 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.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:
- 206913a
- Parents:
- 7c90a4a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r7c90a4a rb596c229 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Adjust sqlite instructions to satisfy thunderbird.</para> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Update to thunderbird-52.5.0. Fixes 52 <ulink url="&blfs-ticket-root;10066">#10066</ulink>.</para> 53 </listitem> 54 <listitem> 48 55 <para>[bdubbs] - Update to wireshark-2.4.3. Fixes 49 56 <ulink url="&blfs-ticket-root;10098">#10098</ulink>.</para> -
packages.ent
r7c90a4a rb596c229 747 747 <!ENTITY rox-filer-version "2.11"> 748 748 <!ENTITY rxvt-unicode-version "9.22"> 749 <!ENTITY thunderbird-version "52. 4.0">749 <!ENTITY thunderbird-version "52.5.0"> 750 750 <!ENTITY tigervnc-version "1.8.0"> 751 751 <!ENTITY transmission-version "2.92"> -
server/databases/sqlite.xml
r7c90a4a rb596c229 127 127 </para> 128 128 129 <screen><userinput>./configure --prefix=/usr --disable-static \ 130 --enable-fts5 CFLAGS="-g -O2 \ 131 -DSQLITE_ENABLE_FTS4=1 \ 132 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ 133 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ 134 -DSQLITE_SECURE_DELETE=1 \ 135 -DSQLITE_ENABLE_DBSTAT_VTAB=1" && 129 <screen><userinput>./configure --prefix=/usr \ 130 --disable-static \ 131 --enable-fts5 \ 132 CFLAGS="-g -O2 \ 133 -DSQLITE_ENABLE_FTS4=1 \ 134 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ 135 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \ 136 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ 137 -DSQLITE_SECURE_DELETE=1 \ 138 -DSQLITE_ENABLE_FTS3_TOKENIZER=1" && 136 139 make</userinput></screen> 137 140 -
xsoft/other/thunderbird.xml
r7c90a4a rb596c229 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 " e5d6e32acca01ce833b03df71a0954c5">10 <!ENTITY thunderbird-size "2 18MB">11 <!ENTITY thunderbird-buildsize "4. 5 GB (113MB installed)">12 <!ENTITY thunderbird-time "1 4SBU (with -j4, estimated 63 SBU with -j1)">9 <!ENTITY thunderbird-md5sum "68a347d0fcc9be1a9e9a01375e399d0a"> 10 <!ENTITY thunderbird-size "220 MB"> 11 <!ENTITY thunderbird-buildsize "4.6 GB (112 MB installed)"> 12 <!ENTITY thunderbird-time "16 SBU (with -j4, estimated 63 SBU with -j1)"> 13 13 <!-- Verified the time at -j1 on another system for posterity's sake. --> 14 14 ]>
Note:
See TracChangeset
for help on using the changeset viewer.