Skip to content

Commit

Permalink
snapcraft.yaml: Add the GNOME 3.26 PPA.
Browse files Browse the repository at this point in the history
Adds the PPA for the GNOME 3.26 framework which is maintained by the Ubuntu Desktop team.

This PPA includes GTK3 and GNOME3 components used to create the GNOME 3.26 Framework snap for Ubuntu 16.04.

  * Fixes:  microsoft#63194
  * Fixes:  microsoft#57019
  • Loading branch information
flexiondotorg committed Mar 21, 2019
1 parent 3f0e2a2 commit da3ac10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions linux/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ grade: stable
confinement: classic

parts:
gnome:
plugin: nil
build-packages:
- software-properties-common
override-pull: |
add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26
apt -y update
code:
after:
- gnome
plugin: dump
source: .
stage-packages:
Expand Down

0 comments on commit da3ac10

Please sign in to comment.