Changeset 4005416 for x/lib/gtkmm3.xml


Ignore:
Timestamp:
01/02/2021 04:13:08 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
a84fc21
Parents:
03c3caa4 (diff), 24d47269 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk up to r24051

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtkmm3.xml

    r03c3caa4 r4005416  
    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>
    104 
    105     <para>
    106       To test the results, issue: <command>make check</command>. Note that you
     100<screen><userinput>mkdir gtkmm3-build &amp;&amp;
     101cd    gtkmm3-build &amp;&amp;
     102
     103meson --prefix=/usr \
     104      ..           &amp;&amp;
     105
     106ninja</userinput></screen>
     107
     108    <para>
     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</userinput></screen>
     119
     120    <para>
     121      If you have built the documentation (see Command Explanations below) it
     122      was installed to <filename
     123      class="directory">/usr/share/doc/gtkmm-3.0</filename>. For consistency,
     124      move it to a versioned directory as the <systemitem
     125      class="username">root</systemitem> user:
     126    </para>
     127
     128<screen role="nodump">mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</screen>
     129
     130  </sect2>
     131
     132  <sect2 role="commands">
     133    <title>Command Explanations</title>
     134
     135    <para>
     136      <option>-Dbuild-documentation=true</option>: If you have installed
     137      <xref linkend="doxygen"/> this define will build and install the
     138      documentation.
     139    </para>
     140
    116141  </sect2>
    117142
     
    135160          /usr/include/gtkmm-3.0,
    136161          /usr/lib/gdkmm-3.0,
    137           /usr/lib/gtkmm-3.0, and
     162          /usr/lib/gtkmm-3.0, and optionally
    138163          /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
    139164        </seg>
Note: See TracChangeset for help on using the changeset viewer.