Changeset 97c713e for kde


Ignore:
Timestamp:
02/28/2014 04:59:01 AM (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:
7d7077e3
Parents:
8a33d8cd
Message:

Tag kde core and add a few updates to get a smooth build.

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

Location:
kde
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • kde/add/konsole.xml

    r8a33d8cd r97c713e  
    3232    <para>This package provides a terminal emulator for KDE.</para>
    3333
    34     &lfs74_checked;
     34    &lfs75_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    9595      -DCMAKE_BUILD_TYPE=Release         \
    96       .. &amp;&amp;
     96      -Wno-dev .. &amp;&amp;
    9797make</userinput></screen>
    9898
  • kde/core/akonadi.xml

    r8a33d8cd r97c713e  
    8989      -DCMAKE_BUILD_TYPE=Release          \
    9090      -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
    91       .. &amp;&amp;
     91      -Wno-dev .. &amp;&amp;
    9292make</userinput></screen>
    9393
  • kde/core/attica.xml

    r8a33d8cd r97c713e  
    8989      -DCMAKE_BUILD_TYPE=Release         \
    9090      -DQT4_BUILD=ON                     \
    91       .. &amp;&amp;
     91      -Wno-dev .. &amp;&amp;
    9292make</userinput></screen>
    9393
  • kde/core/automoc4.xml

    r8a33d8cd r97c713e  
    3434    <application>CMake</application> as the buildsystem.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090cd    build &amp;&amp;
    9191
    92 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; .. &amp;&amp;
     92cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; -Wno-dev .. &amp;&amp;
    9393make</userinput></screen>
    9494
     
    9898
    9999  </sect2>
    100 <!--
     100
    101101  <sect2 role="commands">
    102102    <title>Command Explanations</title>
    103103
    104     <para><option>- -xyz</option>: This option is set for ...</para>
     104    <para><option>-Wno-dev</option>: Suppress warnings that are meant for the
     105    author of the CMakeLists.txt files.</para>
    105106
    106107  </sect2>
    107 -->
     108
    108109  <sect2 role="content">
    109110    <title>Contents</title>
  • kde/core/kactivities.xml

    r8a33d8cd r97c713e  
    3232    <para>This package provides the activitymanager for KDE.</para>
    3333
    34     &lfs74_checked;
     34    &lfs75_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9595cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    9696      -DCMAKE_BUILD_TYPE=Release         \
    97       .. &amp;&amp;
     97      -Wno-dev .. &amp;&amp;
    9898make</userinput></screen>
    9999
  • kde/core/kde-base-artwork.xml

    r8a33d8cd r97c713e  
    3232    <para>This package provides the default splash screen for KDE.</para>
    3333
    34     &lfs74_checked;
     34    &lfs75_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878cd    build &amp;&amp;
    7979
    80 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
     80cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
    8181
    8282    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/core/kde-baseapps.xml

    r8a33d8cd r97c713e  
    3434    libraries are also provided.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    9595      -DCMAKE_BUILD_TYPE=Release         \
    96       .. &amp;&amp;
     96      -Wno-dev .. &amp;&amp;
    9797make</userinput></screen>
    9898
    9999    <para>To test the results, issue <command>make test</command>.</para>
    100100
    101     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     101    <para> Now as the <systemitem class="username">root</systemitem>
     102    user:</para>
    102103
    103104<screen role="root"><userinput>make install</userinput></screen>
  • kde/core/kde-runtime.xml

    r8a33d8cd r97c713e  
    3333    for <application>KDE</application>.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    117117      -DCMAKE_BUILD_TYPE=Release                 \
    118118      -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
    119       .. &amp;&amp;
     119      -Wno-dev .. &amp;&amp;
    120120make</userinput></screen>
    121121
    122122    <para>To test the results, issue <command>make test</command>.</para>
    123123
    124     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     124    <para> Now as the <systemitem class="username">root</systemitem>
     125    user:</para>
    125126
    126127<screen role="root"><userinput>make install &amp;&amp;
  • kde/core/kde-workspace.xml

    r8a33d8cd r97c713e  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    153153      -DCMAKE_BUILD_TYPE=Release                   \
    154154      -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE \
    155       .. &amp;&amp;
     155      -Wno-dev .. &amp;&amp;
    156156make</userinput></screen>
    157157
  • kde/core/kdelibs.xml

    r8a33d8cd r97c713e  
    124124<screen><userinput>sed -i "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@" \
    125125        kded/CMakeLists.txt &amp;&amp;
     126
    126127sed -i "s@applications.menu@kde-&amp;@" \
    127128        kded/kbuildsycoca.cpp</userinput></screen>
    128 
     129<!--
    129130    <para>Cmake looks for <application>Xorg</application> libraries in a set of
    130131    hard coded directories instead of using
     
    136137    -e "/SET(X11_INC_SEARCH_PATH/ a $XORG_PREFIX/include" \
    137138    -i cmake/modules/FindX11.cmake</userinput></screen>
    138 
     139-->
    139140    <para>Install <application>Kdelibs</application> by running the following
    140141    commands:</para>
     
    150151      -DCMAKE_BUILD_TYPE=Release         \
    151152      -DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-&DocBook-version; \
    152       .. &amp;&amp;
     153      -Wno-dev .. &amp;&amp;
    153154make</userinput></screen>
    154155
     
    156157    <application>kdelibs</application> is installed.</para>
    157158
    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>
     159    <para> Now as the <systemitem class="username">root</systemitem>
     160    user:</para>
    163161
    164162<screen role="root"><userinput>make install</userinput></screen>
  • kde/core/kdepimlibs.xml

    r8a33d8cd r97c713e  
    3434    <command>kmail</command>, <command>kalarm</command>, etc.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104104cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    105105      -DCMAKE_BUILD_TYPE=Release         \
    106       .. &amp;&amp;
     106      -Wno-dev .. &amp;&amp;
    107107make</userinput></screen>
    108108
  • kde/core/nepomuk-core.xml

    r8a33d8cd r97c713e  
    3535    libraries.</para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9898cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    9999      -DCMAKE_BUILD_TYPE=Release         \
    100       .. &amp;&amp;
     100      -Wno-dev .. &amp;&amp;
    101101make</userinput></screen>
    102102
  • kde/core/nepomuk-widgets.xml

    r8a33d8cd r97c713e  
    3333    Desktop.</para>
    3434
    35     &lfs74_checked;
     35    &lfs75_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9292cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    9393      -DCMAKE_BUILD_TYPE=Release         \
    94       .. &amp;&amp;
     94      -Wno-dev .. &amp;&amp;
    9595make</userinput></screen>
    9696
  • kde/core/oxygen-icons.xml

    r8a33d8cd r97c713e  
    7878cd    build &amp;&amp;
    7979
    80 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
     80cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
    8181
    8282    <para>
  • kde/core/phonon-backend-gstreamer.xml

    r8a33d8cd r97c713e  
    9090      -DCMAKE_INSTALL_LIBDIR=lib         \
    9191      -DCMAKE_BUILD_TYPE=Release         \
    92       .. &amp;&amp;
     92      -Wno-dev .. &amp;&amp;
    9393make</userinput></screen>
    9494
  • kde/core/phonon-backend-vlc.xml

    r8a33d8cd r97c713e  
    8282      -DCMAKE_INSTALL_LIBDIR=lib         \
    8383      -DCMAKE_BUILD_TYPE=Release         \
    84       .. &amp;&amp;
     84      -Wno-dev .. &amp;&amp;
    8585make</userinput></screen>
    8686
  • kde/core/phonon.xml

    r8a33d8cd r97c713e  
    3434    supported by KDE. Phonon needs either the GStreamer or VLC backend.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797      -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
    9898      -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
    99       .. &amp;&amp;
     99      -Wno-dev .. &amp;&amp;
    100100make</userinput></screen>
    101101
  • kde/core/polkit-kde-agent.xml

    r8a33d8cd r97c713e  
    3434    for performing administrative tasks in KDE.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9191cd    build &amp;&amp;
    9292
    93 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
     93cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &amp;&amp;
    9494make</userinput></screen>
    9595
  • kde/core/polkit-qt.xml

    r8a33d8cd r97c713e  
    8989
    9090CMAKE_PREFIX_PATH=&qt4-dir; \
    91       cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
     91      cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &amp;&amp;
    9292make</userinput></screen>
    9393
  • kde/core/qimageblitz.xml

    r8a33d8cd r97c713e  
    8989cd    build &amp;&amp;
    9090
    91 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
     91cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &amp;&amp;
    9292make</userinput></screen>
    9393
  • kde/core/shrdesktopontologies.xml

    r8a33d8cd r97c713e  
    8181cd    build &amp;&amp;
    8282
    83 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
     83cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
    8484
    8585    <para>
  • kde/intro/pre-install-config.xml

    r8a33d8cd r97c713e  
    1515
    1616  <title>KDE Pre-installation Configuration</title>
     17
     18  <note><para>If you did not install <application>Xorg</application> in
     19  <filename class="directory">/usr</filename>, some of the
     20  <application>CMake</application> modules in <application>KDE</application>
     21  look for packages at hard coded locations.  To accomodate this
     22  issue create the following symbolic link (as the root user):</para>
     23
     24<screen><userinput>ln -sv $XORG_PREFIX /usr/X11R6</userinput></screen>
     25  </note>
    1726
    1827  <sect2><title>Installing in /usr</title>
Note: See TracChangeset for help on using the changeset viewer.