Updated snapcraft file for release

This commit is contained in:
Jonathan White 2017-01-22 10:40:24 -08:00
parent ea02de0cc9
commit 19fef019ed
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -1,5 +1,6 @@
name: keepassxc name: keepassxc
version: develop version: 2.1.0
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: |
KeePassXC is an application for people with extremly high demands on secure KeePassXC is an application for people with extremly high demands on secure
@ -19,10 +20,10 @@ parts:
configflags: configflags:
- -DCMAKE_BUILD_TYPE=Release - -DCMAKE_BUILD_TYPE=Release
- -DWITH_TESTS=OFF - -DWITH_TESTS=OFF
- -DWITH_XC_AUTOTYPE=ON
build-packages: build-packages:
- g++ - g++
- libgcrypt20-dev - libgcrypt20-dev
- libmicrohttpd-dev
- libqt5x11extras5-dev - libqt5x11extras5-dev
- qtbase5-dev - qtbase5-dev
- qttools5-dev - qttools5-dev