mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
9172c72b2f
commit
8f445fdcee
@ -4,7 +4,7 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%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-download-ftp " ">
|
||||||
<!ENTITY gwenview5-md5sum "c82fab391765ce803490ea93ddc899ed">
|
<!ENTITY gwenview5-md5sum "c82fab391765ce803490ea93ddc899ed">
|
||||||
<!ENTITY gwenview5-size "2.7 MB">
|
<!ENTITY gwenview5-size "2.7 MB">
|
||||||
@ -74,7 +74,8 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="kf5-frameworks"/> and
|
<xref linkend="exiv2"/>,
|
||||||
|
<xref linkend="kf5-frameworks"/>, and
|
||||||
<xref linkend="lcms2"/>
|
<xref linkend="lcms2"/>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title>Introduction to Konsole</title>
|
<title>Introduction to Kdenlive</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <application>Kdenlive</application> package is a KF5 based video
|
The <application>Kdenlive</application> package is a KF5 based video
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
<xref linkend="libpng"/>,
|
<xref linkend="libpng"/>,
|
||||||
<xref linkend="libxslt"/>,
|
<xref linkend="libxslt"/>,
|
||||||
<xref linkend="lmdb"/>,
|
<xref linkend="lmdb"/>,
|
||||||
|
<xref linkend="qtwebkit5"/>,
|
||||||
<xref linkend="phonon"/> (built with qt5),
|
<xref linkend="phonon"/> (built with qt5),
|
||||||
<xref linkend="shared-mime-info"/>,
|
<xref linkend="shared-mime-info"/>,
|
||||||
<xref linkend="perl-uri"/>, and
|
<xref linkend="perl-uri"/>, and
|
||||||
@ -297,7 +298,9 @@ EOF</userinput></screen>
|
|||||||
as_root make install
|
as_root make install
|
||||||
popd
|
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
|
as_root /sbin/ldconfig
|
||||||
|
|
||||||
done < frameworks-&kf5-version;.md5
|
done < frameworks-&kf5-version;.md5
|
||||||
|
@ -241,7 +241,9 @@ EOF</userinput></screen>
|
|||||||
as_root make install
|
as_root make install
|
||||||
popd
|
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
|
as_root /sbin/ldconfig
|
||||||
|
|
||||||
done < plasma-&plasma5-version;.md5
|
done < plasma-&plasma5-version;.md5
|
||||||
|
Loading…
Reference in New Issue
Block a user