source: kde4/core/kde4bindings.xml@ e9f7761

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 e9f7761 was e9f7761, checked in by Thomas Trepl <thomas@…>, 13 years ago

Cosmetic changes

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

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY kde4bindings-download-http "&kde4-download-http;/kdebindings-&kde4-version;.tar.bz2">
8 <!ENTITY kde4bindings-download-ftp "&kde4-download-ftp;/kdebindings-&kde4-version;.tar.bz2">
9 <!ENTITY kde4bindings-md5sum "4ec0e648b825916ee4be025a74cc6684">
10 <!ENTITY kde4bindings-size "6.9 MB">
11 <!ENTITY kde4bindings-buildsize "887 MB">
12 <!ENTITY kde4bindings-time "18.6 SBU">
13]>
14
15<sect1 id="kde4bindings" xreflabel="kde4bindings-&kde4-version;">
16 <?dbhtml filename="kde4bindings.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Kdebindings-&kde4-version;</title>
24
25 <indexterm zone="kde4bindings">
26 <primary sortas="a-kde4bindings">kde4bindings</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Kdebindings</title>
31
32 <para>The Kdebindings provides the ability to write <application>KDE</application>
33 applications in a variety of languages including <application>Ruby</application>,
34 <application>Perl</application>, <application>Python</application>,
35 <application>Java</application>, <application>JavaScript</application>,
36 <application>C#</application>, and <application>Smoke</application>.</para>
37
38 &lfs67_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&kde4bindings-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&kde4bindings-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &kde4bindings-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &kde4bindings-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &kde4bindings-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &kde4bindings-time;</para>
59 </listitem>
60 </itemizedlist>
61
62<!--
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/kde4bindings-&kdebindings-version;-fixes-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70-->
71 <bridgehead renderas="sect3">Kdebindings Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="ruby"/>,
76 <xref linkend="python"/>,
77 <xref linkend="qca"/>,
78 <xref linkend="qimageblitz"/>,
79 <xref linkend="libdbusmenu-qt"/>,
80 <xref linkend="soprano"/>,
81 <xref linkend="kde4pimlibs"/>,
82 <xref linkend="attica"/>,
83 <xref linkend="akonadi"/>,
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="exiv2"/>,
89 <xref linkend="poppler"/>,
90 <xref linkend="strigi"/>,
91 <xref linkend="shared-mime-info"/>,
92 <xref linkend="shared-desktop-ontologies"/>,
93 pySIP, pyQT4
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="polkit-qt"/>, Qwt5, QScintilla2, Mono
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/kde4bindings"/>
103 </para>
104
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Kdebindings</title>
109
110 <para>Install <application>kde4bindings</application> by running
111 the following commands:</para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build</userinput></screen>
115
116 <para>Prepare the package for compilation:</para>
117
118<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
119 -DKDE_DEFAULT_HOME=.kde4 \
120 -DSYSCONF_INSTALL_DIR=/etc/kde4 \
121 .. &amp;&amp;
122make</userinput></screen>
123
124 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para><option>-DPYTHON_SITE_PACKAGES_DIR:PATH=&lt;site-packages&gt;</option>: If you do not install KDE in /usr, set this option in order to have the KDE4
134Python objects installed correctly. You can use following code to determine tha directory name:
135<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
136_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
137echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
138 </para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directory</segtitle>
149
150 <seglistitem>
151 <seg>prcc4_bin, puic4, pykdeuic4, qdbusxml2perl, rbkconfig_compiler4,
152 rbqtapi, rbrcc, rbuic4, smokeapi, smokegen</seg>
153 <seg>several libs in &kde4-dir;/lib</seg>
154 <seg></seg>
155 </seglistitem>
156 </segmentedlist>
157<!--
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="a-kde4bindings">
164 <term><command>kde4bindings</command></term>
165 <listitem>
166 <para>is a testing utility for kde4bindings-generated build trees.</para>
167 <indexterm zone="a-kde4bindings kde4bindings">
168 <primary sortas="b-kde4bindings">kdebindings</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174-->
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.