Changeset 8d8b9ff for x/lib


Ignore:
Timestamp:
12/28/2022 08:09:39 PM (17 months ago)
Author:
Douglas R. Reno <renodr@…>
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:
721e696
Parents:
adaaba2
Message:

Update to amtk-5.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/amtk.xml

    radaaba2 r8d8b9ff  
    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
     
    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.