Ignore:
Timestamp:
09/17/2003 04:30:29 AM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64941d1a
Parents:
146073c
Message:

update to KDE-3.1.4 (incomplete - left for Bruce to review and finish)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/inst/kde-graphics.xml

    r146073c r4ee53fa2  
    33<title>kdegraphics-&kde-version;</title>
    44
    5 <para><screen>Download location (FTP):     <ulink url="&kde-graphics-ftp;"/> 
    6 Estimated build disk space:  38 MB
    7 Estimated installed space:   7 MB
    8 Package size:                &kde-graphics-size;
    9 Estimated build time:        24 min (667 MHz)</screen></para>
     5<sect2>
     6<title>Introduction to <application>kdegraphics</application></title>
    107
    11 <para>kdegraphics depends on:
    12 <screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script)
    13 The kuickshow program requires <xref linkend="imlib"/>
    14 The kooka program requires <xref linkend="sane"/></screen></para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&kde-graphics-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&kde-graphics-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &kde-graphics-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &kde-graphics-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &kde-graphics-time;</para></listitem></itemizedlist>
     15</sect3>
    1516
    16 <para>Install kdegraphics with:
    17 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     17<sect3><title><application>kdegraphics</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="kde-base"/> and <xref linkend="which"/>
     20</para></sect4>
     21<sect4><title>Optional</title>
     22<para><xref linkend="imlib"/> and <xref linkend="sane"/></para></sect4>
     23</sect3>
     24
     25</sect2>
     26
     27<sect2>
     28<title>Installation of <application>kdegraphics</application></title>
     29
     30<para>Install <application>kdegraphics</application> with:
     31<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    1832    --disable-dependency-tracking &amp;&amp;
    1933make &amp;&amp;
    20 make install</userinput></screen></para>
     34make install</command></userinput></screen></para>
     35
     36</sect2>
    2137
    2238<sect2>
    2339<title>Contents</title>
    24 <para>The KDE Graphics package provides:</para>
    25 <itemizedlist>
    26 <listitem><para>kcoloredit - color pallette editor</para></listitem>
    27 <listitem><para>kdvi - DVI viewer</para></listitem>
    28 <listitem><para>kfax - FAX viewer</para></listitem>
    29 <listitem><para>kfract - A fractal generator</para></listitem>
    30 <listitem><para>kghostview - PS/PDF viewer</para></listitem>
    31 <listitem><para>kiconedit - An icon editor</para></listitem>
    32 <listitem><para>kooka - Raster image scan program</para></listitem>
    33 <listitem><para>kpaint - A paint program</para></listitem>
    34 <listitem><para>kruler - Screen ruler</para></listitem>
    35 <listitem><para>ksnapshot - Screen capture program</para></listitem>
    36 <listitem><para>kuickshow - Image viewer</para></listitem>
    37 <listitem><para>kview - Another image viewer</para></listitem>
    38 </itemizedlist>
     40
     41<para>The <acronym>KDE</acronym> Graphics package provides
     42<command>kcoloredit</command>,
     43<command>kdvi</command>,
     44<command>kfax</command>,
     45<command>kfract</command>,
     46<command>kghostview</command>,
     47<command>kiconedit</command>,
     48<command>kooka</command>,
     49<command>kpaint</command>,
     50<command>kruler</command>,
     51<command>ksnapshot</command>,
     52<command>kuickshow</command> and
     53<command>kview</command>.
     54</para>
     55
     56</sect2>
     57
     58<sect2><title>Description</title>
     59
     60<sect3><title>kcoloredit</title>
     61<para><command>kcoloredit</command> is a color pallette editor.</para></sect3>
     62
     63<sect3><title>kdvi</title>
     64<para><command>kdvi</command> is a <acronym>DVI</acronym> viewer.</para></sect3>
     65
     66<sect3><title>kfax</title>
     67<para><command>kfax</command> is a <acronym>FAX</acronym> viewer.</para></sect3>
     68
     69<sect3><title>kfract</title>
     70<para><command>kfract</command> is a fractal generator.</para></sect3>
     71
     72<sect3><title>kghostview</title>
     73<para><command>kghostview</command> is a
     74<acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para></sect3>
     75
     76<sect3><title>kiconedit</title>
     77<para><command>kiconedit</command> is an icon editor.</para></sect3>
     78
     79<sect3><title>kooka</title>
     80<para><command>kooka</command> is a raster image scan program.</para></sect3>
     81
     82<sect3><title>kpaint</title>
     83<para><command>kpaint</command> is a paint program.</para></sect3>
     84
     85<sect3><title>kruler</title>
     86<para><command>kruler</command> is a screen ruler.</para></sect3>
     87
     88<sect3><title>ksnapshot</title>
     89<para><command>ksnapshot</command> is a screen capture program.</para></sect3>
     90
     91<sect3><title>kuickshow</title>
     92<para><command>kuickshow</command> is an image viewer.</para></sect3>
     93
     94<sect3><title>kview</title>
     95<para><command>kview</command> is another image viewer.</para></sect3>
     96
    3997</sect2>
    4098</sect1>
    41 
Note: See TracChangeset for help on using the changeset viewer.