Changeset ab8d3ce5
- Timestamp:
- 11/30/2019 12:25:55 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ed6c072
- Parents:
- 6be9bbb
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/poppler.xml
r6be9bbb rab8d3ce5 7 7 <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> 8 8 <!ENTITY poppler-download-ftp " "> 9 <!ENTITY poppler-md5sum " 4d6106c2382c5e66072e0b355acc3640">9 <!ENTITY poppler-md5sum "d4f65ff63311a0f781a5ee42ea920b5d"> 10 10 <!ENTITY poppler-size "1.5 MB"> 11 11 <!ENTITY poppler-buildsize "64 MB (with Qt5 library and tests)"> 12 <!ENTITY poppler-time "0. 8SBU (with parallelism=4, Qt5 library, and tests)">12 <!ENTITY poppler-time "0.9 SBU (with parallelism=4, Qt5 library, and tests)"> 13 13 14 14 <!ENTITY poppler-data-version "0.4.9"> … … 146 146 <xref linkend="gtk-doc"/>, 147 147 <xref linkend="gtk3"/>, 148 <xref linkend="libtiff"/>, 149 <xref linkend="python2"/>, and 148 <xref linkend="libtiff"/>, and 150 149 <xref linkend="qt5"/> 151 150 (required for PDF support in <xref role="nodep" linkend="okular5"/>) -
general/sysutils/bubblewrap.xml
r6be9bbb rab8d3ce5 7 7 <!ENTITY bubblewrap-download-http "https://github.com/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz"> 8 8 <!ENTITY bubblewrap-download-ftp " "> 9 <!ENTITY bubblewrap-md5sum " 69ce48ca2d637eaf6b42674ee903e5ad">10 <!ENTITY bubblewrap-size " 128KB">11 <!ENTITY bubblewrap-buildsize "1. 4MB">9 <!ENTITY bubblewrap-md5sum "a0f3f2c80a3bad535af5bbd1b502450c"> 10 <!ENTITY bubblewrap-size "212 KB"> 11 <!ENTITY bubblewrap-buildsize "1.8 MB"> 12 12 <!ENTITY bubblewrap-time "less than 0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r6be9bbb rab8d3ce5 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to tcsh-6.22.00. Fixes 50 <ulink url="&blfs-ticket-root;12832">#12832</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to bubblewrap-0.4.0. Fixes 54 <ulink url="&blfs-ticket-root;12831">#12831</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to poppler-0.83.0. Fixes 58 <ulink url="&blfs-ticket-root;12830">#12830</ulink>.</para> 59 </listitem> 60 <listitem> 49 61 <para>[bdubbs] - Update to cmake-3.16.0. Fixes 50 62 <ulink url="&blfs-ticket-root;12828">#12828</ulink>.</para> -
packages.ent
r6be9bbb rab8d3ce5 72 72 <!-- Chapter 7 --> 73 73 <!ENTITY dash-version "0.5.10.2"> 74 <!ENTITY tcsh-version "6.2 1.00">74 <!ENTITY tcsh-version "6.22.00"> 75 75 <!ENTITY zsh-version "5.7.1"> 76 76 … … 223 223 <!ENTITY openjpeg2-version "2.3.1"> 224 224 <!ENTITY pixman-version "0.38.4"> <!-- Even minors only --> 225 <!ENTITY poppler-version "0.8 2.0">225 <!ENTITY poppler-version "0.83.0"> 226 226 <!ENTITY potrace-version "1.16"> 227 227 <!ENTITY qpdf-version "9.1.0"> … … 267 267 <!ENTITY autofs-version "5.1.6"> 268 268 <!ENTITY bluez-version "5.52"> 269 <!ENTITY bubblewrap-version "0. 3.3">269 <!ENTITY bubblewrap-version "0.4.0"> 270 270 <!ENTITY colord-version "1.4.4"> 271 271 <!ENTITY cpio-version "2.13"> -
postlfs/shells/tcsh.xml
r6be9bbb rab8d3ce5 10 10 <!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz"> 11 11 <!ENTITY tcsh-download-ftp "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz"> 12 <!ENTITY tcsh-md5sum " 5bd5f11515cc5cca927777fa92f9d4b9">12 <!ENTITY tcsh-md5sum "4e6de6d646141ccadb09e780efa08bcc"> 13 13 <!ENTITY tcsh-size "980 KB"> 14 14 <!ENTITY tcsh-buildsize "13 MB (with tests)"> … … 71 71 <sect2 role="installation"> 72 72 <title>Installation of Tcsh</title> 73 73 <!-- 74 74 <para> 75 75 First, fix the package for tool chain changes: … … 78 78 <screen><userinput>sed -i 's|SVID_SOURCE|DEFAULT_SOURCE|g' config/linux && 79 79 sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g' config/linux</userinput></screen> 80 80 --> 81 81 <para>Install <application>Tcsh</application> by running the following 82 82 commands:</para>
Note:
See TracChangeset
for help on using the changeset viewer.