mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
9e2be34897
Conflicts: CMakeLists.txt cmake/CLangFormat.cmake snapcraft.yaml src/CMakeLists.txt src/core/Database.cpp src/core/Database.h src/core/Tools.cpp src/crypto/CryptoHash.h src/crypto/ssh/ASN1Key.h src/crypto/ssh/OpenSSHKey.cpp src/format/Kdbx4Reader.cpp src/gui/DatabaseTabWidget.cpp src/gui/DatabaseTabWidget.h src/gui/DatabaseWidget.cpp src/gui/DatabaseWidget.h src/gui/DetailsWidget.cpp src/gui/DetailsWidget.ui src/gui/EditWidgetProperties.cpp src/gui/EntryPreviewWidget.cpp src/gui/EntryPreviewWidget.ui src/gui/FileDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.h src/gui/group/EditGroupWidget.cpp src/gui/group/EditGroupWidget.h src/sshagent/ASN1Key.h src/sshagent/OpenSSHKey.cpp src/sshagent/SSHAgent.cpp tests/CMakeLists.txt
76 lines
2.1 KiB
YAML
76 lines
2.1 KiB
YAML
name: keepassxc
|
|
version: 2.4.0
|
|
grade: stable
|
|
summary: Community-driven port of the Windows application “KeePass Password Safe”
|
|
description: |
|
|
KeePassXC is an application for people with extremely high demands on secure
|
|
personal data management. It has a light interface, is cross-platform and
|
|
published under the terms of the GNU General Public License.
|
|
confinement: strict
|
|
base: core18
|
|
|
|
apps:
|
|
keepassxc:
|
|
command: desktop-launch keepassxc
|
|
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy]
|
|
desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
|
|
environment:
|
|
DISABLE_WAYLAND: 1
|
|
cli:
|
|
command: keepassxc-cli
|
|
plugs: [gsettings, home, removable-media, raw-usb]
|
|
proxy:
|
|
command: keepassxc-proxy
|
|
plugs: [home]
|
|
|
|
parts:
|
|
keepassxc:
|
|
source: .
|
|
plugin: cmake
|
|
configflags:
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
- -DCMAKE_INSTALL_PREFIX=/usr
|
|
- -DKEEPASSXC_DIST_TYPE=Snap
|
|
- -DKEEPASSXC_BUILD_TYPE=PreRelease
|
|
- -DWITH_TESTS=OFF
|
|
- -DWITH_XC_ALL=ON
|
|
build-packages:
|
|
- g++
|
|
- libgcrypt20-dev
|
|
- libqt5x11extras5-dev
|
|
- libqt5svg5-dev
|
|
- qtbase5-dev
|
|
- qttools5-dev
|
|
- qttools5-dev-tools
|
|
- zlib1g-dev
|
|
- libxi-dev
|
|
- libxtst-dev
|
|
- libyubikey-dev
|
|
- libykpers-1-dev
|
|
- libsodium-dev
|
|
- libargon2-0-dev
|
|
- libqrencode-dev
|
|
- libquazip5-dev
|
|
- libquazip5-headers
|
|
stage-packages:
|
|
- dbus
|
|
- qttranslations5-l10n # common translations
|
|
- libgcrypt20
|
|
- libykpers-1-1
|
|
- libargon2-0
|
|
- libsodium23
|
|
- libxtst6
|
|
- libqt5x11extras5
|
|
- libqt5svg5
|
|
- libusb-1.0-0
|
|
- qtwayland5
|
|
override-build: |
|
|
snapcraftctl build
|
|
sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.KeePassXC.desktop
|
|
organize:
|
|
usr/share/qt5/translations/*.qm: usr/share/keepassxc/translations/
|
|
stage:
|
|
- -opt
|
|
after: [desktop-qt5]
|
|
|