Minor fixes to KDE Frameworks,

apps and plasma

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17214 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-04-03 20:07:11 +00:00
parent 9172c72b2f
commit 8f445fdcee
4 changed files with 11 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gwenview5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
<!ENTITY gwenview5-download-http "&kf5apps-download-http;/gwenview-&kf5apps-version;.tar.xz">
<!ENTITY gwenview5-download-ftp " ">
<!ENTITY gwenview5-md5sum "c82fab391765ce803490ea93ddc899ed">
<!ENTITY gwenview5-size "2.7 MB">
@ -74,7 +74,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/> and
<xref linkend="exiv2"/>,
<xref linkend="kf5-frameworks"/>, and
<xref linkend="lcms2"/>
</para>

View File

@ -27,7 +27,7 @@
</indexterm>
<sect2 role="package">
<title>Introduction to Konsole</title>
<title>Introduction to Kdenlive</title>
<para>
The <application>Kdenlive</application> package is a KF5 based video

View File

@ -72,6 +72,7 @@
<xref linkend="libpng"/>,
<xref linkend="libxslt"/>,
<xref linkend="lmdb"/>,
<xref linkend="qtwebkit5"/>,
<xref linkend="phonon"/> (built with qt5),
<xref linkend="shared-mime-info"/>,
<xref linkend="perl-uri"/>, and
@ -297,7 +298,9 @@ EOF</userinput></screen>
as_root make install
popd
rm -rf $packagedir
<!-- some packages end with files owned by root in $packagedir, so use as_root
in the following -->
as_root rm -rf $packagedir
as_root /sbin/ldconfig
done &lt; frameworks-&kf5-version;.md5

View File

@ -241,7 +241,9 @@ EOF</userinput></screen>
as_root make install
popd
rm -rf $packagedir
<!-- somme packages end up with files owned by root in $packagedir,
so use as_root for removing -->
as_root rm -rf $packagedir
as_root /sbin/ldconfig
done &lt; plasma-&plasma5-version;.md5