mattatcha / pacbuilder

Automatically exported from code.google.com/p/pacbuilder
0 stars 0 forks source link

Installed packages are marked as not required #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
pacman -U / -A are marking packages as not required, (pacman -Qt).
we should build up a custom repo where build packages are placed, using
repo-add and a custom pacman.conf
(pacman --config /etc/pacbuilder-pacman.conf -Sy core/kernel26)

Original issue reported on code.google.com by andrea.c...@gmail.com on 30 May 2008 at 5:45

GoogleCodeExporter commented 9 years ago
pacman 3.2 provide a new option: --asexplicit

pacbuilder r111 use that option when install a package

Original comment by bash.lnx@gmail.com on 7 Aug 2008 at 4:24

GoogleCodeExporter commented 9 years ago
It doesn't seem to be fixed, try pacbuilder -S zenity && pacman -Qt | grep 
zenity

Original comment by andrea.c...@gmail.com on 7 Aug 2008 at 8:10

GoogleCodeExporter commented 9 years ago
yeah, my fault
fixed in r114

Original comment by bash.lnx@gmail.com on 29 Aug 2008 at 2:03

GoogleCodeExporter commented 9 years ago
anypackage installed by pacman is listed in -Qt.
(try pacman -S zenity && pacman -Qt | grep zenity)
previous version of pacbuilder listed packages in -Qtd, from r114 this is fixed

Original comment by bash.lnx@gmail.com on 29 Aug 2008 at 2:52

GoogleCodeExporter commented 9 years ago
What happens for zenity dependencies? Are they marked as required?
--explicit is not required... they are two different things

Original comment by andrea.c...@gmail.com on 29 Aug 2008 at 9:08

GoogleCodeExporter commented 9 years ago
Reopening.
I want to be sure this bug was fixed

Original comment by andrea.c...@gmail.com on 9 Dec 2008 at 4:39