From e2c088a5c915909bab97614f0697bca0b79fa7b0 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 11 Apr 2017 19:06:54 -0400 Subject: [PATCH] Add autotype plugin to snapcraft build --- snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index d8a292df9..532f12fa9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.1.3 +version: 2.1.4 grade: stable summary: community driven port of the windows application “Keepass Password Safe” description: | @@ -11,7 +11,7 @@ confinement: strict apps: keepassxc: command: desktop-launch keepassxc - plugs: [unity7, opengl, gsettings, home, network, network-bind] + plugs: [unity7, x11, opengl, gsettings, home, network, network-bind] parts: keepassxc: @@ -30,4 +30,6 @@ parts: - qttools5-dev - qttools5-dev-tools - zlib1g-dev + - libxi-dev + - libxtst-dev after: [desktop-qt5]