Changeset 93f46ca for x/lib/gtkmm3.xml


Ignore:
Timestamp:
12/25/2020 01:25:01 AM (3 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:
9c9beb8
Parents:
7a1065c
Message:

Update to libreoffice-7.0.4.2.
Update to gtkmm-3.24.3.
Update to gtk+-2.24.33.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtkmm3.xml

    r7a1065c r93f46ca  
    77  <!ENTITY gtkmm3-download-http "&gnome-download-http;/gtkmm/&gnome-minor-24;/gtkmm-&gtkmm3-version;.tar.xz">
    88  <!ENTITY gtkmm3-download-ftp  "&gnome-download-ftp;/gtkmm/&gnome-minor-24;/gtkmm-&gtkmm3-version;.tar.xz">
    9   <!ENTITY gtkmm3-md5sum        "e311db484ca9c53f1689d35f5f58a06b">
     9  <!ENTITY gtkmm3-md5sum        "9a9a00bcd634e3eca0b101809f2eae02">
    1010  <!ENTITY gtkmm3-size          "13 MB">
    11   <!ENTITY gtkmm3-buildsize     "411 MB (with tests)">
    12   <!ENTITY gtkmm3-time          "2.1 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY gtkmm3-buildsize     "373 MB (with tests)">
     12  <!ENTITY gtkmm3-time          "0.9 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
     
    8080    </para>
    8181
     82    <bridgehead renderas="sect4">Optional</bridgehead>
     83    <para role="optional">
     84      <xref linkend="doxygen"/>
     85    </para>
     86
    8287    <para condition="html" role="usernotes">
    8388      User Notes: <ulink url="&blfs-wiki;/gtkmm3"/>
     
    8994
    9095    <para>
    91       First, fix the documentation directory name:
    92     </para>
    93 
    94 <screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-&gtkmm3-version;/' \
    95     -i docs/Makefile.in</userinput></screen>
    96 
    97     <para>
    9896      Install <application>Gtkmm</application> by running the following
    9997      commands:
    10098    </para>
    10199
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    103 make</userinput></screen>
     100<screen><userinput>mkdir gtkmm3-build &amp;&amp;
     101cd    gtkmm3-build &amp;&amp;
     102
     103meson --prefix=/usr \
     104      -Dbuild-documentation=true &amp;&amp;
     105
     106ninja</userinput></screen>
    104107
    105108    <para>
    106       To test the results, issue: <command>make check</command>. Note that you
     109      To test the results, issue: <command>ninja test</command>. Note that you
    107110      must be in a graphical environment, as the tests try to open some
    108111      windows.
     
    113116    </para>
    114117
    115 <screen role="root"><userinput>make install</userinput></screen>
     118<screen role="root"><userinput>ninja install &amp;&amp;
     119mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</userinput></screen>
    116120  </sect2>
    117121
Note: See TracChangeset for help on using the changeset viewer.