Ignore:
Timestamp:
11/14/2017 02:24:18 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
a172df1
Parents:
a0d558d
Message:

mariadb-10.2.10
icu4c-60.1
libdrm-2.4.88
udisks2-2.7.4
poppler-0.61.0
gnupg-2.2.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    ra0d558d r55781c2  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "7648416d51a6e9fbc4a75b6f8b53dd7c">
     9  <!ENTITY poppler-md5sum        "9feff3fb5e2302bb915e9a55da182c57">
    1010  <!ENTITY poppler-size          "1.4 MB">
    11   <!ENTITY poppler-buildsize     "58 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.5 SBU (with parallelism=4, Qt5 library, and tests)">
     11  <!ENTITY poppler-buildsize     "55 MB (with Qt5 library and tests)">
     12  <!ENTITY poppler-time          "0.7 SBU (with parallelism=4, Qt5 library, and tests)">
    1313
    1414
     
    180180      them is:
    181181<command>git clone git://git.freedesktop.org/git/poppler/test testfiles</command>.
    182       Then issue: <command>LC_ALL=en_US.UTF-8 make check</command>.
     182      Then issue: <command>LC_ALL=en_US.UTF-8 make test</command>.
    183183      Only the Qt5 libraries are tested.
    184184    </para>
     
    189189
    190190<screen role="root"><userinput>make install</userinput></screen>
    191 
     191<!-- Seems makeinstall does the job now:
    192192    <para>
    193193      If you have Qt installed, again as the 
     
    196196   
    197197<screen role="root"><userinput>make -C qt5 install &amp;&amp;
    198 install -m644 poppler-qt5.pc usr/lib/pkgconfig</userinput></screen>
    199 
     198install -m644 poppler-qt5.pc /usr/lib/pkgconfig</userinput></screen>
     199-->
    200200    <para>
    201201      To install the documentation, run the following commands as
     
    204204
    205205<screen role="root"><userinput>install -v -m755 -d        /usr/share/doc/poppler-&poppler-version; &amp;&amp;
    206 cp -vr glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen>
     206cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen>
    207207
    208208<!-- ==== Poppler Data ====== -->
     
    214214    </para>
    215215
    216 <screen><userinput>tar -xf ../poppler-data-&poppler-data-version;.tar.gz &amp;&amp;
     216<screen><userinput>tar -xf ../../poppler-data-&poppler-data-version;.tar.gz &amp;&amp;
    217217cd poppler-data-&poppler-data-version;</userinput></screen>
    218218
     
    252252
    253253    <para>
    254       <command>LC_ALL=en_US.UTF-8 make check</command>: Run the test suite.
     254      <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
    255255      The environment variable LC_ALL=en_US.UTF-8 is only needed if the
    256256      default locale does not include UTF-8.
     
    280280        </seg>
    281281        <seg>
    282           /usr/include/poppler and
    283           /usr/share/gtk-doc/poppler
     282          /usr/include/poppler,
     283          /usr/share/poppler, and
     284          /usr/share/doc/poppler-&poppler-version;
    284285        </seg>
    285286      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.