From 77a9a39513211f4a89156d96a9e4acaa931a30ad Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 5 Oct 2017 13:49:53 -0400 Subject: [PATCH] Updated for gnome-3-26-1604 --- gtk/runtime-exports | 6 +++--- snapcraft.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/runtime-exports b/gtk/runtime-exports index 90b6de3..c0da758 100644 --- a/gtk/runtime-exports +++ b/gtk/runtime-exports @@ -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 diff --git a/snapcraft.yaml b/snapcraft.yaml index db8f3bd..59b2a29 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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.