mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Updated snapcraft build to include networking
This commit is contained in:
parent
a56bcc8903
commit
070ad695ec
@ -1,5 +1,5 @@
|
|||||||
name: keepassxc
|
name: keepassxc
|
||||||
version: 2.1.0
|
version: 2.1.3
|
||||||
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]
|
plugs: [unity7, opengl, gsettings, home, network, network-bind]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
@ -21,6 +21,7 @@ parts:
|
|||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- -DWITH_TESTS=OFF
|
- -DWITH_TESTS=OFF
|
||||||
- -DWITH_XC_AUTOTYPE=ON
|
- -DWITH_XC_AUTOTYPE=ON
|
||||||
|
- -DWITH_XC_HTTP=ON
|
||||||
build-packages:
|
build-packages:
|
||||||
- g++
|
- g++
|
||||||
- libgcrypt20-dev
|
- libgcrypt20-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user