Changeset 852554e1 for pst/printing


Ignore:
Timestamp:
08/07/2012 02:48:35 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
35d6d86
Parents:
89475857
Message:

Some more fixes to cups page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r89475857 r852554e1  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/cups-&cups-version;-upstream-fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">Cups Dependencies</bridgehead>
    7686
     
    202212    let's just put it in /usr/share/cups/doc and create symlink in
    203213    /usr/share/doc -->
    204 <screen><userinput>./configure --with-rcdir=/tmp/cupsinit \
     214<screen><userinput>sed -e "s|MAN1EXT=1.gz|MAN1EXT=1|g" \
     215    -e "s|MAN5EXT=5.gz|MAN5EXT=5|g" \
     216    -e "s|MAN7EXT=7.gz|MAN7EXT=7|g" \
     217    -e "s|MAN8EXT=8.gz|MAN8EXT=8|g" \
     218    -i configure &amp;&amp;
     219patch -Np1 -i ../cups-&cups-version;-upstream-fixes-1.patch &amp;&amp;
     220./configure --with-rcdir=/tmp/cupsinit \
    205221            --with-docdir=/usr/share/cups/doc \
    206222            --with-system-groups=lpadmin &amp;&amp;
     
    244260
    245261<screen role="root"><userinput>chmod -v 744 /usr/lib/cups/backend/usb</userinput></screen>
    246 
    247     <para>
    248       The <application>man</application> files are installed in compressed
    249       (<filename class="extension">.gz</filename>) format. If desired,
    250       use the following commands to uncompress them as the
    251       <systemitem class="username">root</systemitem> user:
    252     </para>
    253 
    254 <screen role="root"><userinput>pushd /usr/share/man/                                  &amp;&amp;
    255 find -name cups\*gz -type l -print -delete             &amp;&amp;
    256 find -name \*gz -exec gunzip -v {} \;                  &amp;&amp;
    257 popd                                                   &amp;&amp;
    258 
    259 ln -v -s cupsaccept.8 /usr/share/man/man8/reject.8     &amp;&amp;
    260 ln -v -s cupsaccept.8 /usr/share/man/man8/cupsreject.8 &amp;&amp;
    261 ln -v -s cupsaccept.8 /usr/share/man/man8/accept.8     &amp;&amp;
    262 ln -v -s cupsenable.8 /usr/share/man/man8/cupsdisable.8</userinput></screen>
    263262
    264263  </sect2>
Note: See TracChangeset for help on using the changeset viewer.