source: kde/add/kdeaddons.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdeaddons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2">
8<!ENTITY kdeaddons-download-ftp "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2">
9<!ENTITY kdeaddons-md5sum "d1ad11def2ac30965642144ef29d738a">
10<!ENTITY kdeaddons-size "1.5 MB">
11<!ENTITY kdeaddons-buildsize "47 MB">
12<!ENTITY kdeaddons-time "5.04 SBU">
13]>
14
15<sect1 id="kdeaddons">
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20
21<?dbhtml filename="kdeaddons.html"?>
22<title><application>kdeaddons</application>-&kde-version;</title>
23
24<indexterm zone="kdeaddons">
25 <primary sortas="a-kdeaddons">Kdeaddons</primary>
26</indexterm>
27
28<sect2>
29<title>Introduction to <application>kdeaddons</application></title>
30
31<sect3><title>Package information</title>
32 <itemizedlist spacing='compact'>
33 <listitem><para>Download (HTTP): <ulink url="&kdeaddons-download-http;"/></para></listitem>
34 <listitem><para>Download (FTP): <ulink url="&kdeaddons-download-ftp;"/></para></listitem>
35 <listitem><para>Download MD5 sum: &kdeaddons-md5sum;</para></listitem>
36 <listitem><para>Download size: &kdeaddons-size;</para></listitem>
37 <listitem><para>Estimated disk space required: &kdeaddons-buildsize;</para></listitem>
38 <listitem><para>Estimated build time: &kdeaddons-time;</para></listitem>
39 </itemizedlist>
40</sect3>
41
42<sect3>
43 <title><application>kdeaddons</application> dependencies</title>
44
45<sect4>
46 <title>Required</title>
47 <para><xref linkend="kdebase"/></para>
48</sect4>
49
50<sect4>
51 <title>Recommended</title>
52 <para><xref linkend="libjpeg"/> and
53 <xref linkend="libxml2"/>
54 </para>
55</sect4>
56
57<sect4>
58 <title>Optional</title>
59 <para>
60 <xref linkend="kdenetwork"/>,
61 <xref linkend="kdemultimedia"/>,
62 <xref linkend="kdepim"/>,
63 <xref linkend="kdegames"/>,
64 <xref linkend="db"/>,
65 <xref linkend="xmms"/>, and
66 <xref linkend="sdl"/>
67 </para>
68</sect4>
69</sect3>
70
71</sect2>
72
73<sect2>
74<title>Installation of <application>kdeaddons</application></title>
75
76<para>Install <application>kdeaddons</application> with:</para>
77
78<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
79 --disable-dependency-tracking &amp;&amp;
80make</command></userinput></screen>
81
82<para>Now, as the root user:</para>
83
84<screen><userinput role='root'><command>make install</command></userinput></screen>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<segmentedlist>
92 <segtitle>Installed Libraries</segtitle>
93
94 <seglistitem>
95 <seg> additional plugins and scripts for <acronym>KDE</acronym> applications</seg>
96 </seglistitem>
97</segmentedlist>
98
99<indexterm zone="kdeaddons">
100 <primary sortas="c-kdeaddons"><acronym>KDE</acronym> plugins and scripts</primary>
101</indexterm>
102
103</sect2>
104
105</sect1>
Note: See TracBrowser for help on using the repository browser.