Merge pull request #495 from keepassxreboot/hotfix/snapcraft

Add autotype plugin to snapcraft build
This commit is contained in:
Janek Bevendorff 2017-04-12 03:30:43 +02:00 committed by GitHub
commit 4c491d850d

View File

@ -1,5 +1,5 @@
name: keepassxc name: keepassxc
version: 2.1.3 version: 2.1.4
grade: stable grade: stable
summary: community driven port of the windows application “Keepass Password Safe” summary: community driven port of the windows application “Keepass Password Safe”
description: | description: |
@ -11,7 +11,7 @@ confinement: strict
apps: apps:
keepassxc: keepassxc:
command: desktop-launch keepassxc command: desktop-launch keepassxc
plugs: [unity7, opengl, gsettings, home, network, network-bind] plugs: [unity7, x11, opengl, gsettings, home, network, network-bind]
parts: parts:
keepassxc: keepassxc:
@ -30,4 +30,6 @@ parts:
- qttools5-dev - qttools5-dev
- qttools5-dev-tools - qttools5-dev-tools
- zlib1g-dev - zlib1g-dev
- libxi-dev
- libxtst-dev
after: [desktop-qt5] after: [desktop-qt5]