Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation of unrequired dependencies #2546

Open
0ther0ne opened this issue Dec 12, 2024 · 0 comments
Open

installation of unrequired dependencies #2546

0ther0ne opened this issue Dec 12, 2024 · 0 comments

Comments

@0ther0ne
Copy link

Affected Version

yay v12.4.2 - libalpm v15.0.0

Describe the bug

some dependencies persist even after modifying the PKGBUILD file

Reproduction Steps

  1. yay -S --editmenu peazip
  2. edit PKGBUILD changing line : ${_widgets=qt6} to : ${_widgets=gtk2}
  3. save and exit editor
  4. continue with compilation and installation
  5. yay also install the qt6pas dependency

Expected behavior

according to PKGBUILD section:

case "${_widgets::1}" in
  g)
    depends+=("${_widgets}")
    ;;
  q)
    depends+=("${_widgets}pas")
    ;;
esac

the qt6pas dependency should NOT be installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant