source: kde/add/kdeaddons.xml@ 3b10fa8

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 3b10fa8 was 3b10fa8, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Remove obsolete gtk+1, glib1, xmms, gsview.
Return glib2 to latest stable: glib-2.30.1.

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

  • Property mode set to 100644
File size: 3.8 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;
[8454198]6 <!ENTITY kdeaddons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2">
7 <!ENTITY kdeaddons-download-ftp "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2">
[65ce93a]8 <!ENTITY kdeaddons-md5sum "c69d082407b2c1bb46d078f8ac5d2bea">
[a9bab6d]9 <!ENTITY kdeaddons-size "1.7 MB">
[65ce93a]10 <!ENTITY kdeaddons-buildsize "42 MB">
11 <!ENTITY kdeaddons-time "3.5 SBU">
[60384c68]12]>
13
[fd680fb]14<sect1 id="kdeaddons" xreflabel="kdeaddons-&kde-version;">
[16a096a1]15 <?dbhtml filename="kdeaddons.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
[8454198]22 <title>Kdeaddons-&kde-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
[16a096a1]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kdeaddons-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kdeaddons-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kdeaddons-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kdeaddons-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kdeaddons-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kdeaddons-time;</para>
54 </listitem>
55 </itemizedlist>
56
[8454198]57 <bridgehead renderas="sect3">Kdeaddons Dependencies</bridgehead>
[16a096a1]58
59 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]60 <para role="required"><xref linkend="kdebase"/></para>
[16a096a1]61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
[91cb43ad]63 <para role="recommended"><xref linkend="libjpeg"/> and
[8454198]64 <xref linkend="libxml2"/></para>
[16a096a1]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[91cb43ad]67 <para role="optional"><xref linkend="kdenetwork"/>,
[00c8453]68 <xref linkend="kdemultimedia"/>,
69 <xref linkend="kdepim"/>,
70 <xref linkend="kdegames"/>,
[de7f20e]71 <xref linkend="db"/>,
[3b10fa8]72 <!-- <xref linkend="xmms"/>, -->and
[8454198]73 <xref linkend="sdl"/></para>
[16a096a1]74
[a3ef34c2]75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/kdeaddons"/></para>
77
[16a096a1]78 </sect2>
79
80 <sect2 role="installation">
[8454198]81 <title>Installation of Kdeaddons</title>
[16a096a1]82
83 <para>Install <application>kdeaddons</application> with:</para>
84
85<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
[60384c68]86 --disable-dependency-tracking &amp;&amp;
[16a096a1]87make</userinput></screen>
[4ea1644]88
[d33b066]89 <para>This package does not come with a test suite.</para>
90
[16a096a1]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[60384c68]92
[16a096a1]93<screen role="root"><userinput>make install</userinput></screen>
[60384c68]94
[16a096a1]95 </sect2>
[60384c68]96
[16a096a1]97 <sect2 role="content">
98 <title>Contents</title>
[4ea1644]99
[16a096a1]100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
[9f271dd]104
[16a096a1]105 <seglistitem>
[919683dc]106 <seg>Miscellaneous <application>KDE</application> support programs</seg>
[d5bca7b6]107 <seg>Additional plugins, libraries, and scripts for <application>KDE</application>
[8454198]108 applications</seg>
[16a096a1]109 <seg>None</seg>
110 </seglistitem>
111 </segmentedlist>
[60384c68]112
[16a096a1]113 <indexterm zone="kdeaddons">
114 <primary sortas="c-kdeaddons">KDE plugins and scripts</primary>
115 </indexterm>
116
117 </sect2>
[ee2025f]118
119</sect1>
Note: See TracBrowser for help on using the repository browser.