Changeset 12b10249 for x


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

Location:
x/lib
Files:
2 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>
  • x/lib/webkitgtk.xml

    ra056971a r12b10249  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "c214963d8c0e7d83460da04a0d8dda87">
    10   <!ENTITY webkitgtk-size          "17 MB">
    11   <!ENTITY webkitgtk-buildsize     "845 MB (158 MB installed)">
    12   <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, 75 SBUs using one core)">
     9  <!ENTITY webkitgtk-md5sum        "3a7054843cf9decbf824b8ffae794e65">
     10  <!ENTITY webkitgtk-size          "18 MB">
     11  <!ENTITY webkitgtk-buildsize     "617 MB (107 MB installed)">
     12  <!ENTITY webkitgtk-time          "22 SBU (using parallelism=4, estimated 75 SBUs using one core)">
    1313]>
    1414
     
    111111      <xref linkend="wayland"/>,
    112112      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    113       <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>, and
    114       <ulink url="https://github.com/google/woff2">woff2</ulink>
     113      <ulink url="http://xsltml.sourceforge.net/">MathML</ulink>,
     114      <ulink url="https://github.com/google/woff2">woff2</ulink>,
     115      <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink>,
     116      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink>, and
     117      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
    115118    </para>
    116119
     
    134137cd        build &amp;&amp;
    135138
    136 CFLAGS=-Wno-expansion-to-defined  \
    137 CXXFLAGS=-Wno-expansion-to-defined \
    138139cmake -DCMAKE_BUILD_TYPE=Release  \
    139140      -DCMAKE_INSTALL_PREFIX=/usr \
     
    144145      -DENABLE_MINIBROWSER=ON     \
    145146      -DUSE_WOFF2=OFF             \
    146       -Wno-dev -G Ninja .. &amp;&amp;
     147      -DUSE_WPE_RENDERER=OFF      \
     148      -DENABLE_BUBBLEWRAP_SANDBOX=OFF \
     149      -Wno-dev -G Ninja ..        &amp;&amp;
    147150ninja</userinput></screen>
    148151
     
    222225      <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional
    223226      package <ulink url="https://github.com/google/woff2">woff2</ulink> is installed.
     227    </para>
     228
     229    <para>
     230      <option>-DUSE_WPE_RENDERER=OFF</option>: Remove this switch if the optional
     231      packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and
     232      <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed.
     233    </para>
     234
     235    <para>
     236      <option>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</option>: Remove this switch if the optional
     237      package <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
     238      is installed.
    224239    </para>
    225240
Note: See TracChangeset for help on using the changeset viewer.