Take a look at the following .yaml file. https://github.com/ubuntu/snapcraft-desktop-helpers/blob/master/demos/gtk3/snapcraft.yaml
Notice the following line in it... after: [desktop-gtk3] That's the line I need, and the line I've used most often in my git history, but it doesn't work anymore. When I'm back on my linux box this evening, I can give more information. I wonder if something has changed with an update of snapcraft. On Thu, Mar 30, 2017 at 11:05 AM, José Pekkarinen < [email protected]> wrote: > On Thursday 30 March 2017 11:01:02 Spencer Parkin wrote: > > > Yes, that's the complete file. See, here's the thing. My program has been > > > correctly snapping with "desktop-gtk3" in there fore quite some time. > It's > > > only recently that it's stopped working. I've looked in my git history to > > > see if maybe I've broken something, but that's how it's always been. > > > > > > > Reading your file what I thing you might want to do is this: > > > > ... > > parts: > > twistypuzzle: > > plugin: scons > > source: https://github.com/spencerparkin/TwistyPuzzle.git > > source-branch: stable-release > > build-packages: > > - <libgtk3-package> > > after: > > - desktop-gtk3 > > - fontsystem > > - 3dmath > > - permutationgroup > > - rapidjson > > ... > > > > Let me know if I'm wrong on this assumption. > > > > Best regards. > > > > José. > -- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
