source: archive/kde/add/kdeaddons.xml@ 7af92fe5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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
Last change on this file since 7af92fe5 was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[df46eec]6 <!ENTITY kdeaddons-download-http "&trinity-repo-http;/kdeaddons-&trinity-version;.tar.gz">
7 <!ENTITY kdeaddons-download-ftp "&trinity-repo-ftp;/kdeaddons-&trinity-version;.tar.gz">
8 <!ENTITY kdeaddons-md5sum "f5fa96a5d99d1bc33600f609881eaee6">
9 <!ENTITY kdeaddons-size "1.5 MB">
10 <!ENTITY kdeaddons-buildsize "209 MB">
11 <!ENTITY kdeaddons-time "2.2 SBU">
[60384c68]12]>
13
[df46eec]14<sect1 id="kdeaddons" xreflabel="kdeaddons-&trinity-version;">
[16a096a1]15 <?dbhtml filename="kdeaddons.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
[df46eec]22 <title>Kdeaddons-&trinity-version;</title>
[16a096a1]23
24 <indexterm zone="kdeaddons">
25 <primary sortas="a-kdeaddons">Kdeaddons</primary>
26 </indexterm>
27
28 <sect2 role="package">
[8454198]29 <title>Introduction to Kdeaddons</title>
[16a096a1]30
[90bd3c1b]31 <para><application>Kdeaddons</application> provides additional plugins for
32 <application>konqueror</application>, <application>kate</application>, and
33 <application>kicker</application>.</para>
34
[df46eec]35 &lfs70_checked;
36
[16a096a1]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kdeaddons-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kdeaddons-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kdeaddons-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &kdeaddons-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &kdeaddons-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &kdeaddons-time;</para>
56 </listitem>
57 </itemizedlist>
58
[8454198]59 <bridgehead renderas="sect3">Kdeaddons Dependencies</bridgehead>
[16a096a1]60
61 <bridgehead renderas="sect4">Required</bridgehead>
[df46eec]62 <para role="required">
63 <xref linkend="kdebase"/>
64 </para>
[16a096a1]65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
[df46eec]67 <para role="recommended">
68 <xref linkend="libjpeg"/> and
69 <xref linkend="libxml2"/>
70 </para>
[16a096a1]71
72 <bridgehead renderas="sect4">Optional</bridgehead>
[df46eec]73 <para role="optional">
74 <xref linkend="kdenetwork"/>,
75 <xref linkend="kdemultimedia"/>,
76 <xref linkend="kdepim"/>,
77 <xref linkend="kdegames"/>,
78 <xref linkend="db"/>,
79 <!-- <xref linkend="xmms"/>, -->and
80 <xref linkend="sdl"/>
81 </para>
[16a096a1]82
[a3ef34c2]83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/kdeaddons"/></para>
85
[16a096a1]86 </sect2>
87
88 <sect2 role="installation">
[8454198]89 <title>Installation of Kdeaddons</title>
[16a096a1]90
91 <para>Install <application>kdeaddons</application> with:</para>
92
[df46eec]93<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
94cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &amp;&amp;
95sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
96 admin/acinclude.m4.in &amp;&amp;
97make -f admin/Makefile.common &amp;&amp;
98
99./configure --prefix=$TRINITY_PREFIX \
100 --enable-closure \
101 --sysconfdir=/etc \
102 --localstatedir=/var \
103 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
104
[16a096a1]105make</userinput></screen>
[4ea1644]106
[d33b066]107 <para>This package does not come with a test suite.</para>
108
[16a096a1]109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[60384c68]110
[16a096a1]111<screen role="root"><userinput>make install</userinput></screen>
[60384c68]112
[16a096a1]113 </sect2>
[60384c68]114
[16a096a1]115 <sect2 role="content">
116 <title>Contents</title>
[4ea1644]117
[16a096a1]118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
[9f271dd]122
[16a096a1]123 <seglistitem>
[919683dc]124 <seg>Miscellaneous <application>KDE</application> support programs</seg>
[d5bca7b6]125 <seg>Additional plugins, libraries, and scripts for <application>KDE</application>
[8454198]126 applications</seg>
[16a096a1]127 <seg>None</seg>
128 </seglistitem>
129 </segmentedlist>
[60384c68]130
[16a096a1]131 <indexterm zone="kdeaddons">
132 <primary sortas="c-kdeaddons">KDE plugins and scripts</primary>
133 </indexterm>
134
135 </sect2>
[ee2025f]136
137</sect1>
Note: See TracBrowser for help on using the repository browser.