diff options
| author | Ted Gould <ted@gould.cx> | 2018-01-12 22:25:25 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2018-01-13 18:24:58 +0000 |
| commit | d247bdf6f31b6344f81807e1ad8a06a04386bbbe (patch) | |
| tree | 53438272372d044fe5040be606f647e105b8c96d /snap | |
| parent | Adding in the x11 and wayland interface (diff) | |
| download | inkscape-d247bdf6f31b6344f81807e1ad8a06a04386bbbe.tar.gz inkscape-d247bdf6f31b6344f81807e1ad8a06a04386bbbe.zip | |
Disable gnome-3-26 PPA for now
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 172a8e818..66859a499 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -107,10 +107,11 @@ parts: - gnome-3-26 gnome-3-26: plugin: nil - prepare: | - add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26 - apt-get -y update - apt-get -y dist-upgrade +# 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 apps: inkscape: |
