The kdebindings provides the ability to write KDE applications in a variety of languages including Ruby, Perl, Python, Java, JavaScript, C#, and Smoke. For details see http://developer.kde.org/language-bindings/
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/3.5.6/src/kdebindings-3.5.6.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.5.6/src/kdebindings-3.5.6.tar.bz2
Download MD5 sum: d26b5f54f062b765a949d66657c2ab3c
Download size: 5.2 MB
Estimated disk space required: 407 MB
Estimated build time: 18.1 SBU
libjpeg-6b, libxml2-2.6.26, and libxslt-1.1.17
GLib-1.2.10, GTK+-1.2.10, Python-2.4.4, Ruby-1.8.5, JDK-1.5.0_10, SeaMonkey-1.1, Mono, DotGNU Portable.NET, and Rotor
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdebindings
Note: If KDE is installed in /opt/kde-3.5.6, you'll need to make a modification before the build using the following command:
sed -i -e 's@/usr@/opt/kde-3.5.6@' \ python/pykde/configure.py
Install kdebindings with:
sed -i -e '/configure.*pyqt/s/-c//' \ -e '/configure.*pykde/s/-c/-i/' python/Makefile.in ./configure --prefix=$KDE_PREFIX --disable-debug \ --disable-dependency-tracking && make
This package does not come with a test suite.
Now, as the root user:
make install
sed -i -e '/configure.*pyqt/s/-c//' -e '/configure.*pykde/s/-c/-i/' python/Makefile.in : Remove a switch that causes concatenation of multiple files for compilation. This fix reduces build time by a factor of five.
Last updated on 2007-02-14 11:57:11 -0600