Tag kf5 and dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18369 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-02-20 20:59:39 +00:00
parent 39a26d5a7f
commit 714105e7b5
11 changed files with 27 additions and 22 deletions

View File

@ -34,7 +34,7 @@
and conventions. <application>Qca</application> separates the API from
the implementation, using plugins known as Providers.</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -35,7 +35,7 @@
<application>KDE Frameworks 5</application> and other packages.
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -30,7 +30,7 @@
QML derived from the monolithic KDE 4 libraries. They can be used
independent of the KDE Display Environment (Plasma 5).</para>
&lfs7a_checked;
&lfs80_checked;
<para>The instructions below build all of the KDE Frameworks packages in one
step by using a bash script. </para>
@ -243,13 +243,13 @@ b0553bbd667d7d209735d2123f33af46 kfilemetadata-5.31.0.tar.xz
#385ddb6e36639dfffb0bf30b75b049e0 oxygen-icons5-5.31.0.tar.xz
cd4290e76d0c07a3612b82257119a4df kactivities-stats-5.31.0.tar.xz
6105cf1f51b69cd9232aa662f8d2511a krunner-5.31.0.tar.xz
71ec95ef3c79e2a86de4872bb97daa0e kjs-5.31.0.tar.xz
aa244aa083a03be78a976a8a8cd6ed8c kdelibs4support-5.31.0.tar.xz
21a3859d1358a330fbdb83f3c184dd71 khtml-5.31.0.tar.xz
49f65f405b4e3d49adf81247efce963f kjsembed-5.31.0.tar.xz
f287ac1073cae07f51178ad78f30cf4b kmediaplayer-5.31.0.tar.xz
743b48d58b23d386e4417081a4d456cb kross-5.31.0.tar.xz
#95cb43eb20e081db51709b0ab6bcfa96 prison-5.31.0.tar.xz</literal>
#95cb43eb20e081db51709b0ab6bcfa96 prison-5.31.0.tar.xz
71ec95ef3c79e2a86de4872bb97daa0e portingAids/kjs-5.31.0.tar.xz
aa244aa083a03be78a976a8a8cd6ed8c portingAids/kdelibs4support-5.31.0.tar.xz
21a3859d1358a330fbdb83f3c184dd71 portingAids/khtml-5.31.0.tar.xz
49f65f405b4e3d49adf81247efce963f portingAids/kjsembed-5.31.0.tar.xz
f287ac1073cae07f51178ad78f30cf4b portingAids/kmediaplayer-5.31.0.tar.xz
743b48d58b23d386e4417081a4d456cb portingAids/kross-5.31.0.tar.xz</literal>
EOF</userinput></screen>
<para>In the above list, notice that some files have been commented out with
@ -268,10 +268,15 @@ EOF</userinput></screen>
&as_root;
<caution>
<para>If inatalling in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be removed (as root):</para>
<screen><userinput>rm -rf /opt/kf5</userinput></screen>
<para>If installing in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be reinitialized (as
root):</para>
<screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
</caution>
<para>
@ -328,7 +333,7 @@ exit</userinput></screen>
If the installed directory is not /usr, rename the directory and create a
symlink:</para>
<screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
<screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
</sect2>

View File

@ -32,7 +32,7 @@
<para>This library provides a <application>Qt</application> implementation
of the DBusMenu specification that exposes menus via DBus.</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
which utilizes the <application>GStreamer</application> media framework.
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
which utilizes the <application>VLC</application> media framework.
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
It replaces the old <application>aRts</application> package.
Phonon needs either the GStreamer or VLC backend.</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -32,7 +32,7 @@
<para><application>Polkit-Qt</application> provides an API to PolicyKit in
the Qt environment. </para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -40,7 +40,7 @@
access point.
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
size of the virtual address space
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -36,7 +36,7 @@
<application>Qtwebkit</application> is a Qt based web browser engine.
</para>
&lfs7a_checked;
&lfs80_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">