You are not logged in.
Pages: 1
Hello,
Say I would like to change the source code of an app, say plasma-desktop.
I ran
git clone https://aur.archlinux.org/plasma-desktop-git.gitand then tried to build it with
makepkg -sHowever, makepkg fails, saying that I need to install a ton of packages ending in "-git". I tried going down that rabbit hole a few months ago, and ended up replacing most of my packages with "-git" ones.
After getting tired of builds constantly failing, I just gave up and reinstalled the regular packages.
My question is, how does someone like me, an average developer, make a change to the code of plasma-desktop, be able to build it and test it out, and then possibly send it to be merged?
Thank you.
Offline
That's the AUR, not the ABS. See https://wiki.archlinux.org/title/Arch_Build_System
Offline
Ok, it makes sense now. With ABS, I can download the actual package that is used in regular repos. I just thought that PKGBUILD only applies to the AUR.
Offline
Pages: 1