~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to .snapcraft.yaml

  • Committer: Ted Gould
  • Date: 2016-07-27 17:38:20 UTC
  • mto: This revision was merged to the branch mainline in revision 15054.
  • Revision ID: ted@gould.cx-20160727173820-4glggcojpsg69owj
Adding gsettings interface and moving files

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  snapcraft-wrapper:
81
81
    plugin: copy
82
82
    files:
83
 
      snapcraft.sh: snapcraft.sh
 
83
      packaging/snappy/snapcraft.sh: snapcraft.sh
84
84
      README: lib/share/README
85
85
 
86
86
apps:
87
87
  inkscape:
88
88
    command: snapcraft.sh desktop-launch inkscape
89
 
    plugs: [home, unity7]
 
89
    plugs: [home, unity7, gsettings]
90
90
  viewer:
91
91
    command: snapcraft.sh desktop-launch inkview
92
 
    plugs: [home, unity7]
 
92
    plugs: [home, unity7, gsettings]