FS#2982 - makepkg & recursive depends (or makedepends)
Attached to Project:
Pacman
Opened by Claudio Riva (Firetux) - Thursday, 21 July 2005, 08:54 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 09 February 2007, 19:16 GMT
Opened by Claudio Riva (Firetux) - Thursday, 21 July 2005, 08:54 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 09 February 2007, 19:16 GMT
|
Details
Hello, I compile a pkg that have this line in PKGBUILD:
makedepends=('intltool') I compile the pkg with the command: makepkg -fcsr Makepkg install 'intltool' and 'perlxml' (that is a depend of intltool) because it require these pkgs, it compile the program, and after it remove only 'intltool'. The problem is that makepkg doesn't remove also 'perlxml' and I have to remove it manually. :'( |
This task depends upon
Closed by Aaron Griffin (phrakture)
Monday, 12 February 2007, 00:17 GMT
Reason for closing: Implemented
Additional comments about closing: In CVS
Monday, 12 February 2007, 00:17 GMT
Reason for closing: Implemented
Additional comments about closing: In CVS
Comment by
Aaron Griffin (phrakture) - Friday,
09 February 2007, 19:16 GMT
CVS now uses -Rs to remove installed deps. This should handle
recursive removal of installed deps.