Changeset cd9acb7


Ignore:
Timestamp:
08/03/2014 05:22:22 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
4a62aecd
Parents:
37a1766e
Message:

Added yaml and libyaml.

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

Files:
1 added
7 edited
3 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r37a1766e rcd9acb7  
    110110  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/>
    111111  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xapian.xml"/>
     112  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yaml-systemd.xml"/>
    112113
    113114</chapter>
  • general/prog/python-modules-systemd.xml

    r37a1766e rcd9acb7  
    8787        </para>
    8888      </listitem>
     89      <listitem>
     90        <para>
     91          <xref linkend="PyYAML"/>
     92        </para>
     93      </listitem>
    8994    </itemizedlist>
    9095  </sect2>
     
    115120
    116121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117     href="setuptools.xml"/>
     122    href="setuptools-systemd.xml"/>
    118123
    119124  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120     href="MarkupSafe.xml"/>
     125    href="MarkupSafe-systemd.xml"/>
    121126
    122127  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="Jinja2.xml"/>
     128    href="Jinja2-systemd.xml"/>
     129
     130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     131    href="PyYAML-systemd.xml"/>
    124132
    125133</sect1>
  • index.xml

    r37a1766e rcd9acb7  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x/x.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde/kde.xml"/>
     25  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde5/kde5.xml"/> -->
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-systemd/gnome.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce/xfce.xml"/>
  • introduction/welcome/changelog.xml

    r37a1766e rcd9acb7  
    7272        <listitem>
    7373          <para>[krejzi] - Added Jinja2-2.7.3 - A Python Module.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[krejzi] - Added yaml-0.1.6.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[krejzi] - Added PyYAML-3.11 - A Python Module.</para>
    7480        </listitem>
    7581      </itemizedlist>
  • kde5/frameworks/intro.xml

    r37a1766e rcd9acb7  
    117117export QT_SELECT=qt5
    118118
    119 pathappend $KF5_PREFIX               CMAKE_PREFIX_PATH
    120 pathappend $KF5_PREFIX/bin           PATH
    121 pathappend $KF5_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
    122 pathappend $KF5_PREFIX/lib/python&python2-majorver; PYTHONPATH
     119pathappend $KF5_PREFIX                             CMAKE_PREFIX_PATH
     120pathappend $KF5_PREFIX/bin                         PATH
     121pathappend $KF5_PREFIX/lib/pkgconfig               PKG_CONFIG_PATH
     122pathappend $KF5_PREFIX/lib/python&python2-majorver;/site-packages PYTHONPATH
    123123
    124124pathappend /etc/xdg                  XDG_CONFIG_DIRS
  • kde5/frameworks/kapidox.xml

    r37a1766e rcd9acb7  
    7373    </para>
    7474
     75    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
     76    <para role="required">
     77      <xref linkend="doxygen"/>,
     78      <xref linkend="Jinja2"/>, and
     79      <xref linkend="PyYAML"/>
     80    </para>
     81
    7582    <para condition="html" role="usernotes">
    7683      User Notes: <ulink url="&blfs-wiki;/kapidox"/>
  • systemd.ent

    r37a1766e rcd9acb7  
    2525<!ENTITY wayland-version              "1.5.0">
    2626<!ENTITY weston-version               "1.5.0">
     27<!ENTITY yaml-version                 "0.1.6">
    2728
    2829<!ENTITY Jinja2-version               "2.7.3">
    2930<!ENTITY MarkupSafe-version           "0.23">
    3031<!ENTITY setuptools-version           "5.4.2">
     32<!ENTITY PyYAML-version               "3.11">
    3133
    3234<!ENTITY % kde5-entities SYSTEM "kde5/kde5.ent">
Note: See TracChangeset for help on using the changeset viewer.