Author: krejzi
Date: Sun Aug 3 10:22:22 2014
New Revision: 13816
Log:
Added yaml and libyaml.
Added:
branches/systemd/general/genlib/yaml-systemd.xml (contents, props changed)
branches/systemd/general/prog/Jinja2-systemd.xml
- copied unchanged from r13815, branches/systemd/general/prog/Jinja2.xml
branches/systemd/general/prog/MarkupSafe-systemd.xml
- copied unchanged from r13815,
branches/systemd/general/prog/MarkupSafe.xml
branches/systemd/general/prog/setuptools-systemd.xml
- copied unchanged from r13815,
branches/systemd/general/prog/setuptools.xml
Deleted:
branches/systemd/general/prog/Jinja2.xml
branches/systemd/general/prog/MarkupSafe.xml
branches/systemd/general/prog/setuptools.xml
Modified:
branches/systemd/general/genlib/genlib.xml
branches/systemd/general/prog/python-modules-systemd.xml
branches/systemd/index.xml
branches/systemd/introduction/welcome/changelog.xml
branches/systemd/kde5/frameworks/intro.xml
branches/systemd/kde5/frameworks/kapidox.xml
branches/systemd/systemd.ent
Modified: branches/systemd/general/genlib/genlib.xml
==============================================================================
--- branches/systemd/general/genlib/genlib.xml Sun Aug 3 07:34:19 2014
(r13815)
+++ branches/systemd/general/genlib/genlib.xml Sun Aug 3 10:22:22 2014
(r13816)
@@ -109,5 +109,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="wayland-systemd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xapian.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="yaml-systemd.xml"/>
</chapter>
Added: branches/systemd/general/genlib/yaml-systemd.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/systemd/general/genlib/yaml-systemd.xml Sun Aug 3 10:22:22
2014 (r13816)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY yaml-download-http
"http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
+ <!ENTITY yaml-download-ftp " ">
+ <!ENTITY yaml-md5sum "5fe00cda18ca5daeb43762b80c38e06e">
+ <!ENTITY yaml-size "492 KB">
+ <!ENTITY yaml-buildsize "6.3 MB">
+ <!ENTITY yaml-time "0.1 SBU">
+]>
+
+<sect1 id="yaml" xreflabel="YAML-&yaml-version;">
+ <?dbhtml filename="yaml.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>YAML-&yaml-version;</title>
+
+ <indexterm zone="yaml">
+ <primary sortas="a-YAML">YAML</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to YAML</title>
+
+ <para>
+ The <application>YAML</application> package contains a C
+ library for parsing and emitting YAML (YAML Ain't Markup
+ Language).
+ </para>
+
+ &lfs75_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&yaml-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&yaml-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &yaml-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &yaml-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &yaml-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &yaml-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">YAML Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="doxygen"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/yaml"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of YAML</title>
+
+ <para>
+ Install <application>YAML</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ libyaml.so
+ </seg>
+ <seg>
+ None
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libyaml">
+ <term><filename class="libraryfile">libyaml.so</filename></term>
+ <listitem>
+ <para>
+ contains API functions for parsing and emitting YAML.
+ </para>
+ <indexterm zone="yaml libyaml">
+ <primary sortas="c-libyaml">libyaml.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Copied: branches/systemd/general/prog/Jinja2-systemd.xml (from r13815,
branches/systemd/general/prog/Jinja2.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/systemd/general/prog/Jinja2-systemd.xml Sun Aug 3 10:22:22
2014 (r13816, copy of r13815, branches/systemd/general/prog/Jinja2.xml)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY Jinja2-download-http
+
"https://pypi.python.org/packages/source/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
+ <!ENTITY Jinja2-download-ftp " ">
+ <!ENTITY Jinja2-md5sum "b9dffd2f3b43d673802fe857c8445b1a">
+ <!ENTITY Jinja2-size "372 KB">
+ <!ENTITY Jinja2-buildsize "7.8 MB">
+ <!ENTITY Jinja2-time "less than 0.1 SBU">
+]>
+
+ <!-- Begin Jinja2 -->
+ <sect2 id="Jinja2" xreflabel="Jinja2-&Jinja2-version;">
+
+ <title>Jinja2-&Jinja2-version;</title>
+
+ <indexterm zone="Jinja2">
+ <primary sortas="a-Jinja2">Jinja2</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to Jinja2 Module</title>
+
+ <para>
+ <application>Jinja2</application> is a
<application>Python</application>
+ module that implements a simple pythonic template language.
+ </para>
+
+ &lfs75_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&Jinja2-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&Jinja2-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &Jinja2-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &Jinja2-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &Jinja2-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &Jinja2-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">Jinja2 Dependencies</bridgehead>
+
+ <bridgehead renderas="sect5">Required</bridgehead>
+ <para role="required">
+ <xref linkend="MarkupSafe"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/Jinja2"/>
+ </para>
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of Jinja2</title>
+
+ <note>
+ <para>
+ Both <application>Python 2</application> and
+ <application>Python 3</application> modules can
+ be built and installed without any conflicts.
+ </para>
+ </note>
+
+ <para>
+ To install the <application>Python 2</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python setup.py install
--optimize=1</userinput></screen>
+
+ <para>
+ To install the <application>Python 3</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python3 setup.py install
--optimize=1</userinput></screen>
+
+ </sect3>
+
+ <sect3 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ /usr/lib/python&python2-majorver;/site-packages/Jinja2,
+
/usr/lib/python&python2-majorver;/site-packages/Jinja2-&Jinja2-version;-py&python2-majorver;.egg-info
and/or
+ /usr/lib/python&python3-majorver;/site-packages/Jinja2,
+
/usr/lib/python&python3-majorver;/site-packages/Jinja2-&Jinja2-version;-py&python3-majorver;.egg-info
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect3>
+
+ </sect2>
+ <!--End Jinja2 -->
Copied: branches/systemd/general/prog/MarkupSafe-systemd.xml (from r13815,
branches/systemd/general/prog/MarkupSafe.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/systemd/general/prog/MarkupSafe-systemd.xml Sun Aug 3
10:22:22 2014 (r13816, copy of r13815,
branches/systemd/general/prog/MarkupSafe.xml)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY MarkupSafe-download-http
+
"https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
+ <!ENTITY MarkupSafe-download-ftp " ">
+ <!ENTITY MarkupSafe-md5sum "f5ab3deee4c37cd6a922fb81e730da6e">
+ <!ENTITY MarkupSafe-size "16 KB">
+ <!ENTITY MarkupSafe-buildsize "780 KB">
+ <!ENTITY MarkupSafe-time "less than 0.1 SBU">
+]>
+
+ <!-- Begin MarkupSafe -->
+ <sect2 id="MarkupSafe" xreflabel="MarkupSafe-&MarkupSafe-version;">
+
+ <title>MarkupSafe-&MarkupSafe-version;</title>
+
+ <indexterm zone="MarkupSafe">
+ <primary sortas="a-MarkupSafe">MarkupSafe</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to MarkupSafe Module</title>
+
+ <para>
+ <application>MarkupSafe</application> is a
<application>Python</application>
+ module that implements a XML/HTML/XHTML Markup safe string.
+ </para>
+
+ &lfs75_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&MarkupSafe-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&MarkupSafe-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &MarkupSafe-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &MarkupSafe-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &MarkupSafe-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &MarkupSafe-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">MarkupSafe Dependencies</bridgehead>
+
+ <bridgehead renderas="sect5">Required</bridgehead>
+ <para role="required">
+ <xref linkend="setuptools"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/MarkupSafe"/>
+ </para>
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of MarkupSafe</title>
+
+ <note>
+ <para>
+ Both <application>Python 2</application> and
+ <application>Python 3</application> modules can
+ be built and installed without any conflicts.
+ </para>
+ </note>
+
+ <para>
+ To build the <application>Python 2</application> module,
+ run the following command:
+ </para>
+
+<screen><userinput>python setup.py build</userinput></screen>
+
+ <para>
+ To install the <application>Python 2</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python setup.py install
--optimize=1</userinput></screen>
+
+ <para>
+ To build the <application>Python 3</application> module,
+ run the following command:
+ </para>
+
+<screen><userinput>python3 setup.py build</userinput></screen>
+
+ <para>
+ To install the <application>Python 3</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python3 setup.py install
--optimize=1</userinput></screen>
+
+ </sect3>
+
+ <sect3 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ /usr/lib/python&python2-majorver;/site-packages/markupsafe,
+
/usr/lib/python&python2-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python2-majorver;.egg-info
and/or
+ /usr/lib/python&python3-majorver;/site-packages/markupsafe,
+
/usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python3-majorver;.egg-info
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect3>
+
+ </sect2>
+ <!--End MarkupSafe -->
Modified: branches/systemd/general/prog/python-modules-systemd.xml
==============================================================================
--- branches/systemd/general/prog/python-modules-systemd.xml Sun Aug 3
07:34:19 2014 (r13815)
+++ branches/systemd/general/prog/python-modules-systemd.xml Sun Aug 3
10:22:22 2014 (r13816)
@@ -86,6 +86,11 @@
<xref linkend="Jinja2"/>
</para>
</listitem>
+ <listitem>
+ <para>
+ <xref linkend="PyYAML"/>
+ </para>
+ </listitem>
</itemizedlist>
</sect2>
@@ -114,12 +119,15 @@
href="pyxdg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="setuptools.xml"/>
+ href="setuptools-systemd.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="MarkupSafe-systemd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="MarkupSafe.xml"/>
+ href="Jinja2-systemd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="Jinja2.xml"/>
+ href="PyYAML-systemd.xml"/>
</sect1>
Copied: branches/systemd/general/prog/setuptools-systemd.xml (from r13815,
branches/systemd/general/prog/setuptools.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/systemd/general/prog/setuptools-systemd.xml Sun Aug 3
10:22:22 2014 (r13816, copy of r13815,
branches/systemd/general/prog/setuptools.xml)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY setuptools-download-http
+
"https://pypi.python.org/packages/source/s/setuptools/setuptools-&setuptools-version;.tar.gz">
+ <!ENTITY setuptools-download-ftp " ">
+ <!ENTITY setuptools-md5sum "95ed0bcef8a41302d6dd8f7562258679">
+ <!ENTITY setuptools-size "996 KB">
+ <!ENTITY setuptools-buildsize "9.8 MB">
+ <!ENTITY setuptools-time "less than 0.1 SBU">
+]>
+
+ <!-- Begin Setuptools -->
+ <sect2 id="setuptools" xreflabel="Setuptools-&setuptools-version;">
+
+ <title>Setuptools-&setuptools-version;</title>
+
+ <indexterm zone="setuptools">
+ <primary sortas="a-Setuptools">Setuptools</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to Setuptools Module</title>
+
+ <para>
+ <application>Setuptools</application> is a
<application>Python</application>
+ module that makes it easier to download, build, install, upgrade, and
+ uninstall <application>Python</application> packages.
+ </para>
+
+ &lfs75_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&setuptools-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&setuptools-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &setuptools-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &setuptools-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &setuptools-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &setuptools-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">Setuptools Dependencies</bridgehead>
+
+ <bridgehead renderas="sect5">Required</bridgehead>
+ <para role="required">
+ <xref linkend="python2"/> and/or
+ <xref linkend="python3"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/setuptools"/>
+ </para>
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of Setuptools</title>
+
+ <note>
+ <para>
+ Both <application>Python 2</application> and
+ <application>Python 3</application> modules can
+ be built and installed without any conflicts.
+ </para>
+ </note>
+
+ <para>
+ To install the <application>Python 2</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python setup.py install
--optimize=1</userinput></screen>
+
+ <para>
+ To install the <application>Python 3</application> module,
+ run the following command as the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>python3 setup.py install
--optimize=1</userinput></screen>
+
+ </sect3>
+
+ <sect3 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ easy_install, easy_install-&python2-majorver;, and
easy_install-&python3-majorver;
+ </seg>
+ <seg>
+ /usr/lib/python&python2-majorver;/site-packages/_markerlib,
+ /usr/lib/python&python2-majorver;/site-packages/setuptools,
+
/usr/lib/python&python2-majorver;/site-packages/setuptools-&setuptools-version;-py&python2-majorver;.egg-info
and/or
+ /usr/lib/python&python3-majorver;/site-packages/_markerlib,
+ /usr/lib/python&python3-majorver;/site-packages/setuptools,
+
/usr/lib/python&python3-majorver;/site-packages/setuptools-&setuptools-version;-py&python3-majorver;.egg-info
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect3>
+
+ </sect2>
+ <!--End Setuptools -->
Modified: branches/systemd/index.xml
==============================================================================
--- branches/systemd/index.xml Sun Aug 3 07:34:19 2014 (r13815)
+++ branches/systemd/index.xml Sun Aug 3 10:22:22 2014 (r13816)
@@ -22,6 +22,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="server/server.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x/x.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde/kde.xml"/>
+ <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="kde5/kde5.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gnome-systemd/gnome.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce/xfce.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde/lxde.xml"/>
Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Sun Aug 3 07:34:19
2014 (r13815)
+++ branches/systemd/introduction/welcome/changelog.xml Sun Aug 3 10:22:22
2014 (r13816)
@@ -72,6 +72,12 @@
<listitem>
<para>[krejzi] - Added Jinja2-2.7.3 - A Python Module.</para>
</listitem>
+ <listitem>
+ <para>[krejzi] - Added yaml-0.1.6.</para>
+ </listitem>
+ <listitem>
+ <para>[krejzi] - Added PyYAML-3.11 - A Python Module.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: branches/systemd/kde5/frameworks/intro.xml
==============================================================================
--- branches/systemd/kde5/frameworks/intro.xml Sun Aug 3 07:34:19 2014
(r13815)
+++ branches/systemd/kde5/frameworks/intro.xml Sun Aug 3 10:22:22 2014
(r13816)
@@ -116,10 +116,10 @@
export QT_SELECT=qt5
-pathappend $KF5_PREFIX CMAKE_PREFIX_PATH
-pathappend $KF5_PREFIX/bin PATH
-pathappend $KF5_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
-pathappend $KF5_PREFIX/lib/python&python2-majorver; PYTHONPATH
+pathappend $KF5_PREFIX CMAKE_PREFIX_PATH
+pathappend $KF5_PREFIX/bin PATH
+pathappend $KF5_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
+pathappend $KF5_PREFIX/lib/python&python2-majorver;/site-packages PYTHONPATH
pathappend /etc/xdg XDG_CONFIG_DIRS
pathappend $KF5_PREFIX/etc/xdg XDG_CONFIG_DIRS
Modified: branches/systemd/kde5/frameworks/kapidox.xml
==============================================================================
--- branches/systemd/kde5/frameworks/kapidox.xml Sun Aug 3 07:34:19
2014 (r13815)
+++ branches/systemd/kde5/frameworks/kapidox.xml Sun Aug 3 10:22:22
2014 (r13816)
@@ -72,6 +72,13 @@
<xref linkend="python2"/>
</para>
+ <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
+ <para role="required">
+ <xref linkend="doxygen"/>,
+ <xref linkend="Jinja2"/>, and
+ <xref linkend="PyYAML"/>
+ </para>
+
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/kapidox"/>
</para>
Modified: branches/systemd/systemd.ent
==============================================================================
--- branches/systemd/systemd.ent Sun Aug 3 07:34:19 2014 (r13815)
+++ branches/systemd/systemd.ent Sun Aug 3 10:22:22 2014 (r13816)
@@ -24,10 +24,12 @@
<!ENTITY upower1-version "0.99.0">
<!ENTITY wayland-version "1.5.0">
<!ENTITY weston-version "1.5.0">
+<!ENTITY yaml-version "0.1.6">
<!ENTITY Jinja2-version "2.7.3">
<!ENTITY MarkupSafe-version "0.23">
<!ENTITY setuptools-version "5.4.2">
+<!ENTITY PyYAML-version "3.11">
<!ENTITY % kde5-entities SYSTEM "kde5/kde5.ent">
%kde5-entities;
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page