source: x/lib/grantlee.xml@ ffef0bb

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since ffef0bb was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Lots of tags

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[092e7fb]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY grantlee-download-http
[da0bb01f]8 "https://github.com/steveire/grantlee/releases/download/v&grantlee-version;/grantlee-&grantlee-version;.tar.gz">
9<!-- "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz"> -->
[092e7fb]10 <!ENTITY grantlee-download-ftp " ">
[da0bb01f]11 <!ENTITY grantlee-md5sum "4ef8eae5dd61e3c7603d76208eb4d922">
[092e7fb]12 <!ENTITY grantlee-size "1.1 MB">
[d6dbc81]13 <!ENTITY grantlee-buildsize "27 MB">
14 <!ENTITY grantlee-time "0.4 SBU (Using parallelism=4)">
[092e7fb]15]>
16
17<sect1 id="grantlee" xreflabel="grantlee-&grantlee-version;">
18 <?dbhtml filename="grantlee.html"?>
19
20
21 <title>Grantlee-&grantlee-version;</title>
22
23 <indexterm zone="grantlee">
24 <primary sortas="a-grantlee">grantlee</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to grantlee</title>
29
30 <para>
[7c98ee5]31 Grantlee is a set of free software libraries written using the Qt
32 framework. Currently two libraries are shipped with Grantlee: Grantlee
33 Templates and Grantlee TextDocument. The goal of Grantlee Templates is
[092e7fb]34 to make it easier for application developers to separate the structure
35 of documents from the data they contain, opening the door for theming.
36 </para>
37
[dc1a45e]38 &lfs113_checked;
[092e7fb]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[d56e7df]43 <para>
44 Download (HTTP): <ulink url="&grantlee-download-http;"/>
45 </para>
[092e7fb]46 </listitem>
47 <listitem>
[d56e7df]48 <para>
49 Download (FTP): <ulink url="&grantlee-download-ftp;"/>
50 </para>
[092e7fb]51 </listitem>
52 <listitem>
[d56e7df]53 <para>
54 Download MD5 sum: &grantlee-md5sum;
55 </para>
[092e7fb]56 </listitem>
57 <listitem>
[d56e7df]58 <para>
59 Download size: &grantlee-size;
60 </para>
[092e7fb]61 </listitem>
62 <listitem>
[d56e7df]63 <para>
64 Estimated disk space required: &grantlee-buildsize;
65 </para>
[092e7fb]66 </listitem>
67 <listitem>
[d56e7df]68 <para>
69 Estimated build time: &grantlee-time;
70 </para>
[092e7fb]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Grantlee Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[ed74a9a]78 <xref linkend="cmake"/> and <xref linkend="qt5"/>
[092e7fb]79 </para>
80
[9c0463d]81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> (for documentation)
84 </para>
85
[092e7fb]86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/grantlee"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Grantlee</title>
93
[d56e7df]94 <para>
95 Install <application>Grantlee</application> by
96 running the following commands:
97 </para>
[092e7fb]98
99<screen><userinput>mkdir build &amp;&amp;
[b6d3d395]100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=/usr \
[00e29190]103 -DCMAKE_BUILD_TYPE=Release \
[7c98ee5]104 .. &amp;&amp;
105make</userinput></screen>
[092e7fb]106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
[d56e7df]111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
[092e7fb]114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>none</seg>
129 <seg>
[9c0463d]130 libGrantlee_Templates.so and
131 libGrantlee_TextDocument.so
[092e7fb]132 </seg>
133 <seg>
[9c0463d]134 /usr/lib/cmake/Grantlee5,
135 /usr/lib/grantlee/5.2, and
136 /usr/include/grantlee</seg>
[092e7fb]137 </seglistitem>
138 </segmentedlist>
[9c0463d]139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libGrantlee_Templates">
146 <term><filename class="libraryfile">libGrantlee_Templates.so</filename></term>
147 <listitem>
148 <para>
149 contains common documentation templates for separating documents
150 from their structure
151 </para>
152 <indexterm zone="grantlee libGrantlee_Templates">
153 <primary sortas="c-libGrantlee_Templates">libGrantlee_Templates.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libGrantlee_TextDocument">
159 <term><filename class="libraryfile">libGrantlee_TextDocument.so</filename></term>
160 <listitem>
161 <para>
162 contains functions that allow separating the content of text
163 documents from their structure.
164 </para>
165 <indexterm zone="grantlee libGrantlee_TextDocument">
166 <primary sortas="c-libGrantlee_TextDocument">libGrantlee_TextDocument.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170 </variablelist>
171
[092e7fb]172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.