mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42: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 attica-version "0.4.2">
|
||||||
<!ENTITY qimageblitz-version "0.0.6">
|
<!ENTITY qimageblitz-version "0.0.6">
|
||||||
<!ENTITY shared-desktop-ontologies-version "0.11.0">
|
<!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-qt-version "0.103.0">
|
||||||
<!ENTITY polkit-kde-agent-version "0.99.0">
|
<!ENTITY polkit-kde-agent-version "0.99.0">
|
||||||
|
|
||||||
|
@ -46,6 +46,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>January 1st, 2014</para>
|
<para>January 1st, 2014</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[rthomsen] - Update to grantlee-0.4.0. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;4506">#4506</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[rthomsen] - Update to KDE-4.12.0. Fixes
|
<para>[rthomsen] - Update to KDE-4.12.0. Fixes
|
||||||
<ulink url="&blfs-ticket-root;4466">#4466</ulink>.</para>
|
<ulink url="&blfs-ticket-root;4466">#4466</ulink>.</para>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<!ENTITY grantlee-download-http
|
<!ENTITY grantlee-download-http
|
||||||
"http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
|
"http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
|
||||||
<!ENTITY grantlee-download-ftp " ">
|
<!ENTITY grantlee-download-ftp " ">
|
||||||
<!ENTITY grantlee-md5sum "195763a3238f51f8885881fc8012cd83">
|
<!ENTITY grantlee-md5sum "fa8a2e9be7be7e3a89e700679e6f3014">
|
||||||
<!ENTITY grantlee-size "1.1 MB">
|
<!ENTITY grantlee-size "1.1 MB">
|
||||||
<!ENTITY grantlee-buildsize "31 MB">
|
<!ENTITY grantlee-buildsize "31 MB">
|
||||||
<!ENTITY grantlee-time "0.8 SBU">
|
<!ENTITY grantlee-time "0.8 SBU">
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<title>Introduction to grantlee</title>
|
<title>Introduction to grantlee</title>
|
||||||
|
|
||||||
<para>
|
<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
|
framework. Currently two libraries are shipped with Grantlee: Grantlee
|
||||||
Templates and Grantlee TextDocument. The goal of Grantlee Templates is
|
Templates and Grantlee TextDocument. The goal of Grantlee Templates is
|
||||||
to make it easier for application developers to separate the structure
|
to make it easier for application developers to separate the structure
|
||||||
@ -82,8 +82,10 @@
|
|||||||
|
|
||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
.. &&
|
||||||
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This package does not come with a test suite.
|
This package does not come with a test suite.
|
||||||
@ -111,7 +113,7 @@ cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
|
|||||||
</seg>
|
</seg>
|
||||||
<seg>
|
<seg>
|
||||||
&kde-dir;/lib/cmake/grantlee,
|
&kde-dir;/lib/cmake/grantlee,
|
||||||
&kde-dir;/lib/grantlee/0.3, and
|
&kde-dir;/lib/grantlee/0.4, and
|
||||||
&kde-dir;/include/grantlee</seg>
|
&kde-dir;/include/grantlee</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user