diff options
| author | Ted Gould <ted@gould.cx> | 2018-01-13 03:21:30 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2018-01-13 18:24:58 +0000 |
| commit | ebc5a7d7f7eec3392e523a6290de6046cfd37e70 (patch) | |
| tree | c576cb8731ffe6e4bbd829667df1c66232bfd604 | |
| parent | Pass along the BINRELOC flag (diff) | |
| download | inkscape-ebc5a7d7f7eec3392e523a6290de6046cfd37e70.tar.gz inkscape-ebc5a7d7f7eec3392e523a6290de6046cfd37e70.zip | |
Use Ken's PPA to get gtkmm
| -rw-r--r-- | snap/snapcraft.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 66859a499..177ce94cf 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -107,11 +107,11 @@ parts: - gnome-3-26 gnome-3-26: plugin: nil -# Not until gtkmm is in the ppa -# prepare: | -# add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26 -# apt-get -y update -# apt-get -y dist-upgrade + prepare: | + add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26 + add-apt-repository -y ppa:ken-vandine/gnome-3-26 + apt-get -y update + apt-get -y dist-upgrade apps: inkscape: |
