diff options
| author | Ted Gould <ted@gould.cx> | 2018-11-25 01:47:29 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2018-11-25 01:54:22 +0000 |
| commit | 5f64234396f515c58125f54aa0f0b0365e5b7a44 (patch) | |
| tree | fe1c1c3aa218d474c00d05f40570ceb0cda8100f /snap | |
| parent | Switch DATADIR to DATA_DIR to not conflict with #define (diff) | |
| download | inkscape-5f64234396f515c58125f54aa0f0b0365e5b7a44.tar.gz inkscape-5f64234396f515c58125f54aa0f0b0365e5b7a44.zip | |
Update snapcraft to build based on bionic
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1529a58bf..a938cfa8e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -17,6 +17,7 @@ description: > open, community-oriented development. confinement: strict grade: stable +base: core18 parts: inkscape: @@ -69,7 +70,7 @@ parts: - libgtkmm-2.4-1v5 - libgtkspell0 - liblcms2-2 - - libmagick++-6.q16-5v5 + - libmagick++-6.q16-7 - libpangomm-1.4-1v5 - libpoppler-glib8 - librevenge-0.0-0 @@ -88,7 +89,6 @@ parts: - -lib/inkscape/*.a after: - desktop-gtk3 - - gnome-3-26 snapcraft-wrapper: plugin: dump source: packaging/snappy/ @@ -101,18 +101,6 @@ parts: - scour stage-packages: - pstoedit - - python-uniconvertor - after: - - gnome-3-26 - gnome-3-26: - plugin: nil - build-packages: - - software-properties-common - prepare: | - add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26 - apt-get -y update - apt-get -y dist-upgrade - apt-get -y install gtk-update-icon-cache desktop-gtk3: source: https://github.com/Ubuntu/snapcraft-desktop-helpers.git source-type: git @@ -137,8 +125,6 @@ parts: - libappindicator3-1 - locales-all - xdg-user-dirs - after: - - gnome-3-26 apps: inkscape: |
