FS#19853 - No prompting about groups
Attached to Project:
Pacman
Opened by Taylan Ulrich B. (taylanub) - Friday, 18 June 2010, 15:45 GMT
Last edited by Allan McRae (Allan) - Tuesday, 01 February 2011, 04:03 GMT
Opened by Taylan Ulrich B. (taylanub) - Friday, 18 June 2010, 15:45 GMT
Last edited by Allan McRae (Allan) - Tuesday, 01 February 2011, 04:03 GMT
|
Details
When i do `pacman -S <group>`, it acts as if i had
listed each group member on the command line.
There's no message given telling it's a group, or a question asked if i want to install the whole content, etc.. |
This task depends upon
Closed by Allan McRae (Allan)
Tuesday, 01 February 2011, 04:03 GMT
Reason for closing: Implemented
Additional comments about closing: In git: http://projects.archlinux.org/pacman.git /commit/?id=00fec5e2
Tuesday, 01 February 2011, 04:03 GMT
Reason for closing: Implemented
Additional comments about closing: In git: http://projects.archlinux.org/pacman.git /commit/?id=00fec5e2
See http://bbs.archlinux.org/viewtopic.php?pid=786667#p786667
FS#19854in your most recent comment.And --ignore doesn't work in 3.4.1:
$ pacman -Sgq xorg
xf86-video-vesa
xorg-server
xf86-video-vesa
xorg-docs
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-res-utils
xorg-server
xorg-server-utils
xorg-twm
xorg-utils
xorg-xinit
xterm
$ pacman -Sp xorg | wc -l
77
$ pacman -Sp xorg --ignore xterm | wc -l
77
So now we have one useful feature completely broken. :-(
http://github.com/schuay/pacman-arch/commits/group_backend