Changeset 2a00b77


Ignore:
Timestamp:
02/27/2014 05:10:28 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
0f039bc
Parents:
0c77b5ab
Message:

Intermediate commit of tags and fixes for KDE.

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

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/grantlee.xml

    r0c77b5ab r2a00b77  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libdbusmenuqt.xml

    r0c77b5ab r2a00b77  
    3333    of the DBusMenu specs, which goal is to expose menus on DBus.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9393cd build &amp;&amp;
    9494cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
    95       -DCMAKE_BUILD_TYPE=Release \
     95      -DCMAKE_BUILD_TYPE=Release    \
    9696      -DWITH_DOC=OFF .. &amp;&amp;
    9797make</userinput></screen>
     
    9999    <para>To test the results
    100100    (<ulink url="http://qjson.sourceforge.net/">QJson</ulink> must be installed),
    101     issue: <command>make check</command>.</para>
     101    issue: <command>make -k check</command>. One test fails.</para>
    102102
    103103    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/genlib/qca.xml

    r0c77b5ab r2a00b77  
    3535    the implementation, using plugins known as Providers.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/qjson.xml

    r0c77b5ab r2a00b77  
    3535    </para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/doxygen.xml

    r0c77b5ab r2a00b77  
    123123    </para>
    124124
    125 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>make MAN1DIR=share/man/man1 install</userinput></screen>
    126126
    127127    <para>
  • kde/core/akonadi.xml

    r0c77b5ab r2a00b77  
    3535    retrieval.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/core/attica.xml

    r0c77b5ab r2a00b77  
    3333    "Open Collaboration Service" providers.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/core/kdelibs.xml

    r0c77b5ab r2a00b77  
    3333    are central to development and execution of KDE programs.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    127127        kded/kbuildsycoca.cpp</userinput></screen>
    128128
     129    <para>Cmake looks for <application>Xorg</application> libraries in a set of
     130    hard coded directories instead of using
     131    <application>pkg-config</application>.  If <application>Xorg</application>
     132    has not been installed in <filename class="directory">/usr</filename>, add
     133    the location to the list:</para>
     134
     135<screen><userinput>sed -e "/SET(X11_LIB_SEARCH_PATH/ a $XORG_PREFIX/lib"     \
     136    -e "/SET(X11_INC_SEARCH_PATH/ a $XORG_PREFIX/include" \
     137    -i cmake/modules/FindX11.cmake</userinput></screen>
     138
    129139    <para>Install <application>Kdelibs</application> by running the following
    130140    commands:</para>
     
    132142<!-- I wouldn't recommend installing D-Bus configuration files outside of /etc if kde-dir is /usr,
    133143     maybe kde-etc-dir should be introduced? -->
     144
    134145<screen><userinput>mkdir build &amp;&amp;
    135146cd    build &amp;&amp;
     
    145156    <application>kdelibs</application> is installed.</para>
    146157
    147     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     158    <para>When installing, make sure the <systemitem
     159    class="username">root</systemitem> user knows the
     160    <envar>LIBRARY_PATH</envar> if <application>Xorg</application> is not
     161    installed in <filename class="directory">/usr</filename>.  Now as the
     162    <systemitem class="username">root</systemitem> user:</para>
    148163
    149164<screen role="root"><userinput>make install</userinput></screen>
  • kde/core/phonon-backend-vlc.xml

    r0c77b5ab r2a00b77  
    3333    utilizes the <application>VLC</application> media framework.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/core/polkit-qt.xml

    r0c77b5ab r2a00b77  
    3333    <application>polkit</application> in the Qt environment.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/core/qimageblitz.xml

    r0c77b5ab r2a00b77  
    3333    filter library for <application>KDE</application>.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • kde/core/shrdesktopontologies.xml

    r0c77b5ab r2a00b77  
    3636    and developed in this open-source project.</para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/other/soprano.xml

    r0c77b5ab r2a00b77  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117117
    118118<screen><userinput>patch -Np1 -i ../soprano-&soprano-version;-dbus-1.patch &amp;&amp;
     119
    119120mkdir build &amp;&amp;
    120 cd build    &amp;&amp;
     121cd    build &amp;&amp;
     122
    121123cmake -DCMAKE_INSTALL_PREFIX=/usr \
    122124      -DCMAKE_BUILD_TYPE=Release  \
     
    153155    <para>
    154156      Create a directory where <application>Soprano</application> places some
    155       runtime data:
     157      runtime data as the <systemitem class="username">root</systemitem> user:
    156158    </para>
    157159
     
    161163      The <command>sopranod</command> accepts some parameters. To configure
    162164      how the bootscript starts <command>sopranod</command>,
    163       create a configuration file:
     165      create a configuration file again as the
     166      <systemitem class="username">root</systemitem> user:
    164167    </para>
    165168
     
    190193        automatically when the system is booted, install the
    191194        <filename>/etc/rc.d/init.d/soprano</filename> init script included
    192         in the <xref linkend="bootscripts"/> package.
     195        in the <xref linkend="bootscripts"/> package as the 
     196        <systemitem class="username">root</systemitem> user:
    193197      </para>
    194198
  • server/other/virtuoso.xml

    r0c77b5ab r2a00b77  
    3737    Platform.</para>
    3838
    39     &lfs74_built;
     39    &lfs75_built;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.