Difference between revisions of "PyKDE"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-{{PyKDE-Version}}.tar.gz |} ---- {{Package-Intro...) |
(Added needed patch and $KDE_PREFIX) |
||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-{{PyKDE-Version}}.tar.gz | | http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-{{PyKDE-Version}}.tar.gz | ||
+ | |- | ||
+ | !Download Patch: | ||
+ | | http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-{{PyKDE-Version}}-sip-4.7.patch | ||
|} | |} | ||
Line 20: | Line 23: | ||
Compile the package: | Compile the package: | ||
− | python configure.py && | + | patch -Np1 -i ../PyKDE-{{PyKDE-Version}}-sip-4.7.patch && |
+ | python configure.py -k $KDE_PREFIX && | ||
make | make | ||
Revision as of 13:56, 2 January 2008
Download Source: | http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-3.16.0.tar.gz |
---|---|
Download Patch: | http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-3.16.0-sip-4.7.patch |
Contents
Introduction to PyKDE
PyKDE is a set of Python bindings for the KDE desktop environment.
Project Homepage: http://www.riverbankcomputing.co.uk/
Dependencies
Required
Non-Multilib
Compile the package:
patch -Np1 -i ../PyKDE-3.16.0-sip-4.7.patch && python configure.py -k $KDE_PREFIX && make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
To do ...
N32
Compile the package:
To do ...
Install the package:
To do ...
64Bit
Compile the package:
To do ...
Install the package:
To do ...
Contents
Installed Directories: | None |
---|---|
Installed Programs: | kdepyuic |
Installed Libraries: | libkonsolepart.so |