[tali] snap: Update yaml to use gnome extension
- From: Ken VanDine <kvandine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tali] snap: Update yaml to use gnome extension
- Date: Wed, 2 Oct 2019 17:05:55 +0000 (UTC)
commit d20c1fefaebfb7aa8fa6fbafb542dc905375d47e
Author: Heather Ellsworth <hellsworth gnome org>
Date: Wed Oct 2 17:05:46 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 417cda0..104a38f 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -13,20 +13,6 @@ grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
base: core18
-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
tali:
@@ -36,30 +22,14 @@ slots:
apps:
tali:
- command: desktop-launch tali
+ command: usr/bin/tali
+ extensions: [gnome-3-28]
plugs:
- - desktop
- - desktop-legacy
- gsettings
- - unity7
- - wayland
desktop: usr/share/applications/org.gnome.Tali.desktop
parts:
- 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
-
tali:
- after: [desktop-gnome-platform]
source: .
source-type: git
override-build: |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]