Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread ProgAndy
Am 07.08.2017 um 09:39 schrieb David C. Rankin: If it wasn't clear, I have already built the gtk2 package yesterday to --enable-debug=yes so I have all of the files in a state I could call --repackge on, except for the gtk/gtkrecentchooser.c file with the one line change. I was wondering if

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread Eli Schwartz
On 08/07/2017 03:39 AM, David C. Rankin wrote: > On 08/06/2017 10:23 PM, David C. Rankin wrote: >> All, >> >> There was a fix for a gtk2 bug I filed regarding the recentchooserdefault.c >> file. (it was a one-line fix where a variable needed reset to 0). Is there >> any >> way I can configure

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread respiranto
On 2017-08-07 09:39, David C. Rankin wrote: > On 08/06/2017 10:23 PM, David C. Rankin wrote: >> All, >> >> There was a fix for a gtk2 bug I filed regarding the recentchooserdefault.c >> file. (it was a one-line fix where a variable needed reset to 0). Is there >> any >> way I can configure

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread Christoph Gysin via arch-general
On Mon, Aug 7, 2017 at 10:39 AM, David C. Rankin wrote: > If it wasn't clear, I have already built the gtk2 package yesterday to > --enable-debug=yes so I have all of the files in a state I could call > --repackge on, except for the gtk/gtkrecentchooser.c file with

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread LoneVVolf
On 07-08-17 09:39, David C. Rankin wrote: I was wondering if there was a way to avoid the full 15 minute rebuild of all of gtk2 and just compile gtkrecentchooserdefault.c to object and then --repackage? I don't know a way to do that, but do you have ccache installed ? On my system it's set

Re: [arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread David C. Rankin
On 08/06/2017 10:23 PM, David C. Rankin wrote: > All, > > There was a fix for a gtk2 bug I filed regarding the recentchooserdefault.c > file. (it was a one-line fix where a variable needed reset to 0). Is there any > way I can configure makepkg to behave as if the gcc -MP -MD options had been >

Re: [arch-general] Why doesn't svntogit/{community, packages} describe cloning (or download) of individual packages?

2017-08-07 Thread David C. Rankin
On 08/06/2017 12:32 PM, beest wrote: > Actually (aside from what you've already been told about the nature of > the repository and the opportunity to change the wiki), you could have > discovered this from the very same place you ostensibly learned about > the switch to asp -- from arch-announce,

[arch-general] makepkg - any way to recompile only newly patched files in large packages?

2017-08-07 Thread David C. Rankin
All, There was a fix for a gtk2 bug I filed regarding the recentchooserdefault.c file. (it was a one-line fix where a variable needed reset to 0). Is there any way I can configure makepkg to behave as if the gcc -MP -MD options had been given to have it only recompile the one patched source