mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Grantlee-0.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12503 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d7c3ac8519
commit
7c98ee5f33
@ -597,7 +597,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY attica-version "0.4.2">
|
||||
<!ENTITY qimageblitz-version "0.0.6">
|
||||
<!ENTITY shared-desktop-ontologies-version "0.11.0">
|
||||
<!ENTITY grantlee-version "0.3.0">
|
||||
<!ENTITY grantlee-version "0.4.0">
|
||||
<!ENTITY polkit-qt-version "0.103.0">
|
||||
<!ENTITY polkit-kde-agent-version "0.99.0">
|
||||
|
||||
|
@ -46,6 +46,10 @@
|
||||
<listitem>
|
||||
<para>January 1st, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Update to grantlee-0.4.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;4506">#4506</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Update to KDE-4.12.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;4466">#4466</ulink>.</para>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY grantlee-download-http
|
||||
"http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
|
||||
<!ENTITY grantlee-download-ftp " ">
|
||||
<!ENTITY grantlee-md5sum "195763a3238f51f8885881fc8012cd83">
|
||||
<!ENTITY grantlee-md5sum "fa8a2e9be7be7e3a89e700679e6f3014">
|
||||
<!ENTITY grantlee-size "1.1 MB">
|
||||
<!ENTITY grantlee-buildsize "31 MB">
|
||||
<!ENTITY grantlee-time "0.8 SBU">
|
||||
@ -31,9 +31,9 @@
|
||||
<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
|
||||
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>
|
||||
@ -81,9 +81,11 @@
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
|
||||
cd build &&
|
||||
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
.. &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -111,7 +113,7 @@ cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
|
||||
</seg>
|
||||
<seg>
|
||||
&kde-dir;/lib/cmake/grantlee,
|
||||
&kde-dir;/lib/grantlee/0.3, and
|
||||
&kde-dir;/lib/grantlee/0.4, and
|
||||
&kde-dir;/include/grantlee</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user