mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-04 17:05:23 -05:00
Added snapd-xdg-open to snap to enable URL loading
This commit is contained in:
parent
611a74d74d
commit
dce691157e
@ -40,8 +40,9 @@ parts:
|
|||||||
- libyubikey-dev
|
- libyubikey-dev
|
||||||
- libykpers-1-dev
|
- libykpers-1-dev
|
||||||
after: [desktop-qt5]
|
after: [desktop-qt5]
|
||||||
|
|
||||||
|
# Redefine desktop-qt5 stage packages to work with Ubuntu 17.04
|
||||||
desktop-qt5:
|
desktop-qt5:
|
||||||
# Redefine stage packages to work with Ubuntu 17.04
|
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libxkbcommon0
|
- libxkbcommon0
|
||||||
- ttf-ubuntu-font-family
|
- ttf-ubuntu-font-family
|
||||||
@ -52,3 +53,12 @@ parts:
|
|||||||
- libgdk-pixbuf2.0-0
|
- libgdk-pixbuf2.0-0
|
||||||
- libqt5svg5 # for loading icon themes which are svg
|
- libqt5svg5 # for loading icon themes which are svg
|
||||||
- locales-all
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user