You are not logged in.
I used abs to add keyboard DVD navigation to mplayer the other day. (it involved enabling a compiler flag in the PKGBUILD) I assume that if I upgrade my system using pacman my customized version will be replaced. I guess what I'm trying to say is: is there some method to automatically build and install packages with a customized PKGBUILD on every upgrade so that I don't have to do it manually?
On the one hand it sounds plausible because that must be how all these source-based distros must work. On the other hand, I imagine that compiler flags must change occasionally between releases...
TIA
Offline
The method is to write a script - functionality of that sort is not available by default.
There are two ways to stop pacman overwriting your customised package - Add it to an IgnorePkg line in pacman.conf, or give your version a different name.
Offline
wow, thanks for the fast reply!
This wasn't really the answer I was hoping for, but I guess there isn't really a pressing need for that kind of functionality.
I just get really excited about always having the latest versions of all the software, and I know I'll get lazy and forget to upgrade my customized packages.
Offline
Have a peek at srcpac.
Offline
lucke - very good point, and one I'm always forgetting about. Thanks.
Offline
Have a peek at srcpac.
Ooh, I'll have to play with this when I get home!
Looks good. thank you
Offline