Ignore:
Timestamp:
02/10/2016 07:29:53 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
062e1f05
Parents:
53192f0
Message:

Merge PST and Printing section from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/xsane.xml

    r53192f0 r293e9cdc  
    3535    quality and ease of use compared to <command>xscanimage</command>.</para>
    3636
    37     &lfs77_checked;
     37    &lfs78_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090
    9191<!--sed -i -e 's/netscape/xdg-open/'                   src/xsane.h      &amp;&amp;-->
    92 <screen><userinput>sed -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' \
    93     -i src/xsane-save.c                         &amp;&amp;
    94 ./configure --prefix=/usr                       &amp;&amp;
     92<screen><userinput>sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
     93./configure --prefix=/usr                                           &amp;&amp;
    9594make</userinput></screen>
    9695
     
    10099
    101100<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &amp;&amp;
    102 ln -sfv ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
     101ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
    103102<!--
    104103    <para>If you have not installed <xref linkend="xdg-utils"/> and have not
     
    108107    user:</para>
    109108
    110 <screen role="root"><userinput>ln -sfv &lt;browser&gt; /usr/bin/netscape</userinput></screen>
     109<screen role="root"><userinput>ln -v -s &lt;browser&gt; /usr/bin/netscape</userinput></screen>
    111110
    112111    <note><para>Be sure to replace &lt;browser&gt; with the browser of your
     
    114113
    115114    <para>Alternatively, if the environment variable BROWSER is set to the
    116     browser you want to use, eg, BROWSER="/usr/bin/firefox", it will be
    117     saved in ~/.sane/xsane/xsane.rc the first time you run
    118     <command>xsane</command>. If you wish to change it, edit or remove the
    119     mentioned file and use the instructions above to create a new one.</para>
     115    browser you want to use, eg, BROWSER="/usr/bin/firefox", the first time you
     116    run <command>xsane</command>, it will be recorded in ~/.sane/xsane/xsane.rc.
     117    If you wish to change it, edit this file, or remove it, and use the
     118    instructions above, so that a new one is created.</para>
    120119
    121120    <para>If <application>GIMP</application> is installed, issue the following
    122121    command as the <systemitem class="username">root</systemitem> user:</para>
    123122
    124 <screen role="root"><userinput>ln -sfv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</userinput></screen>
     123<screen role="root"><userinput>ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</userinput></screen>
    125124
    126125  </sect2>
     
    133132    instead of the hardcoded browser.</para>-->
    134133
    135     <para><command>ln -sfv ../../doc/xsane-&xsane-version;
     134    <para><command>ln -v -s ../../doc/xsane-&xsane-version;
    136135    /usr/share/sane/xsane/doc</command>: This symlink is created to ensure that
    137136    any program that looks for the <application>XSane</application>
     
    140139    <command>make install</command> command.</para>
    141140
    142     <para><command>ln -sfv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
     141    <para><command>ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
    143142    This creates a link in the system-wide <application>GIMP</application>
    144143    <filename class='directory'>plug-ins</filename> directory so that users can
Note: See TracChangeset for help on using the changeset viewer.