~ubuntu-desktop/gnome-sudoku/snap

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Ken VanDine
  • Date: 2017-07-26 15:42:22 UTC
  • Revision ID: ken.vandine@canonical.com-20170726154222-048z6x0s0ibw02f2
use remote part

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
parts:
49
49
  desktop-gnome-platform:
50
 
    source-subdir: gtk
51
 
    plugin: make
52
 
    make-parameters: ["FLAVOR=gtk3"]
53
 
    build-packages:
54
 
      - libgtk-3-dev
55
 
    source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
56
 
    source-branch: master
 
50
    after: [desktop-gtk3]
57
51
    install: mkdir -p $SNAPCRAFT_PART_INSTALL/gnome-platform
58
52
 
59
53
  gnome-sudoku: