Ignore:
Timestamp:
06/27/2019 08:55:17 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.0, 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:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libchamplain.xml

    re77adf7 r51dfb3e  
    99  <!ENTITY libchamplain-download-ftp
    1010           "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
    11   <!ENTITY libchamplain-md5sum        "a3015b1f32d80d65515f8042ce595b30">
    12   <!ENTITY libchamplain-size          "228 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">
    1515]>
    1616
    17 <sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;" revision="systemd">
     17<sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;">
    1818  <?dbhtml filename="libchamplain.html"?>
    1919
     
    7979      <xref linkend="clutter"/>,
    8080      <xref linkend="clutter-gtk"/>,
    81       <xref linkend="gtk3"/>,
    82       <xref linkend="libsoup"/>, and
    83       <xref linkend="sqlite"/>
     81      <xref linkend="gtk3"/>, and
     82      <xref linkend="libsoup"/>
    8483    </para>
    8584
     
    108107    </para>
    109108
    110 <!-- Because there is still rudimentary autotools support, there is already a
    111      build directory. Change into it and go from there :-) -->
    112 <screen><userinput>cd build &amp;&amp;
    113 
    114 meson --prefix=/usr .. &amp;&amp;
    115 ninja</userinput></screen>
     109<screen><userinput>./configure --prefix=/usr     \
     110            --enable-vala     \
     111            --disable-static  &amp;&amp;
     112make</userinput></screen>
    116113
    117114    <para>
     
    123120    </para>
    124121
    125 <screen role="root"><userinput>ninja install</userinput></screen>
     122<screen role="root"><userinput>make install</userinput></screen>
    126123
    127124  </sect2>
    128   <!--
     125
    129126  <sect2 role="commands">
    130127    <title>Command Explanations</title>
     
    143140
    144141  </sect2>
    145   -->
    146142
    147143  <sect2 role="content">
     
    161157        </seg>
    162158        <seg>
    163           /usr/include/champlain-0.12 and
    164           /usr/share/gtk-doc/html/champlain-0.12
     159          /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and
     160          /usr/share/gtk-doc/html/{libchamplain-0.12,libchamplain-gtk-0.12}
    165161        </seg>
    166162      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.