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:
Ragnar Thomsen 2014-01-01 22:14:22 +00:00
parent d7c3ac8519
commit 7c98ee5f33
3 changed files with 15 additions and 9 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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,7 +31,7 @@
<title>Introduction to grantlee</title>
<para>
Grantlee is a set of Free Software libraries written using the Qt
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
@ -82,8 +82,10 @@
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DCMAKE_BUILD_TYPE=Release \
.. &amp;&amp;
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>