Changeset 67b1a0a for x/lib/qt4.xml


Ignore:
Timestamp:
06/05/2016 12:46:57 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eb3dbe3
Parents:
87f9b815
Message:

Remove references to qt4 in poppler, cmake,
doxygen, qca, and pinentry

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt4.xml

    r87f9b815 r67b1a0a  
    1717  <!ENTITY qt4-buildsize     "2.3 GB">
    1818  <!ENTITY qt4-time          "12 SBU, using parallelism=4">
    19 
     19<!--
    2020  <!ENTITY qtwebkit-download "&webkit-url;/&wk-version;/src/qtwebkit-&wk-version;.tar.gz">
    2121  <!ENTITY qtwebkit-md5sum   "42ef76d0cf7d0c611ef83418e9f297ff">
    22   <!ENTITY qtwebkit-size     "50 MB">
     22  <!ENTITY qtwebkit-size     "50 MB">-->
    2323]>
    2424
     
    8484      </listitem>
    8585    </itemizedlist>
    86 
     86<!--
    8787    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8888    <itemizedlist spacing="compact">
     
    109109      </listitem>
    110110    </itemizedlist>
    111 
     111-->
    112112    <bridgehead renderas="sect3">Qt Dependencies</bridgehead>
    113113
     
    295295            -i $file
    296296done</userinput></screen>
    297 
     297<!--
    298298    <bridgehead renderas="sect3">Building Qtwebkit</bridgehead>
    299299
     
    317317
    318318QTDIR=$QT4PREFIX PATH=$PATH:$QT4PREFIX/bin \
    319 Tools/Scripts/build-webkit --qt            \
    320                            --no-webkit2    \
    321                            --prefix=$QT4PREFIX</userinput></screen>
     319Tools/Scripts/build-webkit -i -qt            \
     320                           - -no-webkit2    \
     321                           - -prefix=$QT4PREFIX</userinput></screen>
    322322
    323323   <para>If desired, the build process can use parallel processors by
    324    adding the option <option>--makeargs=-j&lt;number&gt;</option> to
     324   adding the option <option>- -makeargs=-j&lt;number&gt;</option> to
    325325   the <command>build-webkit</command> instruction above.</para>
    326326
     
    330330
    331331<screen role="root"><userinput>make -C WebKitBuild/Release install</userinput></screen>
    332 
     332-->
    333333    <bridgehead renderas="sect3">Installing Auxillary Files</bridgehead>
    334334
Note: See TracChangeset for help on using the changeset viewer.