-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
[yay v12] Selective local install for meta package #1899
Comments
I suppose it does work with
Then, edit as said above the PKGBUILD.
DELETE ALL with text editor but keep:
And you get:
|
And if the package is like an ABS-like package and not an AUR package, we should not need the Something like that:
|
yay currently reads |
Is your feature request related to a problem? Please describe.
I am using the
next
branch using theyay-git
AUR package.I wanted to install the new version of
postfix
3.7.4 that has been released upstream but not on Arch Linux.To do that:
And replace
by:
And remove
linux6.patch
fromsource
.And remove from
prepare()
:Exit
vim
with:wq
.Then:
Describe the solution you'd like
When
yay -Bi
happens, the local changes should be taken but they are reversed ifgit add
andgit commit
have not been used after the local changes.When I use
yay -Bi
, I thinkdebugedit
is a dependency? Can you add it toyay
AUR package?And I'll ask as well to the maintainer of the
yay-git
AUR package, but if it is a necessary dep.Instead of having offered every subpackage:
Describe alternatives you've considered
yay -S postfix
And editing the PKGBUILD, which is nice, but I think the other option should exist, especially when you create locally your own meta packages from scratch and want to selectively install some of the subpackages but not all.
Furthermore, it does not seem to work: I am not able to edit the PKGBUILD during a reinstall process.
See: #1900
The text was updated successfully, but these errors were encountered: