mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update KF5 apps to 12.15.3.
Add ark. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17158 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9e04432142
commit
d0a0620826
@ -47,9 +47,14 @@
|
||||
<listitem>
|
||||
<para>March 23rd, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update KF5 apps to 12.15.3. Add ark.
|
||||
Partially fixes
|
||||
<ulink url="&blfs-ticket-root;7582">#7582</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove KDE4. Fixes
|
||||
<ulink url="&blfs-ticket-root;7560">#760</ulink>.</para>
|
||||
<ulink url="&blfs-ticket-root;7560">#7560</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to mpg123-1.23.3. Fixes
|
||||
|
175
kde/kf5-apps/ark5.xml
Normal file
175
kde/kf5-apps/ark5.xml
Normal file
@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY ark5-download-http "&kf5apps-download-http;/ark-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY ark5-download-ftp " ">
|
||||
<!ENTITY ark5-md5sum "edbcd431486191302a6a506b7c9ab0e6">
|
||||
<!ENTITY ark5-size "248 KB">
|
||||
<!ENTITY ark5-buildsize "11.7 MB">
|
||||
<!ENTITY ark5-time "1.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="ark5" xreflabel="Ark-&kf5apps-version;">
|
||||
<?dbhtml filename="ark5.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Ark-&kf5apps-version;</title>
|
||||
|
||||
<indexterm zone="ark5">
|
||||
<primary sortas="a-Ark">Ark</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Ark</title>
|
||||
|
||||
<para>
|
||||
The <application>Ark</application> package is a KF5 based terminal
|
||||
emulator.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&ark5-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&ark5-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &ark5-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &ark5-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &ark5-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &ark5-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Ark Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="kf5-frameworks"/> and
|
||||
<xref linkend="libarchive"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/ark5"/>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Ark</title>
|
||||
|
||||
<para>
|
||||
Install <application>Ark</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-Wno-dev .. &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
ark and arkprofile
|
||||
</seg>
|
||||
<seg>
|
||||
libkdeinit5_ark.so and libarkprivate.so
|
||||
</seg>
|
||||
<seg>
|
||||
$KF5_PREFIX/share/doc/HTML/*/ark,
|
||||
$KF5_PREFIX/share/ark, and
|
||||
$KF5_PREFIX/share/kxmlgui5/ark
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="ark5-prog">
|
||||
<term><command>ark</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is an X terminal emulation which provides a command-line
|
||||
interface.
|
||||
</para>
|
||||
<indexterm zone="ark5 ark5-prog">
|
||||
<primary sortas="b-ark">ark</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="arkprofile5">
|
||||
<term><command>arkprofile</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a command-line tool to change the current tab's profile
|
||||
options.
|
||||
</para>
|
||||
<indexterm zone="ark5 arkprofile5">
|
||||
<primary sortas="b-arkprofile">arkprofile</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
<!ENTITY kate5-download-http "&kf5apps-download-http;/kate-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY kate5-download-ftp "&kf5apps-download-ftp;/kate-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY kate5-md5sum "ac7936b0640410801ca103e6bb330532">
|
||||
<!ENTITY kate5-download-ftp " ">
|
||||
<!ENTITY kate5-md5sum "df9557553e720f91dd456a2d81b24189">
|
||||
<!ENTITY kate5-size "1.4 MB">
|
||||
<!ENTITY kate5-buildsize "35 MB">
|
||||
<!ENTITY kate5-time "2.8 SBU">
|
||||
<!ENTITY kate5-buildsize "36 MB">
|
||||
<!ENTITY kate5-time "3.0 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="kate5" xreflabel="Kate-&kf5apps-version;">
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY kdenlive5-download-http "&kf5apps-download-http;/kdenlive-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY kdenlive5-download-ftp "&kf5apps-download-ftp;/kdenlive-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY kdenlive5-md5sum "d70c00bbca3ba0427f6879e5cf7bd886">
|
||||
<!ENTITY kdenlive5-download-ftp " ">
|
||||
<!ENTITY kdenlive5-md5sum "768180060ceb067f75c82d19f71e58c5">
|
||||
<!ENTITY kdenlive5-size "3.5 MB">
|
||||
<!ENTITY kdenlive5-buildsize "42 MB">
|
||||
<!ENTITY kdenlive5-time "3.8 SBU">
|
||||
<!ENTITY kdenlive5-time "3.9 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="kdenlive5" xreflabel="Kdenlive-&kf5apps-version;">
|
||||
@ -74,8 +74,9 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="kf5-frameworks"/> and
|
||||
<xref linkend="mlt"/>
|
||||
<xref linkend="kf5-frameworks"/>
|
||||
<xref linkend="mlt"/>, and
|
||||
<xref linkend="v4l-utils"/> (runtime)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
@ -15,6 +15,7 @@ $Date$
|
||||
|
||||
<title>KDE Frameworks 5 Based Applications</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ark5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdenlive5.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmix5.xml"/>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY kmix5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY kmix5-download-ftp " ">
|
||||
<!ENTITY kmix5-md5sum "924ec015cb9e39ecb3833c071969c07b">
|
||||
<!ENTITY kmix5-md5sum "2c92015d8cd8a85748c66e876964960e">
|
||||
<!ENTITY kmix5-size "384 KB">
|
||||
<!ENTITY kmix5-buildsize "11.5 MB">
|
||||
<!ENTITY kmix5-time "1.7 SBU">
|
||||
<!ENTITY kmix5-buildsize "12 MB">
|
||||
<!ENTITY kmix5-time "1.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="kmix5" xreflabel="KMix-&kf5apps-version;">
|
||||
|
@ -5,10 +5,10 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY konsole5-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY konsole5-download-ftp "&kf5apps-download-ftp;/konsole-&kf5apps-version;.tar.xz">
|
||||
<!ENTITY konsole5-md5sum "a68bcba1bb3c59d008e49c53e307419a">
|
||||
<!ENTITY konsole5-download-ftp " ">
|
||||
<!ENTITY konsole5-md5sum "f21d23e1179968c838a4f3289f4fc5bb">
|
||||
<!ENTITY konsole5-size "452 KB">
|
||||
<!ENTITY konsole5-buildsize "11.7 MB">
|
||||
<!ENTITY konsole5-buildsize "11.8 MB">
|
||||
<!ENTITY konsole5-time "1.1 SBU">
|
||||
]>
|
||||
|
||||
|
@ -570,7 +570,7 @@
|
||||
<!ENTITY kf5-download-http "http://download.kde.org/stable/frameworks/&kf5-base;">
|
||||
<!ENTITY kf5-download-ftp "ftp://ftp.kde.org/pub/kde/stable/frameworks/&kf5-base;/">
|
||||
|
||||
<!ENTITY kf5apps-version "15.12.1">
|
||||
<!ENTITY kf5apps-version "15.12.3">
|
||||
<!ENTITY kf5apps-download-http "http://download.kde.org/stable/applications/&kf5apps-version;/src">
|
||||
<!ENTITY kf5apps-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kf5apps-version;/src">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user