Git-Jiro / homebrew-jiro

This repository contains homebrew formulae authored by me
26 stars 11 forks source link

App bundle for development branch #60

Closed Git-Jiro closed 6 years ago

Git-Jiro commented 6 years ago

The development branch of Gridcoin does not work with qmake and does not produce an app bundle anymore.

In my opinion a self contained app bundle is the better way to ship apps to users. Therefore I would like to create an app bundle with the non qmake builds as well.

This tool might be helpful: https://github.com/auriamg/macdylibbundler/

ghost commented 6 years ago
    Very interesting indeed. 

    Regards,

William


From: Martin Schimandl notifications@github.com Sent: Sunday, April 8, 2018 17:43 Subject: [Git-Jiro/homebrew-jiro] App bundle for development branch (#60) To: Git-Jiro/homebrew-jiro homebrew-jiro@noreply.github.com Cc: Subscribed subscribed@noreply.github.com

The development branch of Gridcoin does not work with qmake and does not produce an app bundle anymore.

In my opinion a self contained app bundle is the better way to ship apps to users. Therefore I would like to create an app bundle with the non qmake builds as well.

This tool might be helpful: https://github.com/auriamg/macdylibbundler/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 6 years ago
    Forgot to say that auto tools “make deploy” produces an app bundle.  

    Regards,

William

On Sun, Apr 8, 2018 at 5:43 PM +0900, "Martin Schimandl" notifications@github.com wrote:

The development branch of Gridcoin does not work with qmake and does not produce an app bundle anymore.

In my opinion a self contained app bundle is the better way to ship apps to users.

Therefore I would like to create an app bundle with the non qmake builds as well.

This tool might be helpful: https://github.com/auriamg/macdylibbundler/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 6 years ago
    I will compare the two.  The grc dmg is messed up, but the make deploy also places an app bundle outside of the dmg as well that worked fine last time I tried it. 

    Regards,

William

On Sun, Apr 8, 2018 at 6:01 PM +0900, "William Keene" wkeene101@gmail.com wrote:

    Forgot to say that auto tools “make deploy” produces an app bundle.  

    Regards,

William

On Sun, Apr 8, 2018 at 5:43 PM +0900, "Martin Schimandl" notifications@github.com wrote:

The development branch of Gridcoin does not work with qmake and does not produce an app bundle anymore.

In my opinion a self contained app bundle is the better way to ship apps to users.

Therefore I would like to create an app bundle with the non qmake builds as well.

This tool might be helpful: https://github.com/auriamg/macdylibbundler/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Git-Jiro commented 6 years ago

Thanks for the "make deploy" hint, Acey! I settled for "make appbundle" and now this issue can be closed again! ;-)

ghost commented 6 years ago

cool thanks!

ghost commented 6 years ago

HI Jiro,

I tried your update for staging branch this morning upon reaching home. It works great!  I tried the development branch for fun and got different error messages confirming my belief that auto tools (AT) is causing the endless loop with “make” in the patch.

I am curious to know if there is a way to command the existing auto tools in GRC development branch to compile using Jiro patch commands. IE. “./autogen.sh && ./configure && make deploy”. or "make app bundle".

Personally, I would like to see the Jiro patch have the ability to compile the production branch using AT as well, because you patch really is the best way to compile. Your patch compiles in half the time as GRC. Furthermore, The AT app when running, uses approximately half the memory as compared to the non AT compiled app.

Regards,

William

From: Martin Schimandl notifications@github.com Reply-To: Git-Jiro/homebrew-jiro reply@reply.github.com Date: Sunday, April 8, 2018 at 18:27 To: Git-Jiro/homebrew-jiro homebrew-jiro@noreply.github.com Cc: William Keene wkeene101@gmail.com, Comment comment@noreply.github.com Subject: Re: [Git-Jiro/homebrew-jiro] App bundle for development branch (#60)

Thanks for the "make deploy" hint, Acey! I settled for "make appbundle" and now this issue can be closed again! ;-)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.