[swell-foop] snap: Update yaml to use gnome extension
- From: Ken VanDine <kvandine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] snap: Update yaml to use gnome extension
- Date: Wed, 2 Oct 2019 17:08:27 +0000 (UTC)
commit 339e315105117700ee767b36fbc65429f3914bf8
Author: Heather Ellsworth <hellsworth gnome org>
Date: Wed Oct 2 17:08:17 2019 +0000
snap: Update yaml to use gnome extension
snap/snapcraft.yaml | 34 ++--------------------------------
1 file changed, 2 insertions(+), 32 deletions(-)
---
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 447d2d0..08f560b 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -20,20 +20,6 @@ passthrough:
license: GPL-2.0+
title: Swell Foop
-plugs:
- gnome-3-28-1804:
- interface: content
- target: $SNAP/gnome-platform
- default-provider: gnome-3-28-1804
- gtk-3-themes:
- interface: content
- target: $SNAP/data-dir/themes
- default-provider: gtk-common-themes
- icon-themes:
- interface: content
- target: $SNAP/data-dir/icons
- default-provider: gtk-common-themes
-
slots:
# for GtkApplication registration
swell-foop:
@@ -43,14 +29,11 @@ slots:
apps:
swell-foop:
- command: desktop-launch snapcraft-preload swell-foop
+ command: usr/bin/swell-foop
+ extensions: [gnome-3-28]
plugs:
- - desktop
- - desktop-legacy
- gsettings
- opengl
- - unity7
- - wayland
desktop: usr/share/applications/org.gnome.SwellFoop.desktop
environment:
GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas
@@ -64,20 +47,7 @@ parts:
- gcc-multilib
- g++-multilib
- desktop-gnome-platform:
- source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
- source-subdir: gtk
- plugin: make
- make-parameters: ["FLAVOR=gtk3"]
- build-packages:
- - build-essential
- - libgtk-3-dev
- override-build: |
- snapcraftctl build
- mkdir -pv $SNAPCRAFT_PART_INSTALL/gnome-platform
-
swell-foop:
- after: [desktop-gnome-platform]
source: .
source-type: git
plugin: meson
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]