Changeset 1b29dcac


Ignore:
Timestamp:
03/02/2016 03:19:56 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
b69a5a5
Parents:
d78194f3
Message:

Fix, and tag, k3b.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd78194f3 r1b29dcac  
    4848      <para>March 1st, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - make k3b build.</para>
     52        </listitem>
    5053        <listitem>
    5154          <para>[ken] - Update to openssl-1.0.2g. Fixes
  • multimedia/cdwriteutils/k3b.xml

    rd78194f3 r1b29dcac  
    5454    </para>
    5555
    56     &lfs78_checked;
     56    &lfs79_checked;
    5757
    5858    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    145145    </para>
    146146
    147 <screen><userinput>mkdir build &amp;&amp;
     147      <note>
     148        <para>If you use the download link from a browser, you might
     149        get a file called <literal>k3b-2.0.3a.tar.gz</literal>: there
     150        are both <literal>2.0.3</literal> and <literal>2.0.3a</literal>
     151        versions in that directory. There is an old report online which
     152        claims that two files in these tarballs differ, but both extract
     153        to <literal>k3b-2.0.3</literal> and have the same md5sum.</para>
     154      </note>
     155
     156<screen><userinput>sed -i -e 's/^cmake_minimum/#cmake_minimum/' CMakeLists.txt &amp;&amp;
     157
     158mkdir build &amp;&amp;
    148159cd    build &amp;&amp;
    149160
     
    162173
    163174<screen role="root"><userinput>make install</userinput></screen>
     175
     176  </sect2>
     177
     178  <sect2 role="commands">
     179    <title>Command Explanations</title>
     180
     181    <para>
     182      <parameter>sed -i -e 's/^cmake_minimum/#cmake_minimum/' CMakeLists.txt</parameter>:
     183      This command prevents multiple <application>cmake</application> errors
     184      of the form 'add_custom_target cannot create target "doc-XX-handbook"
     185      because another target with the same name already exists.' (where XX
     186      is a language code).
     187    </para>
    164188
    165189  </sect2>
Note: See TracChangeset for help on using the changeset viewer.