Ignore:
Timestamp:
09/13/2019 03:35:13 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0baf5d9
Parents:
a056971a
Message:

Update to webkitgtk-2.26.0.
Update to gtksourceview-4.4.0.
Update to librsvg-2.46.0.
Update to NetworkManager-1.20.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22135 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtksourceview4.xml

    ra056971a r12b10249  
    66
    77  <!ENTITY gtksourceview4-download-http
    8     "&gnome-download-http;/gtksourceview/4.2/gtksourceview-&gtksourceview4-version;.tar.xz">
     8    "&gnome-download-http;/gtksourceview/4.4/gtksourceview-&gtksourceview4-version;.tar.xz">
    99  <!ENTITY gtksourceview4-download-ftp
    10     "&gnome-download-ftp;/gtksourceview/4.2/gtksourceview-&gtksourceview4-version;.tar.xz">
    11   <!ENTITY gtksourceview4-md5sum        "c9e6913c2fd30ca2fcdd71482faf8b99">
    12   <!ENTITY gtksourceview4-size          "1.3 MB">
    13   <!ENTITY gtksourceview4-buildsize     "88 MB (with tests)">
    14   <!ENTITY gtksourceview4-time          "0.5 SBU (with tests)">
     10    "&gnome-download-ftp;/gtksourceview/4.4/gtksourceview-&gtksourceview4-version;.tar.xz">
     11  <!ENTITY gtksourceview4-md5sum        "5c47e314517692f2622a0b724c65e628">
     12  <!ENTITY gtksourceview4-size          "1.1 MB">
     13  <!ENTITY gtksourceview4-buildsize     "36 MB (with tests)">
     14  <!ENTITY gtksourceview4-time          "0.1 SBU (with tests; both using parallelism=4)">
    1515]>
    1616
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    114 make</userinput></screen>
     113<screen><userinput>mkdir build &amp;&amp;
     114cd    build &amp;&amp;
    115115
     116meson --prefix=/usr .. &amp;&amp;
     117ninja</userinput></screen>
    116118
    117119    <para>
    118       To test the results, issue <command>make check</command>. The tests need
     120      To test the results, issue <command>ninja test</command>. The tests need
    119121      to be run in a graphical environment.
    120122    </para>
     
    124126    </para>
    125127
    126 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    127129
    128130  </sect2>
     
    131133    <title>Command Explanations</title>
    132134
    133     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134       href="../../xincludes/gtk-doc-rebuild.xml"/>
     135    <para><option>-Dgtk_doc=true</option>: This option is normally
     136    used if <application>GTK-Doc</application> is installed and you wish
     137    to rebuild and install the API documentation.</para>
    135138
    136139  </sect2>
Note: See TracChangeset for help on using the changeset viewer.