Changeset a20b398b


Ignore:
Timestamp:
06/21/2019 11:00:06 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
e906244
Parents:
2d67b6b
Message:

Merge to HEAD 21704.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21706 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
27 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r2d67b6b ra20b398b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 13th, &year;">
     9<!ENTITY releasedate  "June 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/enchant.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz">
    88  <!ENTITY enchant-download-ftp  " ">
    9   <!ENTITY enchant-md5sum        "4b8abb58e00e93363591b3f5ea4f52d5">
    10   <!ENTITY enchant-size          "936 KB">
    11   <!ENTITY enchant-buildsize     "6.8 MB">
     9  <!ENTITY enchant-md5sum        "f6b37378c640ff64e432ae99c25b6977">
     10  <!ENTITY enchant-size          "932 KB">
     11  <!ENTITY enchant-buildsize     "7.4 MB">
    1212  <!ENTITY enchant-time          "0.2 SBU">
    1313]>
     
    183183
    184184      <seglistitem>
    185         <seg>enchant</seg>
     185        <seg>enchant and enchant-lsmod-2</seg>
    186186        <seg>libenchant.so and various backend libraries</seg>
    187187        <seg>/usr/{include,lib,share}/enchant</seg>
     
    203203        </listitem>
    204204      </varlistentry>
    205 <!--
    206       <varlistentry id="enchant-lsmod">
    207         <term><command>enchant-lsmod</command></term>
     205
     206      <varlistentry id="enchant-lsmod-2">
     207        <term><command>enchant-lsmod-2</command></term>
    208208        <listitem>
    209209          <para>lists available backends, languages, and dictionaries.</para>
    210           <indexterm zone="enchant enchant-lsmod">
    211             <primary sortas="b-enchant-lsmod">enchant-lsmod</primary>
     210          <indexterm zone="enchant enchant-lsmod-2">
     211            <primary sortas="b-enchant-lsmod-2">enchant-lsmod-2</primary>
    212212          </indexterm>
    213213        </listitem>
    214214      </varlistentry>
    215 -->
     215
    216216      <varlistentry id="libenchant">
    217217        <term><filename class='libraryfile'>libenchant.so</filename></term>
  • general/genlib/libassuan.xml

    r2d67b6b ra20b398b  
    7878      </listitem>
    7979    </itemizedlist>
    80 <!--
    81       <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82       <itemizedlist spacing="compact">
    83         <listitem>
    84           <para>
    85              Optional, to fix the documentation build:
    86             <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
    87           </para>
    88         </listitem>
    89       </itemizedlist>-->
    9080
    9181    <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
     
    128118    </para>
    129119
    130 <!--<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &amp;&amp;-->
    131120<screen remap="doc"><userinput>make -C doc pdf ps</userinput></screen>
    132121
     
    141130<screen role="root"><userinput>make install &amp;&amp;
    142131
    143 install -v -dm755   /usr/share/doc/libassuan-1.8.4/html &amp;&amp;
     132install -v -dm755   /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
    144133install -v -m644 doc/assuan.html/* \
    145                     /usr/share/doc/libassuan-1.8.4/html &amp;&amp;
     134                    /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
    146135install -v -m644 doc/assuan_nochunks.html \
    147                     /usr/share/doc/libassuan-1.8.4      &amp;&amp;
     136                    /usr/share/doc/libassuan-&libassuan-version;      &amp;&amp;
    148137install -v -m644 doc/assuan.{txt,texi} \
    149                     /usr/share/doc/libassuan-1.8.4</userinput></screen>
     138                    /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
    150139
    151140    <para>
  • general/genlib/libsigc++.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    88  <!ENTITY libsigc-download-ftp  "&gnome-download-ftp;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    9   <!ENTITY libsigc-md5sum        "549cffbdb72fa105b782756f2713ffc7">
    10   <!ENTITY libsigc-size          "3.9 MB">
    11   <!ENTITY libsigc-buildsize     "49 MB (with tests)">
    12   <!ENTITY libsigc-time          "0.3 SBU (with tests)">
     9  <!ENTITY libsigc-md5sum        "1b067bfae0b502e6a5127336cb09d2dd">
     10  <!ENTITY libsigc-size          "3.8 MB">
     11  <!ENTITY libsigc-buildsize     "65 MB (with tests)">
     12  <!ENTITY libsigc-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    7070      </listitem>
    7171    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      <xref linkend="doxygen"/> and
     78      <xref linkend="libxslt"/> (for documentation)
     79    </para>
    7280
    7381    <para condition="html" role="usernotes">User Notes:
  • general/genlib/libsigsegv.xml

    r2d67b6b ra20b398b  
    3131
    3232    <para>
    33       This is a library for handling page faults in user mode. A page fault
     33      libsigsegv is a library for handling page faults in user mode. A page fault
    3434      occurs when a program tries to access to a region of memory that is
    3535      currently not available. Catching and handling a page fault is a useful
     
    110110      libraries are compiled.
    111111    </para>
     112
    112113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113114      href="../../xincludes/static-libraries.xml"/>
  • general/graphlib/graphlib.xml

    r2d67b6b ra20b398b  
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphite2.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="harfbuzz.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ijs.xml"/>
     34<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ijs.xml"/> -->
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jasper.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lcms.xml"/>
  • general/graphlib/poppler.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "99f1e6ab4c96d14840e862eb027f0fc0">
     9  <!ENTITY poppler-md5sum        "acde633a5533784c678f4019843c01f8">
    1010  <!ENTITY poppler-size          "1.5 MB">
    11   <!ENTITY poppler-buildsize     "64 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
     11  <!ENTITY poppler-buildsize     "85 MB (with Qt5 library and tests)">
     12  <!ENTITY poppler-time          "0.6 SBU (with parallelism=4, Qt5 library, and tests)">
    1313
    1414  <!ENTITY poppler-data-version       "0.4.9">
     
    295295      <?dbhtml list-presentation="table"?>
    296296
     297      <varlistentry id="pdfattach">
     298        <term><command>pdfattach</command></term>
     299        <listitem>
     300          <para>
     301            adds a new embedded file to an existing PDF file.
     302          </para>
     303          <indexterm zone="poppler pdfattach">
     304            <primary sortas="b-pdfattach">pdfattach</primary>
     305          </indexterm>
     306        </listitem>
     307      </varlistentry> 
     308
    297309      <varlistentry id="pdfdetach">
    298310        <term><command>pdfdetach</command></term>
  • general/prog/clisp.xml

    r2d67b6b ra20b398b  
    1010  <!ENTITY clisp-size          "7.8 MB">
    1111  <!ENTITY clisp-buildsize     "163 MB (add 8 MB for tests)">
    12   <!ENTITY clisp-time          "0.9 SBU (18 SBU with tests)">
     12  <!ENTITY clisp-time          "0.9 SBU (1.2 SBU with tests)">
    1313]>
    1414
  • general/prog/lxml.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "d35e90d9de17e1370fbb7e6059bd95ed">
    10   <!ENTITY lxml-size          "4.2 MB">
    11   <!ENTITY lxml-buildsize     "152 MB (add 38 MB for the testsuite)">
    12   <!ENTITY lxml-time          "1.8 SBU (add 1.8 SBU for the testsuite)">
     9  <!ENTITY lxml-md5sum        "aec44da0457dca385261e5ceb3fe36f9">
     10  <!ENTITY lxml-size          "2.4 MB">
     11  <!ENTITY lxml-buildsize     "178 MB (add 44 MB for the testsuite)">
     12  <!ENTITY lxml-time          "1.5 SBU (add 1.5 SBU for the testsuite)">
    1313]>
    1414
  • general/prog/swig.xml

    r2d67b6b ra20b398b  
    164164      building of tests and examples for &lt;language&gt;, but all the
    165165      languages capabilities of <application>SWIG</application> are always
    166       built. We use it for <application>Clisp</application>, because the
    167       SWIG implementation is very incomplete and a lot of tests fail.
     166      built. <!--We use it for <application>Clisp</application>, because the
     167      SWIG implementation is very incomplete and a lot of tests fail. -->
    168168    </para>
    169169
  • gnome/platform/gcr.xml

    r2d67b6b ra20b398b  
    120120    <para>
    121121      To test the results, issue: <command>make -k check</command>.
    122       The tests must be run from an X Terminal or similar.
     122      The tests must be run from an X Terminal or similar. One test,
     123      "test-openssl 3", is known to fail.
    123124    </para>
    124125
  • introduction/welcome/changelog.xml

    r2d67b6b ra20b398b  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 21st, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to GPGME-1.13.1. Fixes
     49          <ulink url="&blfs-ticket-root;12154">#12154</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - Update to firefox-67.0.3 (Security Fix). Fixes
     53          <ulink url="&blfs-ticket-root;12185">#12185</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to WebKitGTK+-2.24.2. Three security fixes.
     57          Fixes <ulink url="&blfs-ticket-root;12072">#12072</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
     63      <para>June 20th, 2019</para>
     64      <itemizedlist>
     65        <listitem>
     66          <para>[renodr] - Update to enchant-2.2.4. Fixes
     67          <ulink url="&blfs-ticket-root;12168">#12168</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[renodr] - Update to GnuPG-2.2.16. Fixes
     71          <ulink url="&blfs-ticket-root;12106">#12106</ulink>.</para>
     72        </listitem>
     73      </itemizedlist>
     74    </listitem>
     75
     76    <listitem>
     77      <para>June 19th, 2019</para>
     78      <itemizedlist>
     79        <listitem>
     80          <para>[renodr] - Update to gtk+-3.24.9. Fixes
     81          <ulink url="&blfs-ticket-root;12171">#12171</ulink>.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[ken] - Update to firefox-67.0.3 (Security Fix, and also
     85          disable elf-hack which breaks the install on some machines). Fixes
     86          <ulink url="&blfs-ticket-root;12172">#12172</ulink>.</para>
     87        </listitem>
     88      </itemizedlist>
     89    </listitem>
     90
     91    <listitem>
     92      <para>June 17th, 2019</para>
     93      <itemizedlist>
     94        <listitem>
     95          <para>[renodr] - Update to Qt5 and QtWebEngine 5.12.4 (Security Fixes). Fixes
     96          <ulink url="&blfs-ticket-root;12160">#12160</ulink>.</para>
     97        </listitem>
     98        <listitem>
     99          <para>[ken] - Update to vim-8.1.1535 (Security Fix). Fixes
     100          <ulink url="&blfs-ticket-root;12161">#12161</ulink>.</para>
     101        </listitem>
     102      </itemizedlist>
     103    </listitem>
     104
    44105
    45106    <listitem revision="sysv">
     107      <para>June 15th, 2019</para>
     108      <itemizedlist>
     109        <listitem>
     110          <para>[renodr] - Archived IJS.</para>
     111        </listitem>
     112        <listitem>
     113          <para>[renodr] - Update to gutenprint-5.2.15. Fixes
     114          <ulink url="&blfs-ticket-root;12152">#12152</ulink>.</para>
     115        </listitem>
     116        <listitem>
     117          <para>[xry111] - Update to epiphany-3.32.3. Fixes
     118          <ulink url="&blfs-ticket-root;12148">#12148</ulink>.</para>
     119        </listitem>
     120      </itemizedlist>
     121    </listitem>
     122
     123    <listitem>
     124      <para>June 14th, 2019</para>
     125      <itemizedlist>
     126        <listitem>
     127          <para>[renodr] - Update to cups-filters-1.25.0. Fixes
     128          <ulink url="&blfs-ticket-root;12126">#12126</ulink>.</para>
     129        </listitem>
     130        <listitem>
     131          <para>[renodr] - Update to lxml-4.3.4 (Python Module). Fixes
     132          <ulink url="&blfs-ticket-root;12146">#12146</ulink>.</para>
     133        </listitem>
     134        <listitem>
     135          <para>[renodr] - Update to poppler-0.77.0. Fixes
     136          <ulink url="&blfs-ticket-root;12096">#12096</ulink>.</para>
     137        </listitem>
     138        <listitem>
     139          <para>[renodr] - Update to libsigc++-2.10.2. Fixes
     140          <ulink url="&blfs-ticket-root;12150">#12150</ulink>.</para>
     141        </listitem>
     142      </itemizedlist>
     143    </listitem>
     144   
     145    <listitem>
    46146      <para>June 13th, 2019</para>
    47147      <itemizedlist>
  • lxde/desktop/lxappearance.xml

    r2d67b6b ra20b398b  
    106106<screen><userinput>./configure --prefix=/usr     \
    107107            --sysconfdir=/etc \
    108             --disable-static  \
    109108            --enable-dbus     &amp;&amp;
    110109make</userinput></screen>
     
    140139      manual pages.
    141140    </para>
    142 
    143     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144       href="../../xincludes/static-libraries.xml"/>
    145141
    146142  </sect2>
  • multimedia/videoutils/ffmpeg.xml

    r2d67b6b ra20b398b  
    401401
    402402    <para>
     403      <option>--enable-libpulse</option>: Enables support for
     404      <application>Pulseaudio</application> for audio output.
     405    </para>
     406
     407    <para>
    403408      <command>gcc tools/qt-faststart.c -o tools/qt-faststart</command>: This
    404409      builds the <command>qt-faststart</command> program which can modify
  • packages.ent

    r2d67b6b ra20b398b  
    1515<!ENTITY cryptsetup-version           "&cryptsetup-minor;.6">
    1616<!ENTITY cyrus-sasl-version           "2.1.27">
    17 <!ENTITY gnupg2-version               "2.2.15">
     17<!ENTITY gnupg2-version               "2.2.16">
    1818<!ENTITY gnutls-version               "3.6.8">
    19 <!ENTITY gpgme-version                "1.13.0">
     19<!ENTITY gpgme-version                "1.13.1">
    2020<!ENTITY haveged-version              "1.9.2">
    2121<!ENTITY iptables-version             "1.8.3">
     
    9595<!ENTITY clucene-version              "2.3.3.4">
    9696<!ENTITY dbus-glib-version            "0.110">
    97 <!ENTITY enchant-version              "2.2.3">
     97<!ENTITY enchant-version              "2.2.4">
    9898<!ENTITY exempi-version               "2.5.0">
    9999<!ENTITY expat-version                "2.1.0">
     
    153153<!ENTITY libqmi-version               "1.22.4">
    154154<!ENTITY libseccomp-version           "2.4.1">
    155 <!ENTITY libsigc-version              "2.10.1">
     155<!ENTITY libsigc-version              "2.10.2">
    156156<!ENTITY libsigsegv-version           "2.12">
    157157<!ENTITY libssh2-version              "1.8.2">
     
    204204<!ENTITY graphite2-version            "1.3.13">
    205205<!ENTITY harfbuzz-version             "2.5.0">
    206 <!ENTITY ijs-version                  "0.35">
     206<!--<!ENTITY ijs-version                  "0.35">-->
    207207<!ENTITY jasper-version               "2.0.14">
    208208<!ENTITY lcms-version                 "1.19">
     
    225225<!ENTITY openjpeg2-version            "2.3.1">
    226226<!ENTITY pixman-version               "0.38.4">   <!-- Even minors only -->
    227 <!ENTITY poppler-version              "0.76.1">
     227<!ENTITY poppler-version              "0.77.0">
    228228<!ENTITY potrace-version              "1.15">
    229229<!ENTITY qpdf-version                 "8.4.2">
     
    522522<!ENTITY Jinja2-version               "2.10.1">
    523523<!-- libxml2 for Python2 shares the version of libxml2 -->
    524 <!ENTITY lxml-version                 "4.3.3">
     524<!ENTITY lxml-version                 "4.3.4">
    525525<!ENTITY mako-version                 "1.0.10">
    526526<!ENTITY MarkupSafe-version           "1.1.1">
     
    692692<!ENTITY goffice010-version           "0.10.44">
    693693<!ENTITY gtk2-version                 "2.24.32">
    694 <!ENTITY gtk3-version                 "3.24.8">
     694<!ENTITY gtk3-version                 "3.24.9">
    695695<!ENTITY gtk-engines-version          "2.20.2">
    696696<!ENTITY gtkmm2-version               "2.24.5">
     
    707707<!ENTITY pango-version                "1.42.4">
    708708<!ENTITY pangomm-version              "2.42.0">
    709 <!ENTITY qt5-version                  "5.12.3">
    710 <!ENTITY qtwebengine-version          "5.12.3">
     709<!ENTITY qt5-version                  "5.12.4">
     710<!ENTITY qtwebengine-version          "5.12.4">
    711711<!ENTITY qtwebkit-version             "5.9.0">
    712712<!ENTITY qscintilla-version           "2.10.4">
    713713<!ENTITY shared-mime-info-version     "1.12">
    714714<!ENTITY startup-notification-version "0.12">
    715 <!ENTITY webkitgtk-version            "2.24.1">    <!-- Even minors only -->
     715<!ENTITY webkitgtk-version            "2.24.2">    <!-- Even minors only -->
    716716
    717717<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    866866<!-- Chapter 40 -->
    867867<!--<!ENTITY chromium-version             "64.0.3282.186">-->
    868 <!ENTITY epiphany-version             "3.32.2">
     868<!ENTITY epiphany-version             "3.32.3">
    869869<!ENTITY falkon-version               "3.0.1">
    870 <!ENTITY firefox-version              "67.0.2">
     870<!ENTITY firefox-version              "67.0.4">
    871871<!ENTITY flashplayer-version          "27.0.0.187">
    872872<!ENTITY qupzilla-version             "2.2.6">
     
    997997<!-- Chapter 46 -->
    998998<!ENTITY cups-version                 "2.2.11">
    999 <!ENTITY cups-filters-version         "1.23.0">
     999<!ENTITY cups-filters-version         "1.25.0">
    10001000<!ENTITY gs-version                   "9.27">
    1001 <!ENTITY gutenprint-version           "5.2.14">
     1001<!ENTITY gutenprint-version           "5.2.15">
    10021002
    10031003<!-- Chapter 47 -->
  • postlfs/filesystems/ntfs-3g.xml

    r2d67b6b ra20b398b  
    204204    </para>
    205205
    206 <screen role="root"><userinput>chmod -v 777 /mnt/usb</userinput></screen>
     206<screen role="nodump"><userinput>chmod -v 777 /mnt/usb</userinput></screen>
    207207
    208208  </sect2>
  • postlfs/security/gnupg2.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY gnupg2-download-http "&gnupg-http;/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    88  <!ENTITY gnupg2-download-ftp  "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "3ab87e377aa0af2f463649515bf66508">
     9  <!ENTITY gnupg2-md5sum        "d90e186df1c06845880ea58a318f070b">
    1010  <!ENTITY gnupg2-size          "6.4 MB">
    11   <!ENTITY gnupg2-buildsize     "117 MB (with all tests; add 24 MB for docs)">
    12   <!ENTITY gnupg2-time          "0.4 SBU (using parallelism=4; add 0.5 SBU for tests)">
     11  <!ENTITY gnupg2-buildsize     "149 MB (with all tests; add 24 MB for docs)">
     12  <!ENTITY gnupg2-time          "0.4 SBU (using parallelism=4; add 1.6 SBU for tests)">
    1313]>
    1414
     
    8282    <para role="optional">
    8383      <xref linkend="curl"/>,
     84      <xref linkend="fuse3"/>,
    8485      <xref linkend="gnutls"/>,
    8586      <xref linkend="imagemagick"/> (for the <command>convert</command> utility,
     
    103104  <sect2 role="installation">
    104105    <title>Installation of GnuPG</title>
    105 
     106    <!-- It's been well over three years. I think this can be commented for now.
    106107    <warning>
    107108      <para>
     
    115116      </para>
    116117    </warning>
     118    -->
    117119
    118120    <para>By default GnuPG doesn't install the deprecated gpg-zip script.
     
    128130<screen><userinput>./configure --prefix=/usr            \
    129131            --enable-symcryptrun     \
     132            --localstatedir=/var     \
    130133            --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    131134make &amp;&amp;
     
    159162install -v -m644    doc/gnupg.html/* \
    160163                    /usr/share/doc/gnupg-&gnupg2-version;/html</userinput></screen>
    161 <!-- Now intalls as gpg, not gpg2.  This should be no longer needed.
    162     <para>The BLFS editors recommend the creation of symlinks for compatibility
    163     with the first version of GnuPG, because some programs or scripts need
    164     them. Issue, as <systemitem class="username">root</systemitem> user:</para>
    165 
    166 <screen role="root"><userinput>for f in gpg gpgv
    167 do
    168   ln -svf ${f}2.1 /usr/share/man/man1/$f.1 &amp;&amp;
    169   ln -svf ${f}2   /usr/bin/$f
    170 done
    171 unset f</userinput></screen>
    172 -->
    173164    <para>If you created alternate formats of the documentation, install them
    174165    using the following command as the
     
    217208        <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13
    218209        (optional), gpg-agent, gpg-connect-agent, gpg, gpgconf, gpgparsemail,
    219         gpgscm, gpgsm, gpgtar, gpgv, gpg-zip, kbxutil, symcryptrun,
    220         and watchgnupg</seg>
     210           gpgscm, gpgsm, gpgtar, gpgv, gpg-wks-server, gpg-zip, kbxutil,
     211        symcryptrun, and watchgnupg</seg>
    221212        <seg>None</seg>
    222213        <seg>/usr/share/doc/gnupg-&gnupg2-version; and
     
    233224        <term><command>addgnupghome</command></term>
    234225        <listitem>
    235           <para>is used to create and populate user's
     226          <para>is used to create and populate a user's
    236227          <filename class='directory'>~/.gnupg</filename> directories</para>
    237228          <indexterm zone="gnupg2 addgnupghome">
     
    391382      </varlistentry>
    392383
     384      <varlistentry id="gpg-wks-server">
     385        <term><command>gpg-wks-server</command></term>
     386        <listitem>
     387          <para>provides a server for the
     388          <application>Web Key Service</application> protocol.</para>
     389          <indexterm zone="gnupg2 gpg-wks-server">
     390            <primary sortas="b-gpg-wks-server">gpg-wks-server</primary>
     391          </indexterm>
     392        </listitem>
     393      </varlistentry>
     394
    393395      <varlistentry id="gpg-zip">
    394396        <term><command>gpg-zip</command></term>
    395397        <listitem>
    396           <para> encrypts or signs files into an archive.</para>
     398          <para>encrypts or signs files into an archive.</para>
    397399          <indexterm zone="gnupg2 gpg-zip">
    398400            <primary sortas="b-gpg-zip">gpg-zip</primary>
  • postlfs/security/gpgme.xml

    r2d67b6b ra20b398b  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "e511a0d95c507ab87e713140c82fc7d0">
     10  <!ENTITY gpgme-md5sum        "198f0a908ec3cd8f0ce9a4f3a4489645">
    1111  <!ENTITY gpgme-size          "1.7 MB">
    12   <!ENTITY gpgme-buildsize     "167 MB (with all bindings)">
    13   <!ENTITY gpgme-time          "0.6 SBU (with parallelism=4; with all bindings, add 0.6 SBU for tests)">
     12  <!ENTITY gpgme-buildsize     "232 MB (with all bindings)">
     13  <!ENTITY gpgme-time          "0.7 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)">
    1414]>
    1515
     
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="doxygen"/> (for API documentation),
     88      <xref linkend="doxygen"/> and
     89      <xref linkend="graphviz"/> (for API documentation),
    8990      <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
    9091        used during the testsuite),
     
    147148      <seglistitem>
    148149        <seg>
    149           gpgme-config and gpgme-tool
     150          gpgme-config, gpgme-json, and gpgme-tool
    150151        </seg>
    151152        <seg>
    152           libgpgme-pthread.so, libgpgme and libgpgmepp.so
     153          libgpgme, libgpgmepp.so, and libqgpgme.so
    153154        </seg>
    154155        <seg>
     156          /usr/include/{gpgme++,qgpgme,QGpgME},
     157          /usr/lib/cmake/{Gpgmepp,QGpgme}.
     158          /usr/lib/python{2.7,3.7}/site-packages/gpg, and
    155159          /usr/share/common-lisp/source/gpgme
    156160        </seg>
     
    176180      </varlistentry>
    177181
     182      <varlistentry id="gpgme-json">
     183        <term><command>gpgme-json</command></term>
     184        <listitem>
     185          <para>
     186            outputs <application>GPGME</application> commands in JSON format.
     187          </para>
     188          <indexterm zone="gpgme gpgme-json">
     189            <primary sortas="b-gpgme-json">gpgme-json</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
    178194      <varlistentry id="gpgme-tool">
    179195        <term><command>gpgme-tool</command></term>
     
    188204      </varlistentry>
    189205
     206      <!-- As of 1.13.1, this library isn't present anymore.
    190207      <varlistentry id="libgpgme-pthread">
    191208        <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
     
    200217        </listitem>
    201218      </varlistentry>
     219      -->
    202220
    203221      <varlistentry id="libgpgme">
     
    225243      </varlistentry>
    226244
     245      <varlistentry id="libqgpgme">
     246        <term><filename class="libraryfile">libqgpgme.so</filename></term>
     247        <listitem>
     248          <para>
     249            contains API functions for handling GPG operations in
     250            <application>Qt</application> applications.
     251          </para>
     252          <indexterm zone="gpgme libqgpgme">
     253            <primary sortas="c-libqgpgme">libqgpgme.so</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
     257
    227258    </variablelist>
    228259
  • pst/printing/cups-filters.xml

    r2d67b6b ra20b398b  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "45a0ccc742d50e51c90e4b8ec1e8be5c">
     10  <!ENTITY cups-filters-md5sum        "c3fbc78eed88f33b8d5cb10784f3efbc">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    12   <!ENTITY cups-filters-buildsize     "43 MB (with tests), 15MB installed">
    13   <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
     12  <!ENTITY cups-filters-buildsize     "58 MB (with tests), 15MB installed">
     13  <!ENTITY cups-filters-time          "0.3 SBU (with tests)">
    1414]>
    1515
     
    9898      <xref linkend="avahi"/>,
    9999      <xref linkend="dejavu-fonts"/> (required for the tests),
    100       <xref linkend="ijs"/>,
     100      <!--<xref linkend="ijs"/>,-->
    101101      <xref linkend="openldap"/>,
    102102      <xref linkend="php"/> (use of this might be broken),
     
    212212    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    213213      href="../../xincludes/static-libraries.xml"/>
    214 
    215     <para>
    216       <option>--enable-ijs</option>: This switch will allow the pdftoijs
     214    <!--
     215    <para>
     216      <option>- -enable-ijs</option>: This switch will allow the pdftoijs
    217217      filter, for sending PDFs to an HP InkJet Server, to be built.
    218218    </para>
     219    -->
    219220
    220221<!--<para>
  • pst/printing/gutenprint.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY gutenprint-download-http "&sourceforge-dl;/gimp-print/gutenprint-&gutenprint-version;.tar.bz2">
    88  <!ENTITY gutenprint-download-ftp  " ">
    9   <!ENTITY gutenprint-md5sum        "4177da0cb5ce39c6115e54694687d656">
     9  <!ENTITY gutenprint-md5sum        "d0769dd44be985f1135518d4a5c73a8a">
    1010  <!ENTITY gutenprint-size          "6.8 MB">
    11   <!ENTITY gutenprint-buildsize     "55 MB (without tests)">
    12   <!ENTITY gutenprint-time          "0.2 SBU (Using parallelism=4; without tests)">
     11  <!ENTITY gutenprint-buildsize     "91 MB (without tests)">
     12  <!ENTITY gutenprint-time          "0.3 SBU (without tests)">
     13  <!-- Tests add 75 SBU and 13GB to the equation - updated info in the tests below -->
    1314]>
    1415
     
    151152    <para>To test the results, issue: <command>make check</command>.  The tests
    152153    take a very long time and use a lot of disk space.  When last tested
    153     (version 5.2.13 in September 2017) this needed 91 SBU and 9.5 GB
     154    (version 5.2.15 in June 2019) this needed 75 SBU and 13.5 GB
    154155    to complete the tests (one test, rastertogutenprint failed because the CUPS
    155156    ppds are for a previous version. Maybe genppds should be run before the
     
    179180      href="../../xincludes/static-libraries.xml"/>
    180181
    181     <!-- redundant, only applies to cups < 1.2.0 : cups-5.0 gives a version of 1.5.0
    182     FIXME - delete this on next version upgrade
    183     <para><option>\-\-with-translated-ppds=no</option>: When this parameter is
    184     given, only US English PPD files for <application>CUPS</application>
    185     will be built. Useful if the PPD files are not yet translated into your
    186     native language and you want to save some space by not installing unneeded
    187     translations.</para>-->
    188 
    189182  </sect2>
    190183
     
    226219        <seg>
    227220          cups-calibrate, cups-genppd.5.2, cups-genppdupdate, escputil,
    228           ijsgutenprint.5.2 (if compiled using ijs), and testpattern
     221          and testpattern
    229222        </seg>
    230223        <seg>
     
    293286        </listitem>
    294287      </varlistentry>
    295 
     288      <!-- With 5.2.15, even with IJS installed, this program no longer exists.
     289      cups-filters-1.25.0 dropped support for IJS filters entirely. -->
     290      <!--
    296291      <varlistentry id="ijsgutenprint.5.2">
    297292        <term><command>ijsgutenprint.5.2</command></term>
     
    303298        </listitem>
    304299      </varlistentry>
     300      -->
    305301
    306302     <varlistentry id="testpattern">
  • server/major/bind.xml

    r2d67b6b ra20b398b  
    125125    class="username">root</systemitem> user:</para>
    126126
    127 <screen><userinput>pip3 install ply</userinput></screen>
     127<screen role="root"><userinput>pip3 install ply</userinput></screen>
    128128
    129129    <para>Install <application>BIND</application> by running the
  • x/lib/gtk+3.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "eeedde01856238114dcf4df3ebc942a5">
    10   <!ENTITY gtk3-size          "21 MB">
    11   <!ENTITY gtk3-buildsize     "471 MB (including tests)">
    12   <!ENTITY gtk3-time          "1.8 SBU (using parallelism=4, add 0.3 SBU for tests)">
     9  <!ENTITY gtk3-md5sum        "7b20f3aa3b36214150ea7a12d6bc384b">
     10  <!ENTITY gtk3-size          "20 MB">
     11  <!ENTITY gtk3-buildsize     "556 MB (including tests)">
     12  <!ENTITY gtk3-time          "1.3 SBU (using parallelism=4, add 0.1 SBU for tests)">
    1313]>
    1414
     
    9292      <xref linkend="iso-codes"/>,
    9393      <xref linkend="libxkbcommon"/>,
     94      <xref linkend="sassc"/>,
    9495      <xref linkend="wayland"/>, and
    9596      <xref linkend="wayland-protocols"/>
     
    120121  <sect2 role="installation">
    121122    <title>Installation of GTK+ 3</title>
    122 <!--
    123     <note>
    124       <para>
    125         <application>GTK+ 3</application> will overwrite
    126         <command>gtk-update-icon-cache</command> from <xref linkend="gtk2"/> if
    127         it is installed.  There is nothing wrong about that assuming that both
    128         programs provide same functionality.  If you wish to keep one from
    129         <application>GTK+ 2</application> you can add
    130         <option>- -enable-gtk2-dependency</option> to the
    131         <command>configure</command> command.
    132       </para>
    133     </note>
    134 -->
     123
     124    <!-- This is due to the meson transition -->
     125    <caution>
     126      <para>If you are upgrading from a version of GTK+3 prior to 3.24.9,
     127      you must run the <filename>remove-la-files.sh</filename> script from
     128      <xref linkend="la-files"/> after installing GTK+.</para>
     129    </caution>
     130
    135131    <para>
    136132      Install <application>GTK+ 3</application> by running the following
     
    138134    </para>
    139135
    140 <screen><userinput>./configure --prefix=/usr             \
    141             --sysconfdir=/etc         \
    142             --enable-broadway-backend \
    143             --enable-x11-backend      \
    144             --enable-wayland-backend &amp;&amp;
    145 make</userinput></screen>
     136<!-- The build directory already exists since this package allows both Autotools
     137     and Meson to be used
     138     This may have to be changed in a few versions, or when GTK4 comes out.-->
     139<screen><userinput>cd build &amp;&amp;
     140meson --prefix=/usr     \
     141      -Dcolord=yes      \
     142      -Dgtk_doc=false   \
     143      -Dman=true        \
     144      -Dbroadway_backend=true .. &amp;&amp;
     145ninja</userinput></screen>
    146146
    147147    <para>
     
    156156    <para>
    157157      To test the results you need a graphical session, then issue
    158       <command>make -k check</command>. There are several tests that
     158      <command>ninja test</command>. <!--There are several tests that
    159159      have subtests that are known to fail: scrolledwindow, treeview,
    160160      accessibility-dump, test-css-nodes, and gtk-reftest.
    161161      Additionally many tests will fail if the current
    162       gtk theme (such as current XFCE themes) has deprecated elements.
     162      gtk theme (such as current XFCE themes) has deprecated elements.-->
     163      9 tests are known to fail in the a11y suite and gtk/object suite.
    163164    </para>
    164165
     
    167168    </para>
    168169
    169 <screen role="root"><userinput>make install</userinput></screen>
     170    <screen role="root"><userinput>ninja install</userinput></screen>
    170171
    171172    <note>
     
    188189
    189190    <para>
    190       <parameter>--enable-broadway-backend</parameter>: This switch enables the
     191      <parameter>-Dbroadway_backend=true</parameter>: This switch enables the
    191192      HTML5 GTK backend.
    192193    </para>
    193 
    194     <para>
    195       <parameter>--enable-x11-backend</parameter>: This switch enables the X11
     194    <!--
     195    <para>
     196      <parameter>- -enable-x11-backend</parameter>: This switch enables the X11
    196197      GDK backend.
    197198    </para>
    198 
    199     <para>
    200       <parameter>--enable-wayland-backend</parameter>: This switch
     199    -->
     200    <!--
     201    <para>
     202      <parameter>- -enable-wayland-backend</parameter>: This switch
    201203      enables the Wayland GDK backend. Replace with
    202       <option>--disable-wayland-backend</option> if you do not have
     204      <option>- -disable-wayland-backend</option> if you do not have
    203205      <xref linkend="wayland"/> and <xref linkend="wayland-protocols"/>
    204206      or you do not wish to build <application>GNOME</application> with Wayland
     
    209211      installation.
    210212    </para>
    211 
     213    -->
     214    <!--
    212215    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    213216      href="../../xincludes/gtk-doc-rebuild.xml"/>
     217    -->
     218    <para>
     219      <parameter>-Dcolord=yes</parameter>: This switch allows color support
     220      in the GTK+ printing backend.
     221    </para>
     222
     223    <para>
     224      <parameter>-Dman=true</parameter>: This switch allows generating
     225      manual pages.
     226    </para>
     227
     228    <para>
     229      <parameter>-Dgtk_doc=false</parameter>: This switch disables building
     230      documentation. Replace with -Dgtk_doc=true if you have
     231      <xref linkend="gtk-doc"/> installed and wish to generate documentation.
     232    </para>
    214233
    215234  </sect2>
  • x/lib/qt5.xml

    r2d67b6b ra20b398b  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "38017e0ed88b9baba063bd723d9ca8b2">
    13   <!ENTITY qt5-size          "485 MB">
    14   <!ENTITY qt5-buildsize     "12 GB (260 MB installed)">
    15   <!ENTITY qt5-time          "39 SBU (using parallelism=4)">
     12  <!ENTITY qt5-md5sum        "dda95b0239d13c5276834177af3a8588">
     13  <!ENTITY qt5-size          "484 MB">
     14  <!ENTITY qt5-buildsize     "11 GB (243 MB installed)">
     15  <!ENTITY qt5-time          "20 SBU (using parallelism=4)">
    1616]>
    1717
     
    108108      <xref linkend="libpng"/>,
    109109      <xref linkend="libtiff"/>,
     110      <xref linkend="libwebp"/>,
    110111      <xref linkend="libxkbcommon"/>,
    111112      <xref linkend="mesa"/>,
     
    133134      <xref linkend="python2"/> (required for QtWebEngine),
    134135      <xref linkend="pulseaudio"/>,
    135       <xref linkend="unixodbc"/>, and
    136       <ulink url="http://www.firebirdsql.org/">Firebird</ulink>
     136      <xref linkend="sdl2"/>,
     137      <xref linkend="unixodbc"/>,
     138      <ulink url="http://www.firebirdsql.org/">Firebird</ulink>, and
     139      <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>
    137140    </para>
    138141
     
    272275
    273276<screen role="root"><userinput>make install</userinput></screen>
     277
     278    <!-- EDITORS NOTE: This package uses INSTALL_ROOT= instead of DESTDIR= for
     279         installing in a temporary directory. -->
    274280
    275281    <para>
     
    523529        <seg>
    524530          assistant, canbusutil, designer, fixqt4headers.pl, lconvert, linguist,
    525           lrelease, lupdate, moc, pixeltool, qdbuscpp2xml, qdbus, qdbusviewer,
    526           qdbusxml2cpp, qdoc, qdistancefieldgenerator, qgltf, qhelpgenerator,
    527           qlalr, qmake, gmlcachegen,
     531          lrelease, lupdate, moc, pixeltool, qcollectiongenerator, qdbuscpp2xml,
     532          qdbus, qdbusviewer, qdbusxml2cpp, qdoc, qdistancefieldgenerator, qgltf,
     533          qhelpgenerator, qlalr, qmake, qmlcachegen,
    528534          qmleasing, qmlimportscanner, qmllint, qmlmin, qmlplugindump,
    529           qmlpreview, qmlprofiler, qml, qmlscene, qmltestrunner, qtdiag, qtpaths,
    530           qtplugininfo, qtwaylandscanner,qvkgen, rcc, sdpscanner, syncqt.pl, uic,
    531           xmlpatterns, and xmlpatternsvalidator
     535          qmlpreview, qmlprofiler, qml, qmlscene, qmltestrunner, qscxmlc, qtdiag,
     536          qtpaths, qtattributionscanner, qtplugininfo, qtwaylandscanner, qvkgen, rcc,
     537          repc, sdpscanner, syncqt.pl, uic, xmlpatterns, and xmlpatternsvalidator
    532538        </seg>
    533539        <seg>
     
    539545          libQt5Bootstrap.a, libQt53DCharts.so, libQt5Concurrent.so,
    540546          libQt5Core.so, libQt5DataVisualization.so, libQt5DBus.so,
    541           libQt5Declarative.so, libQt5DesignerComponents.so, libQt5Designer.so,
     547          libQt5DesignerComponents.so, libQt5Designer.so,
    542548          libQt5DeviceDiscoverySupport.a, libQt5EdidSupport.a,
    543549          libQt5EglFSDeviceIntegration.so, libQt5EglFsKmsSupport.so,
    544550          libQt5EglSupport.a, libQt5EventDispatcher.a, libQt5FbSupport.a,
    545551          libQt5FontDatabaseSupport.a, libQt5Gamepad.so, libQt5Glx.a,
    546           libQt5Gui.so,libQt5Help.so, libQt5InputSupport.a,
     552          libQt5Gui.so,libQt5Help.so, libQt5InputSupport.a, libQt5KmsSupport.a,
    547553          libQt5LinuxAccessibilitySupport.a, libQt5Location.so,
    548554          libQt5Multimedia.so, libQt5MultimediaQuick.so,
     
    551557          libQt5OpenGLExtensions.a, libQt5OpenGL.so, libQt5PacketProtocol.a,
    552558          libQt5PlatformCompositiorSupport.a, libQt5Positioning.so,
    553           libQt5PosiutioningQuick.so, libQt5PrintSupport.so,
    554           libQt5Purchasing.so, libQt5QmlDebug.s, libQt5QmlDevTools.a,
    555           libQt5Qml.so, libQt5QuickControls.so, libQt5QuickParticles.so,
    556           libQt5Quick.so, libQt5QuickTest.so, libQt5QuickWidgets.so,
    557           libQt5RemoteObjects.so, libQt5Script.so, libQt5ScriptTools.so,
    558           libQt5Scxml.so, libQt5Sensors.so, libQt5SerialBus.so,
    559           libQt5SerialPort.so, libQt5ServiceSupport.a, libQt5Sql.so,
     559          libQt5PositioningQuick.so, libQt5PrintSupport.so,
     560          libQt5Purchasing.so, libQt5QmlDebug.a, libQt5QmlDevTools.a,
     561          libQt5Qml.so, libQt5QuickControls2.so, libQt5QuickParticles.so,
     562          libQt5Quick.so, libQt5QuickShapes.so,  libQt5QuickTemplates2.so,
     563          libQt5QuickTest.so, libQt5QuickWidgets.so, libQt5RemoteObjects.so,
     564          libQt5Script.so, libQt5ScriptTools.so, libQt5Scxml.so, libQt5Sensors.so,
     565          libQt5SerialBus.so, libQt5SerialPort.so, libQt5ServiceSupport.a, libQt5Sql.so,
    560566          libQt5Svg.so, libQt5Test.so, libQt5TextToSpeech.so,
    561567          libQt5ThemeSupport.a, libQt5UiTools.a, libQt5VirtualKeyboard.so,
    562568          libQt5WaylandClient.so, libQt5WaylandCompositor.so, libQt5WebChannel.so,
    563569          libQt5WebSockets.so, libQt5WebView.so, libQt5Widgets.so,
    564           libQt5X11Extras.so, libQt5XmlPatterns.so libQt5XcbOpa.so,
     570          libQt5X11Extras.so, libQt5XmlPatterns.so,
    565571          libQt5Xml.so, and several plugins under /opt/qt5/{plugins,qml}
    566572        </seg>
     
    628634        <listitem>
    629635          <para>
    630             is a script replace all Qt 4 style includes with Qt 5 includes.
     636            is a script to replace all Qt 4 style includes with Qt 5 includes.
    631637          </para>
    632638          <indexterm zone="qt5 fixqt4headers.pl">
     
    715721      </varlistentry>
    716722
    717      <varlistentry id="qdbuscpp2xml-qt5">
     723      <varlistentry id="qcollectiongenerator-qt5">
     724        <term><command>qcollectiongenerator</command></term>
     725        <listitem>
     726          <para>
     727            processes and converts Qt help files.
     728          </para>
     729          <indexterm zone="qt5 qcollectiongenerator-qt5">
     730            <primary sortas="b-qcollectiongenerator-qt5">qcollectiongenerator-qt5</primary>
     731          </indexterm>
     732        </listitem>
     733      </varlistentry>
     734
     735      <varlistentry id="qdbuscpp2xml-qt5">
    718736        <term><command>qdbuscpp2xml</command></term>
    719737        <listitem>
     
    969987      </varlistentry>
    970988
     989      <varlistentry id="qscxmlc-qt5">
     990        <term><command>qscxml</command></term>
     991        <listitem>
     992          <para>
     993            converts an input.scxml file to a header and cpp file.
     994          </para>
     995          <indexterm zone="qt5 qscxmlc-qt5">
     996            <primary sortas="b-qscxmlc-qt5">qscxmlc</primary>
     997          </indexterm>
     998        </listitem>
     999      </varlistentry>
     1000
     1001      <varlistentry id="qtattributionsscanner-qt5">
     1002        <term><command>qtattributionsscanner</command></term>
     1003        <listitem>
     1004          <para>
     1005            processes qt_attribution.json files in Qt sources.
     1006          </para>
     1007          <indexterm zone="qt5 qtattributionsscanner-qt5">
     1008            <primary sortas="b-qtattributionsscanner-qt5">qtattributionsscanner</primary>
     1009          </indexterm>
     1010        </listitem>
     1011      </varlistentry>
     1012
    9711013      <varlistentry id="qtdiag-qt5">
    9721014        <term><command>qtdiag</command></term>
  • x/lib/qtwebengine.xml

    r2d67b6b ra20b398b  
    88  <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz">
    99  <!ENTITY qtwebengine-download-ftp  " ">
    10   <!ENTITY qtwebengine-md5sum        "9841599435095b16f12870bd48ef5342">
     10  <!ENTITY qtwebengine-md5sum        "9f1f20537eba9b166cd0e59191e49f29">
    1111  <!ENTITY qtwebengine-size          "238 MB">
    12   <!ENTITY qtwebengine-buildsize     "3.3 GB (131 MB installed)">
    13   <!ENTITY qtwebengine-time          "60 SBU (using 4 cores)">
     12  <!ENTITY qtwebengine-buildsize     "3.3 GB (135 MB installed)">
     13  <!ENTITY qtwebengine-time          "40 SBU (using 4 cores)">
    1414]>
    1515
     
    139139    <para role="optional">
    140140      <xref linkend="libevent"/>,
     141      <xref linkend="poppler"/>,
    141142      <ulink url="https://github.com/open-source-parsers/jsoncpp/releases">jsoncpp</ulink>,
    142143      <ulink url="https://github.com/cisco/libsrtp/releases">libsrtp</ulink>,
     
    208209
    209210<screen role="root"><userinput>make install</userinput></screen>
     211    <!-- EDITORS NOTE: If you are updating this package, use INSTALL_ROOT=
     212         instead of DESTDIR= -->
    210213<!--
    211214    <para>
     
    315318        </seg>
    316319        <seg>
    317           $QT5PREFIX/doc/qtwebengine,
    318320          $QT5PREFIX/includeQtWebEngine,
    319321          $QT5PREFIX/include/QtWebEngineCore, and
  • x/lib/webkitgtk.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "ed70e2bf2476a58b17df3d051f42ce6a">
     9  <!ENTITY webkitgtk-md5sum        "83012998e1b9f71abb37d8baf6f9c7e6">
    1010  <!ENTITY webkitgtk-size          "17 MB">
    11   <!ENTITY webkitgtk-buildsize     "781 MB (128 MB installed)">
    12   <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, 71 SBUs using one core)">
     11  <!ENTITY webkitgtk-buildsize     "845 MB (158 MB installed)">
     12  <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, 75 SBUs using one core)">
    1313]>
    1414
  • xsoft/graphweb/epiphany.xml

    r2d67b6b ra20b398b  
    99  <!ENTITY epiphany-download-ftp
    1010           "&gnome-download-ftp;/epiphany/&gnome-minor-32;/epiphany-&epiphany-version;.tar.xz">
    11   <!ENTITY epiphany-md5sum        "2a6672b22a0fdb869e5f0a415ac2da34">
     11  <!ENTITY epiphany-md5sum        "c4976507bf3de69f27a050ad09531f5a">
    1212  <!ENTITY epiphany-size          "5.2 MB">
    1313  <!ENTITY epiphany-buildsize     "76 MB">
  • xsoft/graphweb/firefox.xml

    r2d67b6b ra20b398b  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "44ddd660e0d195be793a0f5d79946709">
    10   <!ENTITY firefox-size          "270 MB">
     9  <!ENTITY firefox-md5sum        "6631ff5d6cf74bc881d68c375e628ebd">
     10  <!ENTITY firefox-size          "273 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "3.8 GB (154 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "3.9 GB (160 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
     
    285285ac_add_options --enable-application=browser
    286286
     287# The elf-hack is reported to cause failed installs (after successful builds)
     288# on some machines. It is supposed to improve startup time and it shrinks
     289# libxul.so by a few MB - comment this if you know your machine is not affected.
     290ac_add_options --disable-elf-hack
     291
    287292ac_add_options --disable-crashreporter
    288293ac_add_options --disable-updater
Note: See TracChangeset for help on using the changeset viewer.