From 22872e30f6f79eb5e0476ecef6e686ae82ab213f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 13 Apr 2020 03:51:22 -0700 Subject: [PATCH] remove other uneeded dependencies for html will make snap build faster and is not currently being used --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0a4302f8..8de996fd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,18 +6,18 @@ description: | This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. See https://lubuntu.me for more info. grade: devel # must be 'stable' to release into candidate/stable channels -confinement: strict # use 'strict' once you have the right plugs and slots +confinement: classic # use 'strict' once you have the right plugs and slots parts: my-part: source: https://phab.lubuntu.me/source/manual.git - build-packages: [python3-pip, python3-sphinx, latexmk, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] + build-packages: [python3-pip, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make make-parameters: [html] artifacts: [build/html/] apps: lubuntu-manual: - command: xdg-open /snap/lubuntu-manual/current/build/html/index.html + command: /usr/bin/xdg-open /snap/lubuntu-manual/current/build/html/index.html