Changeset fc54d43 for gnome/platform


Ignore:
Timestamp:
02/22/2019 01:31:06 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
15a9f25
Parents:
3cfe74a
Message:

Revert libchamplain to 0.12.16 to allow Evolution and gnome-maps to build
Add security patch for CVE-2018-15587 in Evolution
Tag all of GNOME Applications, as well as gtk-vnc and bogofilter.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libchamplain.xml

    r3cfe74a rfc54d43  
    99  <!ENTITY libchamplain-download-ftp
    1010           "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
    11   <!ENTITY libchamplain-md5sum        "c91fb83f8fce955d746020d838f4b618">
    12   <!ENTITY libchamplain-size          "232 KB">
     11  <!ENTITY libchamplain-md5sum        "52a410767f4797657b505e439bf7ce83">
     12  <!ENTITY libchamplain-size          "612 KB">
    1313  <!ENTITY libchamplain-buildsize     "10 MB">
    1414  <!ENTITY libchamplain-time          "0.1 SBU">
     
    107107    </para>
    108108
    109 <screen><userinput>mkdir build &amp;&amp;
    110 cd build &amp;&amp;
    111 
    112 meson --prefix=/usr .. &amp;&amp;
    113 ninja</userinput></screen>
     109<screen><userinput>./configure --prefix=/usr     \
     110            --enable-vala     \
     111            --disable-static  &amp;&amp;
     112make</userinput></screen>
    114113
    115114    <para>
     
    121120    </para>
    122121
    123 <screen role="root"><userinput>ninja install</userinput></screen>
     122<screen role="root"><userinput>make install</userinput></screen>
    124123
    125124  </sect2>
    126 <!-- No longer needed, Vala support is on by default, static libraries
    127      are disabled by default, and gtk-doc is automatic.
     125
    128126  <sect2 role="commands">
    129127    <title>Command Explanations</title>
     
    142140
    143141  </sect2>
    144 -->
     142
    145143  <sect2 role="content">
    146144    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.