Re: Gradle Plugin / dump plugin with jre dependency

2017-02-05 Thread Matthew Aguirre
Unfortunately, to get the Java dependencies, this is the only way to get them. Snapd doesn't have Java, so it must come in the snap. On Feb 5, 2017 11:58 AM, "Felix Natter" wrote: > hello Matthew, > > I apologize for the very late reply. > > Many thanks for th

Re: Yet more issues snapping

2017-01-16 Thread Matthew Aguirre
I just issued a pull request on your app. Here's the gist: you needed to include x11 slot I admit I am not familar w/ the python plugin, so I didn't use the requests package from python-packages as it failed on me the first time. Instead added it from the repos under stage-packages. -- Matt O

Re: Yet more issues snapping

2017-01-16 Thread Matthew Aguirre
Can you not just list the library dependencies and dev packages in the snapcraft file instead of building everything from source? python-gtk2 parts: your_app: plugin: python source: . build-packages: - python-gtk2-dev stage-packages: - python-gtk2 ... Or I assume ther

Re: Packaging with pygtk

2017-01-12 Thread Matthew Aguirre
You can use launchpad to build and publish to the store if travis won't do it. That's how I went anyway. -- Matt On Thu, Jan 12, 2017 at 7:36 AM, gareth.fra...@cliftonts.co.uk wrote: I have a graphical python project built with pygtk I wish to package, I'm using travis CI to automatically pack

Re: Packaging with pygtk

2017-01-12 Thread Matthew Aguirre
You can use launchpad to build and publish to the store if travis won't do it. That's how I went anyway. -- Matt On Thu, Jan 12, 2017 at 7:36 AM, gareth.fra...@cliftonts.co.uk wrote: I have a graphical python project built with pygtk I wish to package, I'm using travis CI to automatically pack

Re: Gradle Plugin / dump plugin with jre dependency

2016-12-29 Thread Matthew Aguirre
Here's a snap + wrapper that seems to work. It's really messy as it copies the contents of freeplane twice. https://gist.github.com/ZenHarbinger/cf3aec2d7c6110ab0a0780b315cadc2f -- Matt On Thu, Dec 29, 2016 at 12:17 PM, Matthew Aguirre wrote: I take that back, you will need the JDK

Re: Gradle Plugin / dump plugin with jre dependency

2016-12-29 Thread Matthew Aguirre
, 2016 at 12:06 PM, Matthew Aguirre wrote: If you need the JDK (not just the jre), you should be able to do the following: stage-packages: - fontconfig-config - default-jdk - fonts-dejavu-extra - fonts-ipafont-gothic In your snapcraft.yaml file instead of just

Re: Gradle Plugin / dump plugin with jre dependency

2016-12-29 Thread Matthew Aguirre
If you need the JDK (not just the jre), you should be able to do the following: stage-packages: - fontconfig-config - default-jdk - fonts-dejavu-extra - fonts-ipafont-gothic In your snapcraft.yaml file instead of just using including the jre. If this is your compl

Re: Snapcraft 2.23 restricts dump plugin capability

2016-12-13 Thread Matthew Aguirre
Can you do the organize in the build instead of post organizing with the dump? I used to do something similar with copy, but then dump didn't do what I needed, so switched it up. On Dec 13, 2016 5:21 PM, "Joe Coates" wrote: > My snap includes a part which has an unconventional build process (wh

Re: How to make a snap from a .jar

2016-10-12 Thread Matthew Aguirre
Assuming this is a GUI and not command line. You'll need to add in access to X11 and also import in the full Java environment since the jdk plugin is headless. https://github.com/ZenHarbinger/torgo/blob/master/snapcraft.yaml Also, I'm not sure about executing the jar straight from the command