Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR

2017-01-21 Thread Ivan Vučica
If it generates the lines that include GNUmakefile.postamble, you can use that to patch up ProjectCenter-generated makefiles. Exactly which targets you should use, I don't know without looking closer. Also, someone else may have better ideas. On January 21, 2017 12:22:55 AM GMT+00:00, Jamie Ram

Re: [IMPORTANT] Ideas for Summer of Code 2017

2017-01-21 Thread Svetlana Tkachenko
Ivan Vučica wrote: > Please reuse all the GNUstep ones. If you need a concrete mentor to list, > I am willing to mentor this (although contacting the list is preferable). > > gnustep-dev@: Any other ideas? We could perhaps mentor writing new application from the wishlist? http://wiki.gnustep.or

Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR

2017-01-21 Thread Jamie Ramone
Hmm, it seems PC DOESN'T clobber the GNUMakefile.pre- and post-amble. So basically yeah, this approach works! :) But I know u can't do anything to the main make file. It uses the PC.project file to generate it and happily stomps all over any change you've made to that one. I just had to manually ed

Re: Problem installing bundles without GNUSTEP_INSTALLATION_DIR

2017-01-21 Thread Matt Rice
FWIW, I always found pmanager http://gna.org/projects/pmanager to have a much more sane architecture than PC... it hasn't seen activity in a long time however... Additionally for bundles there is the foo_COPY_INTO_DIR... you can see it used here https://github.com/gnustep/gdl2/blob/master/EOAdapt