diff options
| author | Ted Gould <ted@gould.cx> | 2017-08-05 03:36:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-08-05 03:36:09 +0000 |
| commit | f602c91c5ada4dde22c495a026aca8cc7d3e284f (patch) | |
| tree | f4b36a0a24b38356eb2b65b2d226407aa7d22ee2 /snap | |
| parent | Remove the setup directory (diff) | |
| download | inkscape-f602c91c5ada4dde22c495a026aca8cc7d3e284f.tar.gz inkscape-f602c91c5ada4dde22c495a026aca8cc7d3e284f.zip | |
Fixing deprecation warnings
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29656ddfd..8aed159e3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,6 +15,7 @@ description: | We also aim to maintain a thriving user and developer community by using open, community-oriented development. confinement: strict +grade: stable parts: inkscape: @@ -88,14 +89,12 @@ parts: - libxml-xql-perl - python-uniconvertor - ruby - snap: + prime: - -lib/inkscape/*.a after: [desktop-gtk3] snapcraft-wrapper: - plugin: copy - files: - packaging/snappy/snapcraft.sh: snapcraft.sh - README.md: lib/share/README.md + plugin: dump + source: packaging/snappy/ apps: inkscape: |
