Ignore:
Timestamp:
08/28/2016 11:56:06 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
6f13fc0b
Parents:
da3e8de
Message:

Update to poppler-0.47.0
Update to cups-filters-1.11.1
(systemd) Restore cups-filters cups-browsed unit
Tags

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    rda3e8de rc480c33  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "d84c6cb3df637a9655e46dfae41dce50">
     10  <!ENTITY cups-filters-md5sum        "1c2397093639aa728e4ba866bbdc440c">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "40 MB (with tests)">
     12  <!ENTITY cups-filters-buildsize     "42 MB (with tests)">
    1313  <!ENTITY cups-filters-time          "0.5 SBU (with tests)">
    1414]>
     
    3838    </para>
    3939
    40     &lfs79_checked;&gcc6_checked;
     40    &lfs7a_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    126126  <sect2 role="installation">
    127127    <title>Installation of CUPS Filters</title>
     128
     129    <para revision="systemd">
     130      First, fix the systemd unit file to work with
     131      <application>CUPS</application> 2.0 and later:
     132    </para>
     133
     134<screen revision="systemd"><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
    128135
    129136    <para>
     
    144151make</userinput></screen>
    145152
     153<!-- The test suite still bombs out for me. I'll leave the instructions for it
     154     here though. I didn't have the Dejavu font installed, but used one of the
     155     ones installed by X. -->
     156
    146157    <para>
    147158      To test the results, issue: <command>make check 2&gt;&amp;1 &gt;testlog</command>.
     
    153164
    154165<screen role="root"><userinput>make install</userinput></screen>
     166
     167    <para revision="systemd">
     168      Install the systemd unit by running the following command as the
     169      <systemitem class="username">root</systemitem> user:
     170    </para>
     171
     172<screen role="root" revision="systemd"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
    155173
    156174  </sect2>
     
    188206
    189207    <para>
    190       <command>make check 2&gt;&amp;1 &gt;testlog</command>: the testsuite
     208      <command>make check 2&gt;&amp;1 &gt;testlog</command>: The testsuite
    191209      dumps a stream of bytes into the input buffer after it finishes. Sending
    192210      the output to a file keeps the history usable, but some debug information
     
    195213
    196214    <para>
    197       <option>--with-test-path=<replaceable>VALUE</replaceable></option> : if you wish to run the tests, but
     215      <option>--with-test-path=<replaceable>VALUE</replaceable></option>: If you wish to run the tests, but
    198216      you do not have the default
    199217      <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this switch
     
    205223
    206224<!-- TODO: Write a bootscript for cups-browsed -->
     225
     226  <sect2 role="configuration" revision="systemd">
     227    <title>Configuring CUPS Filters</title>
     228
     229    <sect3 id="cups-filters-init">
     230      <title>Systemd Units</title>
     231
     232      <para>
     233        To start the <command>cups-browsed</command> daemon at boot, enable
     234        the previously installed systemd unit by running the following command
     235        as the <systemitem class="username">root</systemitem> user:
     236      </para>
     237
     238      <indexterm zone="cups-filters cups-filters-init">
     239        <primary sortas="f-cups-browsed">cups-browsed</primary>
     240      </indexterm>
     241
     242<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
     243
     244    </sect3>
     245   
     246  </sect2>
    207247
    208248  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.