Changeset e9f7761


Ignore:
Timestamp:
03/19/2011 06:19:07 PM (13 years ago)
Author:
Thomas Trepl <thomas@…>
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:
764c74e4
Parents:
6a469d8
Message:

Cosmetic changes

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

Location:
kde4
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/akonadi.xml

    r6a469d8 re9f7761  
    125125        <seg>akonadi_agent_server, akonadi_agent_launcher, akonadiserver,
    126126        akonadictl, akonadi_control, akonadi_rds</seg>
    127         <seg></seg>
    128         <seg>libakonadiprotocolinternals.so</seg>
     127        <seg>libakonadiprotocolinternals.so, libqsqlite3.so</seg>
     128        <seg>none</seg>
    129129      </seglistitem>
    130130    </segmentedlist>
  • kde4/core/attica.xml

    r6a469d8 re9f7761  
    116116        <seg>None</seg>
    117117        <seg>libattica.so</seg>
    118         <seg></seg>
     118        <seg>None</seg>
    119119      </seglistitem>
    120120    </segmentedlist>
  • kde4/core/automoc4.xml

    r6a469d8 re9f7761  
    118118      <seglistitem>
    119119        <seg>automoc4</seg>
    120         <seg></seg>
    121         <seg></seg>
     120        <seg>none</seg>
     121        <seg>none</seg>
    122122      </seglistitem>
    123123    </segmentedlist>
  • kde4/core/kde4base.xml

    r6a469d8 re9f7761  
    129129
    130130      <seglistitem>
    131         <seg></seg>
    132         <seg></seg>
    133         <seg></seg>
     131        <seg>dolphin, kbookmarkmerger, kdepasswd, kdialog, keditbookmarks, kfind,
     132        kfmclient, konqueror, konsole, konsoleprofile, kwrite, nspluginscan,
     133        nspluginviewer, servicemenudeinstallation, servicemenuinstallation</seg>
     134        <seg>Several libs in &kde4-dir;/lib{,/kde4}</seg>
     135        <seg>None</seg>
    134136      </seglistitem>
    135137    </segmentedlist>
  • kde4/core/kde4baseworkspace.xml

    r6a469d8 re9f7761  
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
    82     GoogleGadgets, QEdje, Polkit-QT, lm-sensors, raw1394, BlueZ
     82    GoogleGadgets, QEdje, Polkit-QT, lm-sensors, raw1394, BlueZ,
    8383    libgps, Qalculate, ck-connector, NetworkManager, Dmtx
    8484    </para>
     
    180180    if you not have a <filename>/etc/X11/xorg.conf</filename>. Every subsequent package
    181181    can be built while having <application>KDE4</application> up and running but
    182     remember to keep <envar>$KDE_PREFIX</envar> and <envar>$QT4DIR</envar> set.</para>
     182    remember to keep <envar>&kde4-dir;</envar> and <envar>$QT4DIR</envar> set.</para>
    183183   
    184184  </sect2>
  • kde4/core/kde4bindings.xml

    r6a469d8 re9f7761  
    9696    <bridgehead renderas="sect4">Optional</bridgehead>
    9797    <para role="optional">
    98     Qwt5, QScintilla2, Polkit-QT, Mono,
     98    <xref linkend="polkit-qt"/>, Qwt5, QScintilla2, Mono
    9999    </para>
    100100
     
    108108    <title>Installation of Kdebindings</title>
    109109
    110     <note><para>If you decided to install <application>KDE4</application> in
    111     another hierarchy than <application>Python</application> is installed
    112     (usually <application>Python</application> is in /usr and <application>KDE4</application>
    113     in /opt/kde4), than double check that the <envar>PYTHONPATH</envar> is
    114     set proper (see <xref linkend="kde4-pre-install-config"/>).</para></note>
    115    
    116110    <para>Install <application>kde4bindings</application> by running
    117111    the following commands:</para>
     
    124118<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    125119    -DKDE_DEFAULT_HOME=.kde4 \
    126     -DPYTHON_SITE_PACKAGES_INSTALL_DIR=/usr/lib/python2.7/site-packages \
    127120    -DSYSCONF_INSTALL_DIR=/etc/kde4 \
    128121    .. &amp;&amp;
     
    134127
    135128  </sect2>
    136 <!--
     129
    137130  <sect2 role="commands">
    138131    <title>Command Explanations</title>
    139132
    140     <para><option>- -xyz</option>: This option is set for ...</para>
     133    <para><option>-DPYTHON_SITE_PACKAGES_DIR:PATH=&lt;site-packages&gt;</option>: If you do not install KDE in /usr, set this option in order to have the KDE4
     134Python objects installed correctly. You can use following code to determine tha directory name:
     135<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
     136_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
     137echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
     138    </para>
    141139
    142140  </sect2>
    143 -->
     141
    144142  <sect2 role="content">
    145143    <title>Contents</title>
  • kde4/core/kde4libs.xml

    r6a469d8 re9f7761  
    154154        meinproc_simple, nepomuk-rcgen and preparetips</seg>
    155155        <seg>several libs in &kde4-dir;/lib</seg>
    156         <seg></seg>
     156        <seg>/etc/kde4</seg>
    157157      </seglistitem>
    158158    </segmentedlist>
  • kde4/core/oxygen-icons.xml

    r6a469d8 re9f7761  
    9999  </sect2>
    100100
     101<!--
    101102  <sect2 role="commands">
    102103    <title>Command Explanations</title>
    103104
    104     <para><option>--xyz</option>: This option is set for ...</para>
     105    <para><option>- -xyz</option>: This option is set for ...</para>
    105106
    106107  </sect2>
     108-->
    107109
    108110  <sect2 role="content">
     
    115117
    116118      <seglistitem>
    117         <seg></seg>
    118         <seg></seg>
     119        <seg>None</seg>
     120        <seg>None</seg>
    119121        <seg>&kde4-dir;/share/icons/oxygen/{128x128,16x16,22x22,256x256,32x32,48x48,64x64,8x8}</seg>
    120122      </seglistitem>
  • kde4/core/phonon-backend-gstreamer.xml

    r6a469d8 re9f7761  
    118118
    119119      <seglistitem>
    120         <seg></seg>
    121         <seg></seg>
    122         <seg></seg>
     120        <seg>none</seg>
     121        <seg>phonon_gstreamer.so</seg>
     122        <seg>none</seg>
    123123      </seglistitem>
    124124    </segmentedlist>
  • kde4/core/phonon-backend-xine.xml

    r6a469d8 re9f7761  
    118118
    119119      <seglistitem>
    120         <seg></seg>
    121         <seg></seg>
    122         <seg></seg>
     120        <seg>none</seg>
     121        <seg>phonon_xine.so</seg>
     122        <seg>none</seg>
    123123      </seglistitem>
    124124    </segmentedlist>
  • kde4/core/phonon.xml

    r6a469d8 re9f7761  
    140140
    141141      <seglistitem>
    142         <seg></seg>
     142        <seg>none</seg>
    143143        <seg>libphonon.so, libphononexperimental.so</seg>
    144         <seg></seg>
     144        <seg>none</seg>
    145145      </seglistitem>
    146146    </segmentedlist>
  • kde4/core/polkit-qt.xml

    r6a469d8 re9f7761  
    115115
    116116      <seglistitem>
    117         <seg></seg>
    118         <seg></seg>
    119         <seg></seg>
     117        <seg>None</seg>
     118        <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so, libpolkit-qt-gui-1.so</seg>
     119        <seg>None</seg>
    120120      </seglistitem>
    121121    </segmentedlist>
  • kde4/core/qimageblitz.xml

    r6a469d8 re9f7761  
    129129        <seg>blitztest</seg>
    130130        <seg>libqimageblitz.so</seg>
    131         <seg></seg>
     131        <seg>none</seg>
    132132      </seglistitem>
    133133    </segmentedlist>
  • kde4/intro/pre-install-config.xml

    r6a469d8 re9f7761  
    1616  <title>KDE4 Pre-installation Configuration</title>
    1717
    18   <para>Based on your preference, set <envar>&kde4-dir-var;</envar>. In
    19   contrast to the previous version of <application>KDE</application>
    20   which uses <envar>KDE_PREFIX</envar>, the prefix is stored in
    21   <envar>&kde4-dir-var;</envar> to avoid interferences. This prefix is
    22   used to specify where <application>KDE4</application> should be
    23   installed.</para>
    24 
    25 <!--
    26   <para>You should consider installing the <xref linkend="desktop-file-utils"/>
    27   package. Though not required, this package will allow you to easily use
    28   existing <filename>.desktop</filename> files in
    29   <filename class='directory'>/usr/share/applications</filename> (and any other
    30   locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add
    31   these applications to the <application>KDE4</application> menu system.</para>
    32 -->
    33 
    34   <para>Remember to execute <command>ldconfig</command> after installation
    35   of libraries to update the library cache.</para>
    36 
    3718  <sect2><title>Dependencies</title>
    3819
    39     <para>As <application>KDE4</application> is a huge software collection
     20    <para><application>KDE4</application> is a huge software collection
    4021    providing a desktop, tools for system and development tasks as well as
    41     fun and educational stuff, it makes use of a tremendous amount of
     22    fun and educational stuff. It makes use of a tremendous amount of
    4223    non-KDE packages. While nearly all of those packages are optional,
    43     some others are are highly recommended.</para>
    44     <para>You should consider to install following packages. Installing
    45     this packages will switch on some useful features in the resulting
    46     <application>KDE4</application>.
     24    some others are are highly recommended like <xref linkend="polkit"/>.</para>
     25
     26    <para>The following list of packages should give you an overview
     27    about those packages and you may want to consider to install them
     28    first. Installing this packages will switch on some useful features
     29    in the resulting <application>KDE4</application>. Nevertheless the
     30    dependencies are shown on each of the following pages.
    4731
    4832    <itemizedlist>
    4933      <listitem>
    50         <para><ulink url="http://qjson.sourceforge.net">QJSON</ulink> - Qt library for handling JavaScript objects</para>
    51       </listitem>
    52       <listitem>
    53          <para><ulink url="http://gpsd.berlios.de/">libgps</ulink> - interface to GPS devices (kdeedu)</para>
    54       </listitem>
    55       <listitem>
    56         <para><ulink url="http://eigen.tuxfamily.org/">eigen2</ulink> - a C++ template library for linear algebra</para>
     34        <para><ulink url="http://qjson.sourceforge.net">QJSON</ulink> (http://qjson.sourceforge.net) - Qt library for handling JavaScript objects. Unfortunatly, the release version 0.7.1 is to old to compile. Alternativly use the current SVN sources or apply a patch to bring the release to a usable status.</para>
     35        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command> in its own build directory.</para>
     36      </listitem>
     37      <listitem>
     38         <para><ulink url="http://gpsd.berlios.de/">libgps</ulink> (http://gpsd.berlios.de/) - interface to GPS devices (kdeedu)</para>
     39         <para>Compile it the usual way <command>configure &amp;&amp; make &amp;&amp; make install</command>.</para>
     40      </listitem>
     41      <listitem>
     42        <para><ulink url="http://eigen.tuxfamily.org/">eigen2</ulink> (http://eigen.tuxfamily.org/) - a C++ template library for linear algebra</para>
     43        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command>.</para>
    5744      </listitem>
    5845      <listitem>
     
    6047      </listitem>
    6148      <listitem>
    62         <para><ulink url="http://www.riverbankcomputing.com/software/sip/intro">pySIP</ulink> - Python Service Integration Platform</para>
    63       </listitem>
    64       <listitem>
    65         <para><ulink url="http://www.riverbankcomputing.com/software/pyqt/">pyQT4</ulink> - Python interface to Qt4 (kdebindings)</para>
     49        <para><ulink url="http://www.riverbankcomputing.com/software/sip/intro">pySIP</ulink> (http://www.riverbankcomputing.com/software/sip/intro) - Python Service Integration Platform</para>
     50        <para>Compile it <command>python ./configure &amp;&amp; make &amp;&amp; make install</command>.</para>
     51      </listitem>
     52      <listitem>
     53        <para><ulink url="http://www.riverbankcomputing.com/software/pyqt/">pyQT4</ulink> (http://www.riverbankcomputing.com/software/pyqt/) - Python interface to Qt4 (kdebindings)</para>
     54        <para>Compile it <command>python ./configure &amp;&amp; make &amp;&amp; make install</command>.</para>
    6655      </listitem>
    6756      <listitem>
     
    7665      </listitem>
    7766      <listitem>
    78         <para><ulink url="http://cyberelk.net/tim/data/pycups/">pyCUPS</ulink> - Python interface to CUPS (kdeadmin)</para>
    79       </listitem>
    80       <listitem>
    81         <para><ulink url="http://cyberelk.net/tim/data/system-config-printer/">system-config-printer</ulink> - Printer config (kdeadmin)</para>
     67        <para><ulink url="http://cyberelk.net/tim/data/pycups/">pyCUPS</ulink> (http://cyberelk.net/tim/data/pycups/) - Python interface to CUPS (kdeadmin)</para>
     68        <para>Compile it with <command>make &amp;&amp; make install</command>.</para>
     69      </listitem>
     70      <listitem>
     71        <para><ulink url="http://cyberelk.net/tim/data/system-config-printer/">system-config-printer</ulink> (http://cyberelk.net/tim/data/system-config-printer/) - Printer config (kdeadmin)</para>
     72        <para>Compile it the usual way <command>configure &amp;&amp; make &amp;&amp; make install</command>.</para>
    8273      </listitem>
    8374      <listitem>
     
    129120      </listitem>
    130121      <listitem>
    131         <para><ulink url="http://www.grantlee.org">Grantlee</ulink> - a template system for Qt</para>
     122        <para><ulink url="http://www.grantlee.org">Grantlee</ulink> (http://www.grantlee.org) - a template system for Qt</para>
     123        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command> in its own build directory.</para>
    132124      </listitem>
    133125    </itemizedlist>
     
    163155KDEDIR=&kde4-dir;
    164156
    165 pathappend &kde4-dir;/bin           PATH
    166 pathappend &kde4-dir;/lib/pkgconfig PKG_CONFIG_PATH
    167 pathappend &kde4-dir;/share         XDG_DATA_DIRS
    168 pathappend /etc/kde4/xdg              XDG_CONFIG_DIRS
     157pathappend &kde4-dir;/bin             PATH
     158pathappend &kde4-dir;/lib/pkgconfig   PKG_CONFIG_PATH
     159pathappend &kde4-dir;/share/pkgconfig PKG_CONFIG_PATH
     160pathappend &kde4-dir;/share           XDG_DATA_DIRS
     161pathappend /etc/kde4/xdg                XDG_CONFIG_DIRS
    169162
    170163export KDE4_PREFIX KDE4DIR KDEDIR
Note: See TracChangeset for help on using the changeset viewer.