Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
how to patch KDE PIM 3.4 package
Hi,
I had looked in KDE FTP that have kdepim-fix-imap-resource-type.diff, this is the patch file right? how to patch this file into kdepim-3.4.0.tar.bz2 ?
Thank you and sorry about my bad english.
Teddy Widhi L.
RE: how to patch KDE PIM 3.4 package
You can first unpack the source, and then apply the patch on the source. You can apply a patch with the program
patch (you can execute that in a konsole). So: open a konsole, go to the place where the file is extracted and enter
|
Source code
|
1
2
|
cd kdepim/kresources/kolab
patch -p0 < /path/to/filename.diff
|