No you have to apply the patch in the PKGBUILD

you must add patch .... in the build process.
Like this

build(){
...
patch -Np1 -i ../patch.patch || return 1
....
}

Moritz

On 1/1/07, Johannes Held <[EMAIL PROTECTED]> wrote:

Hi,

what is need to be done, that a patch is applied using makepkg?

I looked into the PKGBUILD of rhythmbox - there's no special command for
applying patches.

I put the patch named as "crossfade.patch" into /var/abs/local/rhythmbox
and ran
makepkg.
Is the patch now applied?


--
Gruß, Johannes
http://www.hehejo.de

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to