Skip to content

Commit

Permalink
Merge pull request #77 from kenvandine/gnome-3-26-1604
Browse files Browse the repository at this point in the history
Updated for gnome-3-26-1604
  • Loading branch information
kenvandine authored Oct 5, 2017
2 parents 1166119 + 77a9a39 commit 2ecb9b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gtk/runtime-exports
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ if [ -d $SNAP/gnome-platform ]; then
echo "You need to connect this snap to the gnome platform snap."
echo ""
echo "You can do this with those commands:"
echo "snap install gnome-3-24"
echo "snap connect $SNAP_NAME:gnome-3-24-platform gnome-3-24:gnome-3-24-platform"
echo "snap install gnome-3-26-1604"
echo "snap connect $SNAP_NAME:gnome-3-26-1604 gnome-3-26-1604:gnome-3-26-1604"
echo ""
echo "(the '3-24' number defines the platform version and might change)"
echo "(the '3-26-1604' number defines the platform version and might change)"
exit 1
fi
fi
Expand Down
6 changes: 3 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ description: |
plugs: [desktop-legacy]
- use of the shared platform snap content, first define the plug:
plugs:
gnome-3-24-platform:
gnome-3-26-1604:
interface: content
target: gnome-platform
default-provider: gnome-3-24:gnome-3-24-platform
default-provider: gnome-3-26-1604:gnome-3-26-1604
and then make your apps use it:
plugs: [gnome-3-24-platform]
plugs: [gnome-3-26-1604]
Note that an empty "gnome-platform" directory will be created for you
in your snap.
Expand Down

0 comments on commit 2ecb9b3

Please sign in to comment.