Changeset 8d8b9ff


Ignore:
Timestamp:
12/28/2022 08:09:39 PM (16 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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    radaaba2 r8d8b9ff  
    4343      <itemizedlist>
    4444        <listitem>
    45           <para>[renodr] - Restore amtk from the archives in support of
    46           gedit. Fixes
     45          <para>[renodr] - Update to amtk-5.6.1. Fixes
    4746          <ulink url="&blfs-ticket-root;17453">#17453</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[renodr] - Restore amtk from the archives in support of gedit.
     50          Fixes <ulink url="&blfs-ticket-root;17453">#17453</ulink>.</para>
    4851        </listitem>
    4952        <listitem>
  • packages.ent

    radaaba2 r8d8b9ff  
    667667
    668668<!-- Chapter 25 -->
    669 <!ENTITY amtk-minor                   "5.2">
    670 <!ENTITY amtk-version                 "&amtk-minor;.0">
     669<!ENTITY amtk-minor                   "5.6">
     670<!ENTITY amtk-version                 "&amtk-minor;.1">
    671671<!ENTITY atk-minor                    "2.38">
    672672<!ENTITY atk-version                  "&atk-minor;.0">
  • 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.