-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix libalpm not found #90 #92
base: main
Are you sure you want to change the base?
Conversation
Is there anything stopping this from being merged? |
i guess the maintainer being busy/absent is the only thing stopping it |
@InnocentZero and I have been working on a fork of this project (https://github.com/ripytide/pacdef) for a few months and experimenting with several ideas for improvements and new features. Now I believe the code is in a more stable state I thought I'd mention it here in case those interested might like to try it out and give any feedback. Some of the important changes:
|
I really appreciate the work @ripytide, though I think you should maybe consider giving your fork a different name to avoid confusion; (Even just something like pacdef-ng); And perhaps add a note in the Readme; -- Especially if you intend on publishing your version on AUR too. |
@moberer The intention was always to make a pull request upstream to avoid splitting the maintenance effort so on. The changes to the public facing configs as well as the code are very large in that most of it has been rewritten. Due to the scale of changes it would probably have to be released as pacdef v2.0.0 if it were merged upstream ripytide/metapac#23 . This of course all depends on @steven-omaha's opinion of the changes and whether or not he agrees with them for his project. If he didn't agree then I would happily rename and fork to let both projects exist. If @steven-omaha would agree to the changes then I might ask if we can move to a GitHub Org based repo to allow all of the prominent contributors full permissions. Another possibility is that @steven-omaha is too busy at the moment to devote any time to this project (which is totally understandable) so I may also temporarily rename and publish to the AUR until if or when they have the time to discuss things. |
@thdxr That's due to |
I've now renamed my fork of |
Trying to fix #90
Bump version of alpm to v4.0.1. It seems to build fine on my arch machine, not sure what would happen on Debian based distros