[five-or-more] snap: Update yaml to use GNOME extensions
- From: Ken VanDine <kvandine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] snap: Update yaml to use GNOME extensions
- Date: Tue, 17 Sep 2019 08:10:22 +0000 (UTC)
commit dac68913e1c166a99aefdf9d2525dab60a21ead9
Author: Heather Ellsworth <hellsworth gnome org>
Date: Tue Sep 17 08:09:56 2019 +0000
snap: Update yaml to use GNOME extensions
snap/snapcraft.yaml | 34 ++--------------------------------
1 file changed, 2 insertions(+), 32 deletions(-)
---
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index cf21ea1..e4860fc 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -18,20 +18,6 @@ passthrough:
license: GPL-2.0+
title: Five or More
-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
five-or-more:
@@ -41,32 +27,16 @@ slots:
apps:
five-or-more:
- command: desktop-launch five-or-more
+ command: usr/bin/five-or-more
+ extensions: [gnome-3-28]
plugs:
- - desktop
- - desktop-legacy
- gsettings
- - unity7
- - wayland
desktop: usr/share/applications/org.gnome.five-or-more.desktop
environment:
GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas
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
-
five-or-more:
- after: [desktop-gnome-platform]
source: .
source-type: git
override-build: |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]