FS#28237 - [makepkg] Allow installing package as a dependency
Attached to Project:
Pacman
Opened by Mantas Mikulėnas (grawity) - Friday, 03 February 2012, 13:37 GMT
Last edited by Allan McRae (Allan) - Saturday, 11 February 2012, 08:25 GMT
Opened by Mantas Mikulėnas (grawity) - Friday, 03 February 2012, 13:37 GMT
Last edited by Allan McRae (Allan) - Saturday, 11 February 2012, 08:25 GMT
|
Details
Currently, the -i/--install option always causes packages to
be marked as "explicitly installed", which is mighty
inconvenient when building AUR dependencies for an AUR
package, since removing the main package even with `pacman
-Rs` would leave dependencies installed.
Of course, `sudo pacman -U --asdeps *.pkg.tar.xz` works, but I'm lazy, so it would be nice if makepkg could pass the `--asdeps` option to pacman when asked by the user. |
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 11 February 2012, 08:25 GMT
Reason for closing: Won't implement
Additional comments about closing: See final comment
Saturday, 11 February 2012, 08:25 GMT
Reason for closing: Won't implement
Additional comments about closing: See final comment
I am +/- 0 on including the --asdep part as I agree it is unnecessary but I would probably use it if it was there... But we would not implement this as in the 0002-... patch, but instead stay consistent with the current options passed to pacman.
Anyway, probably not worth looking into given the current votes on implementing this...