Changeset 7c98ee5 for kde/add


Ignore:
Timestamp:
01/01/2014 10:14:22 PM (10 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a727fdbb
Parents:
d7c3ac85
Message:

Grantlee-0.4.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12503 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/grantlee.xml

    rd7c3ac85 r7c98ee5  
    88           "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
    99  <!ENTITY grantlee-download-ftp  " ">
    10   <!ENTITY grantlee-md5sum        "195763a3238f51f8885881fc8012cd83">
     10  <!ENTITY grantlee-md5sum        "fa8a2e9be7be7e3a89e700679e6f3014">
    1111  <!ENTITY grantlee-size          "1.1 MB">
    1212  <!ENTITY grantlee-buildsize     "31 MB">
     
    3232
    3333    <para>
    34        Grantlee is a set of Free Software libraries written using the Qt
    35        framework.  Currently two libraries are shipped with Grantlee: Grantlee
    36        Templates and Grantlee TextDocument.  The goal of Grantlee Templates is
     34       Grantlee is a set of free software libraries written using the Qt
     35       framework. Currently two libraries are shipped with Grantlee: Grantlee
     36       Templates and Grantlee TextDocument. The goal of Grantlee Templates is
    3737       to make it easier for application developers to separate the structure
    3838       of documents from the data they contain, opening the door for theming.
     
    8282
    8383<screen><userinput>mkdir build &amp;&amp;
    84 cd    build &amp;&amp;
    85 
    86 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
     84cd build &amp;&amp;
     85cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
     86      -DCMAKE_BUILD_TYPE=Release \
     87      .. &amp;&amp;
     88make</userinput></screen>
    8789
    8890    <para>
     
    112114        <seg>
    113115           &kde-dir;/lib/cmake/grantlee,
    114            &kde-dir;/lib/grantlee/0.3, and
     116           &kde-dir;/lib/grantlee/0.4, and
    115117           &kde-dir;/include/grantlee</seg>
    116118      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.