Changeset 5006a0a for general/graphlib


Ignore:
Timestamp:
08/02/2014 01:31:26 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
c1405f2d
Parents:
e9f4805
Message:

Remove setqt hacks from packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13793 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/graphlib
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphlib.xml

    re9f4805 r5006a0a  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pixman.xml"/>
    49   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler-systemd.xml"/>
    5050  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qpdf.xml"/>
    5151
  • general/graphlib/poppler-systemd.xml

    re9f4805 r5006a0a  
    153153
    154154    <para>
    155       If you are not building both  <application>Qt</application> libraries,
    156       jump to the following paragraph. In order to build both
    157       <application>Qt4</application> and <application>Qt5</application>
    158       libraries, you need to run the install commands twice, because although
    159       both are detected, only wrapper for the first
    160       <application>Qt</application> version in PATH is built. Either can be
    161       built first, but to facilitate the explanation, we choose first the
    162       <application>Qt4</application> library. You can do this using
    163       <command>source setqt4</command> (script from <xref linkend="qt4"/>).
    164     </para>
    165 
    166     <para>
    167155      Install <application>Poppler</application> by running the following
    168156      commands:
     
    185173
    186174<screen role="root"><userinput>make install</userinput></screen>
    187 
    188     <para>
    189       If you are not building both <application>Qt</application> libraries,
    190       jump to the following paragraph. If you want to build both
    191       <application>Qt</application> libraries, first switch back to
    192       unpriviledged user, run <command>source setqt5</command>, from
    193       <xref linkend="qt5"/>, and repeat the instructions from configuration
    194       until install. After that, proceed to install the documents until the end.
    195     </para>
    196175
    197176    <para>
Note: See TracChangeset for help on using the changeset viewer.