Author: bdubbs
Date: Fri Mar 25 15:16:03 2016
New Revision: 17169
Log:
Archive grantlee
Added:
trunk/BOOK/archive/grantlee.xml
- copied unchanged from r17168, trunk/BOOK/general/genlib/grantlee.xml
Deleted:
trunk/BOOK/general/genlib/grantlee.xml
Modified:
trunk/BOOK/general/genlib/genlib.xml
Copied: trunk/BOOK/archive/grantlee.xml (from r17168,
trunk/BOOK/general/genlib/grantlee.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/grantlee.xml Fri Mar 25 15:16:03 2016
(r17169, copy of r17168, trunk/BOOK/general/genlib/grantlee.xml)
@@ -0,0 +1,123 @@
+<?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 grantlee-download-http
+ "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
+ <!ENTITY grantlee-download-ftp " ">
+ <!ENTITY grantlee-md5sum "775f22dac0953029b414ed3b7379098c">
+ <!ENTITY grantlee-size "1.1 MB">
+ <!ENTITY grantlee-buildsize "21 MB">
+ <!ENTITY grantlee-time "0.8 SBU">
+]>
+
+<sect1 id="grantlee" xreflabel="grantlee-&grantlee-version;">
+ <?dbhtml filename="grantlee.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Grantlee-&grantlee-version;</title>
+
+ <indexterm zone="grantlee">
+ <primary sortas="a-grantlee">grantlee</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to grantlee</title>
+
+ <para>
+ Grantlee is a set of free software libraries written using the Qt
+ framework. Currently two libraries are shipped with Grantlee: Grantlee
+ Templates and Grantlee TextDocument. The goal of Grantlee Templates is
+ to make it easier for application developers to separate the structure
+ of documents from the data they contain, opening the door for theming.
+ </para>
+
+ &lfs79_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&grantlee-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&grantlee-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &grantlee-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &grantlee-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &grantlee-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &grantlee-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Grantlee Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="cmake"/> and <xref linkend="qt4"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/grantlee"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Grantlee</title>
+
+ <para>Install <application>Grantlee</application> by
+ running the following commands:</para>
+
+<screen><userinput>mkdir build &&
+cd build &&
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ .. &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </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>
+ libgrantlee_core.so and
+ libgrantlee_gui.so
+ </seg>
+ <seg>
+ /usr/lib/cmake/grantlee,
+ /usr/lib/grantlee/0.4, and
+ /usr/include/grantlee</seg>
+ </seglistitem>
+ </segmentedlist>
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml Fri Mar 25 14:51:17 2016
(r17168)
+++ trunk/BOOK/general/genlib/genlib.xml Fri Mar 25 15:16:03 2016
(r17169)
@@ -55,7 +55,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibmm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmime.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gobject-introspection.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="grantlee.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page