Changeset 3bdc4eb for x/lib/amtk.xml


Ignore:
Timestamp:
01/10/2023 08:57:10 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
82c348c
Parents:
ab3ae35a (diff), c8d23c4a (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 branch 'trunk' into plabs/python-mods

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/lib/amtk.xml

    rab3ae35a r3bdc4eb  
    77  <!ENTITY amtk-download-http "&gnome-download-http;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    88  <!ENTITY amtk-download-ftp  "&gnome-download-ftp;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    9   <!ENTITY amtk-md5sum        "8ea25cde8b7bdbf98d7d6c939dea1724">
    10   <!ENTITY amtk-size          "376 KB">
    11   <!ENTITY amtk-buildsize     "8.5 MB">
     9  <!ENTITY amtk-md5sum        "26edf5c301e66a02f0ea7829855807f5">
     10  <!ENTITY amtk-size          "60 KB">
     11  <!ENTITY amtk-buildsize     "3.1 MB">
    1212  <!ENTITY amtk-time          "0.1 SBU">
    13 
    1413]>
    1514
     
    3231    </para>
    3332
    34     &lfs111_checked;
     33    &lfs112_checked;
    3534
    3635    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9493    </para>
    9594
    96 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    97 make</userinput></screen>
     95<screen><userinput>mkdir amtk-build &amp;&amp;
     96cd    amtk-build &amp;&amp;
     97
     98meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     99ninja</userinput></screen>
    98100
    99101    <para>
    100       To test the results, issue: <command>make check</command>.
     102      To test the results, issue: <command>ninja test</command>.
    101103    </para>
    102104
     
    105107    </para>
    106108
    107 <screen role="root"><userinput>make install</userinput></screen>
     109<screen role="root"><userinput>ninja install</userinput></screen>
    108110  </sect2>
    109111
     
    112114
    113115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114     href="../../xincludes/gtk-doc-rebuild.xml"/>
     116      href="../../xincludes/meson-buildtype-release.xml"/>
     117
     118    <para>
     119      <parameter>-Dgtk_doc=false</parameter>: This switch prevents the build
     120      system from generating and installing the API documentation. Omit this
     121      switch if you have <xref linkend="gtk-doc" role="nodep"/> installed and
     122      wish to generate and install the API documentation.
     123    </para>
    115124
    116125  </sect2>
Note: See TracChangeset for help on using the changeset viewer.