You are not logged in.

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.

  • "teddylinuxmania" started this thread

Posts: 2

Location: Indonesia

Occupation: Web Programmer

  • Send private message

1

Friday, March 18th 2005, 10:51am

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.

2

Friday, March 18th 2005, 3:13pm

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