Changeset 287130e


Ignore:
Timestamp:
04/12/2018 01:26:09 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ef9dcfb
Parents:
2565779
Message:

Update xfburn dependencies.
Remove obsolete note in gtk+3.
Update to gnupg-2.2.6.
Update gnome-screenshot instructions.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2565779 r287130e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 10th, &year;">
     9<!ENTITY releasedate  "April 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/applications/gnome-screenshot.xml

    r2565779 r287130e  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    <!-- &lfs82_checked; -->
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090    <title>Installation of GNOME Screenshot</title>
    9191
     92    <note><para>There is a build problem caused by a file installed by gettext
     93    in LFS.  If gettext was installed with instructions before the
     94    April 11, 1018 version of LFS, run the following as the
     95    <systemitem class="username">root</systemitem> user:</para>
     96
     97<screen><userinput>sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \
     98    -i /usr/share/gettext-0.19.8/its/appdata.loc</userinput></screen>
     99    </note>
     100
    92101    <para>
    93102      Install <application>GNOME Screenshot</application> by running the following
     
    99108
    100109meson --prefix=/usr .. &amp;&amp;
    101 
    102 sed '/^build all/s@src/org.gnome.Screenshot.metainfo.xml@@' \
    103     -i build.ninja                          &amp;&amp;
    104 cp ../src/org.gnome.Screenshot.metainfo.xml.in \
    105       src/org.gnome.Screenshot.metainfo.xml &amp;&amp;
    106 
    107110ninja</userinput></screen>
    108 
    109 <!-- The sed and cp above are to work around a problem with current itstool
    110      remove once resolved... -->
    111111
    112112    <para>
  • introduction/welcome/changelog.xml

    r2565779 r287130e  
    4343-->
    4444   <listitem>
     45      <para>April 11, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update xfburn dependencies.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Remove obsolete note in gtk+3.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to gnupg-2.2.6.  Fixes
     55          <ulink url="&blfs-ticket-root;10640">#10640</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update gnome-screenshot instructions.  Fixes
     59          <ulink url="&blfs-ticket-root;10112">#10``2</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64   <listitem>
    4565      <para>April 10, 2018</para>
    4666      <itemizedlist>
  • packages.ent

    r2565779 r287130e  
    1515<!ENTITY cryptsetup-version           "&cryptsetup-minor;.2">
    1616<!ENTITY cyrus-sasl-version           "2.1.26">
    17 <!ENTITY gnupg2-version               "2.2.5">
     17<!ENTITY gnupg2-version               "2.2.6">
    1818<!ENTITY gnutls-version               "3.5.18">
    1919<!ENTITY gpgme-version                "1.10.0">
  • postlfs/security/gnupg2.xml

    r2565779 r287130e  
    99  <!-- <!ENTITY gnupg2-download-ftp  "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> -->
    1010  <!ENTITY gnupg2-download-ftp  " ">
    11   <!ENTITY gnupg2-md5sum        "567cd2d41fa632903066fde73d2005cb">
     11  <!ENTITY gnupg2-md5sum        "2b13d3b6db10b9e93c828703fd6ff823">
    1212  <!ENTITY gnupg2-size          "6.3 MB">
    13   <!ENTITY gnupg2-buildsize     "136 MB (with all tests; add 24 MB for docs)">
    14   <!ENTITY gnupg2-time          "0.3 SBU (using parallelism=4; add 1.5 SBU for tests)">
     13  <!ENTITY gnupg2-buildsize     "111 MB (with all tests; add 24 MB for docs)">
     14  <!ENTITY gnupg2-time          "0.3 SBU (using parallelism=4; add 1.9 SBU for tests)">
    1515]>
    1616
     
    130130<screen><userinput>./configure --prefix=/usr            \
    131131            --enable-symcryptrun     \
    132             --enable-maintainer-mode \
    133132            --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    134133make &amp;&amp;
     
    197196    building the symcryptrun program.</para>
    198197
    199     <para><parameter>--enable-maintainer-mode</parameter>: This switch is
    200     needed for proper completion of the tests.</para>
    201 
    202198    <para>
    203199      <option>--enable-all-tests</option>: allows more tests to be run whith
  • x/lib/gtk+3.xml

    r2565779 r287130e  
    126126  <sect2 role="installation">
    127127    <title>Installation of GTK+ 3</title>
    128 
     128<!--
    129129    <note>
    130130      <para>
     
    134134        programs provide same functionality.  If you wish to keep one from
    135135        <application>GTK+ 2</application> you can add
    136         <option>--enable-gtk2-dependency</option> to the
     136        <option>- -enable-gtk2-dependency</option> to the
    137137        <command>configure</command> command.
    138138      </para>
    139139    </note>
    140 
     140-->
    141141    <para>
    142142      Install <application>GTK+ 3</application> by running the following
  • xfce/apps/xfburn.xml

    r2565779 r287130e  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="exo"/>,
    81       <xref linkend="libxfce4util"/>, and
    82       <xref linkend="libisoburn"/>
     80      <xref linkend="exo"/>,
     81      <xref linkend="libburn"/>,
     82      <xref linkend="libisofs"/>, and
     83      <xref linkend="libxfce4util"/>
    8384    </para>
    8485
Note: See TracChangeset for help on using the changeset viewer.