Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6aa500c63..f8d20daae 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -40,8 +40,9 @@ parts:
- libyubikey-dev
- libykpers-1-dev
after: [desktop-qt5]
+
+ # Redefine desktop-qt5 stage packages to work with Ubuntu 17.04
desktop-qt5:
- # Redefine stage packages to work with Ubuntu 17.04
stage-packages:
- libxkbcommon0
- ttf-ubuntu-font-family
@@ -52,3 +53,12 @@ parts:
- libgdk-pixbuf2.0-0
- libqt5svg5 # for loading icon themes which are svg
- locales-all
+
+ # Overcome limitation in snapd to support URL loading (CTRL+U)
+ snapd-xdg-open:
+ source: https://github.com/ubuntu-core/snapd-xdg-open.git
+ plugin: dump
+ organize:
+ data/xdg-open: bin/xdg-open
+ stage-packages:
+ - dbus