Mailing List Archive

partial kde compiles
A number of threads on the Forum refer to partial kde compiles using
DO_NOT_COMPILE. I can't seem to get that to work. I ran the following
script for kdepim, but I keep getting the whole enchilada:
========================
#!/bin/sh

# Install only kmail, knode and kaddressbook from kdepim:

export DO_NOT_COMPILE="kabc korn kpilot kalarm karm kandy kalarm
korganizer konsolekalendar kontact karm kleopatra ktnet kwatchgnupg"

emerge kdepim
=========================
Any advice appreciated. Thanks.

--
Ed Jabbour


--
gentoo-user@gentoo.org mailing list
Re: partial kde compiles [ In reply to ]
> # Install only kmail, knode and kaddressbook from kdepim:
>
> export DO_NOT_COMPILE="kabc korn kpilot kalarm karm kandy kalarm
> korganizer konsolekalendar kontact karm kleopatra ktnet kwatchgnupg"
>
> emerge kdepim

Perhaps this doesn't work because you export this variable.
I always did it with
DO_NOT_COMPILE="kabc korn somemoreunneededstuff" emerge kdepim

You can check whether this works:
After configuring is finished and compiling starts you'll see lines like
that:

checking if kabc should be compiled... no
checking if kdgantt should be compiled... yes

--
gentoo-user@gentoo.org mailing list