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

Consider 'provides' field when quering dependant packages #42

Open
f2404 opened this issue Nov 3, 2015 · 2 comments
Open

Consider 'provides' field when quering dependant packages #42

f2404 opened this issue Nov 3, 2015 · 2 comments

Comments

@f2404
Copy link
Collaborator

f2404 commented Nov 3, 2015

Looks like this is required in order to resolve yaourt issue: archlinuxfr/yaourt#39

@f2404
Copy link
Collaborator Author

f2404 commented Nov 5, 2015

The original issue has been resolved within yaourt.

However, do we want to show the packages depending on the provided items, as well as depending on the target itself?

For example, currently the output is

$ package-query -S --qdepends vid.stab
community/openshot 1.4.3-5

And it could be changed to also consider libvidstab.so=1.1-32 which is provided by vid.stab; so the output would be something like

$ package-query -S --qdepends vid.stab
community/openshot 1.4.3-5
extra/ffmpeg 1:2.8.1-3 [installed] [depends on libvidstab.so=1.1-32]

@Skunnyk
Copy link
Member

Skunnyk commented Nov 22, 2015

Yup, You can implement this !

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

2 participants