From 070ad695ececeb5e99c1cf1976e17b6e4aa852a8 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 19 Feb 2017 22:27:05 -0500 Subject: [PATCH] Updated snapcraft build to include networking --- {setup => snap}/gui/keepassxc.desktop | 0 snapcraft.yaml | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename {setup => snap}/gui/keepassxc.desktop (100%) diff --git a/setup/gui/keepassxc.desktop b/snap/gui/keepassxc.desktop similarity index 100% rename from setup/gui/keepassxc.desktop rename to snap/gui/keepassxc.desktop diff --git a/snapcraft.yaml b/snapcraft.yaml index 5a97a38a1..c0d5919f5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.1.0 +version: 2.1.3 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] + plugs: [unity7, opengl, gsettings, home, network, network-bind] parts: keepassxc: @@ -21,6 +21,7 @@ parts: - -DCMAKE_BUILD_TYPE=Release - -DWITH_TESTS=OFF - -DWITH_XC_AUTOTYPE=ON + - -DWITH_XC_HTTP=ON build-packages: - g++ - libgcrypt20-dev