Changeset ab30f3f for x/lib/atkmm.xml


Ignore:
Timestamp:
12/24/2020 09:20:31 AM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
03c3caa4
Parents:
b312c50 (diff), 84b1648 (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 r24014

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/atkmm.xml

    rb312c50 rab30f3f  
    77  <!ENTITY atkmm-download-http "&gnome-download-http;/atkmm/2.28/atkmm-&atkmm-version;.tar.xz">
    88  <!ENTITY atkmm-download-ftp  "&gnome-download-ftp;/atkmm/2.28/atkmm-&atkmm-version;.tar.xz">
    9   <!ENTITY atkmm-md5sum        "6194ac577f15567adfa3c923944c6651">
    10   <!ENTITY atkmm-size          "872 KB">
    11   <!ENTITY atkmm-buildsize     "16 MB">
    12   <!ENTITY atkmm-time          "0.2 SBU">
     9  <!ENTITY atkmm-md5sum        "03d9d02736645083cbb824c926750624">
     10  <!ENTITY atkmm-size          "676 KB">
     11  <!ENTITY atkmm-buildsize     "15 MB">
     12  <!ENTITY atkmm-time          "0.1 SBU">
    1313]>
    1414
     
    8888
    8989    <para>
    90       First, fix the documents directory name:
    91     </para>
    92 
    93 <screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/atkmm-&atkmm-version;/' \
    94     -i doc/Makefile.in</userinput></screen>
    95 
    96     <para>
    9790      Install <application>Atkmm</application> by running the following
    9891      commands:
    9992    </para>
    10093
    101 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    102 make</userinput></screen>
     94<screen><userinput>mkdir bld &amp;&amp;
     95cd    bld &amp;&amp;
     96
     97meson --prefix=/usr .. &amp;&amp;
     98ninja</userinput></screen>
    10399
    104100    <para>
     
    110106    </para>
    111107
    112 <screen role="root"><userinput>make install</userinput></screen>
     108<screen role="root"><userinput>ninja install</userinput></screen>
    113109
    114110  </sect2>
Note: See TracChangeset for help on using the changeset viewer.