You are not logged in.
Optional dependencies for deluge
python-notify: libnotify notifications
pygtk: needed for gtk ui
librsvg: needed for gtk ui
python-mako: needed for web uiHow can one install some optional deps for a package (deluge in this case) without having a 'pacman -Qdt' flag them as orphans? Here python-mako is needed for the web ui in deluge, but it gets flagged as an orphan:
# pacman -Qdt
python-mako 0.3.3-1Last edited by graysky (2010-07-06 23:57:29)
Offline
You could reinstall the package using the --asexplicit flag.
Offline
You could reinstall the package using the --asexplicit flag.
Which would still not mark it as a dep for the original package. Don't get me wrong, I do it that way too, but I end up with a whole lot of explicitly installed packages which I can't remember the use for.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
i remember a feature request at one point for --asdepof <package>, don't think it ever went anywhere though. does sound useful.
at this point, your only workaround is to build via ABS with optional depends put in the depends array of the PKGBUILD.
/edit: or hand edit /var/lib/pacman/whatever/depends?
Last edited by brisbin33 (2010-07-07 01:02:08)
//github/
Offline
We need coders: http://wiki.archlinux.org/index.php/Use … OptDepends
Edit: This should actually not be that hard to implement...
Offline
You could reinstall the package using the --asexplicit flag.
BTW, check out "pacman -D"
Offline