The Kdebindings provides the ability to write KDE applications in a variety of languages including Ruby, Perl, Python, Java, JavaScript, C#, and Smoke.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.6.0/src/kdebindings-4.6.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdebindings-4.6.0.tar.bz2
Download MD5 sum: 4ec0e648b825916ee4be025a74cc6684
Download size: 6.9 MB
Estimated disk space required: 887 MB
Estimated build time: 18.6 SBU
Ruby-1.9.2-p290, Python-2.7.2, qca-2.0.3, qimageblitz-0.0.6, libdbusmenu-qt-0.7.0, soprano-2.5.63, kde4pimlibs-4.6.0, attica-0.2.0, akonadi-1.5.0,
exiv2-0.21, Poppler-0.14.4, strigi-0.6.4, shared-mime-info-0.91, shared-desktop-ontologies-0.5, pySIP, pyQT4
polkit-qt-0.99.0, Qwt5, QScintilla2, Mono
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4bindings
Install kde4bindings by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \ -DKDE_DEFAULT_HOME=.kde4 \ -DSYSCONF_INSTALL_DIR=/etc/kde4 \ .. && make
Now, as the root
user:
make install
-DPYTHON_SITE_PACKAGES_DIR:PATH=<site-packages>
:
If you do not install KDE in /usr, set this option in order to have
the KDE4 Python objects installed correctly. You can use following
code to determine tha directory name:
_pylibdir=$(python-config --prefix)/lib && _pyversion=$(python -V 2>&1 | awk '{print $2}') && echo "$_pylibdir/python${_pyversion%.*}/site-packages"
Last updated on 2011-03-19 18:19:07 +0000