Changeset a934691 for x/lib/cairomm.xml


Ignore:
Timestamp:
09/28/2020 09:48:59 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
8abf60e
Parents:
288c825
Message:

Update to openssh-8.4p1.
Update to cairomm-1.14.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairomm.xml

    r288c825 ra934691  
    77  <!ENTITY cairomm-download-http "https://www.cairographics.org/releases/cairomm-&cairomm-version;.tar.gz">
    88  <!ENTITY cairomm-download-ftp  " ">
    9   <!ENTITY cairomm-md5sum        "9d2282ea34cf9aaa89208bb4bb911909">
    10   <!ENTITY cairomm-size          "1.3 MB">
    11   <!ENTITY cairomm-buildsize     "11 MB">
    12   <!ENTITY cairomm-time          "0.1 SBU">
     9  <!ENTITY cairomm-md5sum        "75a08d50eb08b97667e4ea2be6efa1ad">
     10  <!ENTITY cairomm-size          "592 KB">
     11  <!ENTITY cairomm-buildsize     "27 MB (with tests)">
     12  <!ENTITY cairomm-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    9494
    9595    <para>
    96       First, fix the documentation directory name:
    97     </para>
    98 
    99 <screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/cairomm-&cairomm-version;/' \
    100     -i docs/Makefile.in</userinput></screen>
    101 
    102     <para>
    10396      Install <application>Cairomm</application> by running the following
    10497      commands:
    10598    </para>
    10699
    107 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    108 make</userinput></screen>
     100<screen><userinput>mkdir bld &amp;&amp;
     101cd    bld &amp;&amp;
     102
     103meson --prefix=/usr      \
     104      -Dbuild-tests=true \
     105      ..                 &amp;&amp;
     106ninja</userinput></screen>
    109107
    110108    <para>
    111       This package does not come with a test suite.
     109      To run the test suite, run: <command>ninja test</command>.
    112110    </para>
    113111
     
    116114    </para>
    117115
    118 <screen role="root"><userinput>make install</userinput></screen>
     116<screen role="root"><userinput>ninja install</userinput></screen>
     117
     118  </sect2>
     119
     120  <sect2 role="commands">
     121    <title>Command Explanations</title>
     122
     123    <para>
     124      <parameter>-Dboost-shared=true</parameter>: This switch has the package
     125      use the system version of boost.
     126    </para>
     127
     128    <para>
     129      <parameter>-Dbuild-documentation=true</parameter>: This switch builds the
     130      html documentation if doxygen is installed.
     131    </para>
    119132
    120133  </sect2>
     
    136149        </seg>
    137150        <seg>
    138           /usr/{include,lib}/cairomm-1.0 and
    139           /usr/share/{devhelp/books/cairomm-1.0,doc/cairomm-&cairomm-version;}
     151          /usr/{lib,include}/cairomm-1.0 and
     152          /usr/share/{devhelp/books,doc}/cairomm-1.0}
    140153        </seg>
    141154      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.