Changeset 2a00b77 for kde/core


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

Location:
kde/core
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.