skypher/paktahn

Install-pkg-tarball doesn't support dependencies

Closed this issue · 1 comments

Install-pkg-tarball which is used for installation of AUR packages and packages with customizepkg definitions does not support installation with --as-deps. A keyword argument should be added to install-pkg-tarball invoking pacman with --as-deps when the kw is non-nil.

Install-package detects dependencies and informs install-binary-package but not install-aur-package. Install-aur-package will need a kwarg informing it if a package should be installed as a dependency. If this kw is non-nil, it should pass it to install-pkg-tarball. Install-binary-package gets this info but will need to pass it on to install-pkg-tarball in it's cond customize-p clause.

Fixed in my master, commit 4d378bc