FS#11331 - pacman doesn't separate -Si targets
Attached to Project:
Pacman
Opened by Corrado Primier (bardo) - Thursday, 28 August 2008, 16:39 GMT
Last edited by Dan McGee (toofishes) - Saturday, 01 November 2008, 01:04 GMT
Opened by Corrado Primier (bardo) - Thursday, 28 August 2008, 16:39 GMT
Last edited by Dan McGee (toofishes) - Saturday, 01 November 2008, 01:04 GMT
|
Details
If multiple targets are specified with -Si, the output
doesn't have empty lines separating the packages, making it
very hard to read. Example follows:
[bardo@damocles ~]$ LANG=C pacman -Si core/vi extra/vim Repository : core Name : vi Version : 7.1.315-1 URL : http://www.vim.org Licenses : custom:vim Groups : base Provides : None Depends On : glibc ncurses coreutils Optional Deps : None Conflicts With : None Replaces : None Download Size : 7835.16 K Installed Size : 22981.98 K Packager : Eric Belanger <eric@archlinux.org> Architecture : i686 Build Date : Wed Jun 18 21:25:18 2008 MD5 Sum : 982be7835db549ae53e3cffddf67cd66 Description : a highly configurable, improved version of the vi text editor (basic version) Repository : extra Name : vim Version : 7.1.315-1 URL : http://www.vim.org Licenses : custom:vim Groups : None Provides : None Depends On : vi>=7.1.315 perl python ruby acl gpm>=1.20.4 libxt Optional Deps : None Conflicts With : None Replaces : None Download Size : 1876.12 K Installed Size : 4062.36 K Packager : Eric Belanger <eric@archlinux.org> Architecture : i686 Build Date : Thu Jun 19 00:45:43 2008 MD5 Sum : 9a709b171acfe85dffd48d5d6a85f781 Description : a highly configurable, improved version of the vi text editor |
This task depends upon
Closed by Dan McGee (toofishes)
Saturday, 01 November 2008, 01:04 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/?p=pacman. git;a=commitdiff;h=95ea6fb3c19a8d72d5b2e 71ab5e37f2da8c77d5d
Saturday, 01 November 2008, 01:04 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/?p=pacman. git;a=commitdiff;h=95ea6fb3c19a8d72d5b2e 71ab5e37f2da8c77d5d
- printf("\n\n");
+ string_display(_("Description :"), alpm_pkg_get_desc(pkg));
The fix is adding a newline at this place :
+ printf("\n");