2016-11-07 14:57:06 -05:00
name : keepassxc
2020-01-19 15:41:40 -05:00
version : 2.5 .3
2017-01-22 13:40:24 -05:00
grade : stable
2017-10-17 07:42:12 -04:00
summary : Community-driven port of the Windows application “KeePass Password Safe”
2016-11-07 14:57:06 -05:00
description : |
2017-02-05 12:47:27 -05:00
KeePassXC is an application for people with extremely high demands on secure
2017-10-17 07:42:12 -04:00
personal data management. It has a light interface, is cross-platform and
published under the terms of the GNU General Public License.
2016-11-07 14:57:06 -05:00
confinement : strict
2018-08-28 15:11:16 -04:00
base : core18
2016-11-07 14:57:06 -05:00
2019-04-25 10:39:06 -04:00
plugs : # plugs for theming, font settings, cursor and to use gtk3 file chooser
gtk-3-themes :
interface : content
target : $SNAP/data-dir/themes
default-provider : gtk-common-themes:gtk-3-themes
icon-themes :
2019-03-21 18:53:50 -04:00
interface : content
target : $SNAP/data-dir/icons
2019-04-25 10:39:06 -04:00
default-provider : gtk-common-themes:icon-themes
sound-themes :
interface : content
target : $SNAP/data-dir/sounds
default-provider : gtk-common-themes:sounds-themes
2019-03-21 18:53:50 -04:00
2016-11-07 14:57:06 -05:00
apps :
keepassxc :
2019-04-25 10:39:06 -04:00
adapter : full
command : usr/bin/keepassxc -style fusion
command-chain :
- bin/desktop-launch
- bin/gtk3-env-launch
2019-04-20 14:05:54 -04:00
plugs : [ unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb, wayland, desktop-legacy, desktop]
2017-12-13 12:51:55 -05:00
desktop : usr/share/applications/org.keepassxc.KeePassXC.desktop
2018-09-01 12:29:41 -04:00
environment :
DISABLE_WAYLAND : 1
2017-09-10 09:58:05 -04:00
cli :
command : keepassxc-cli
plugs : [ gsettings, home, removable-media, raw-usb]
2018-02-21 21:27:19 -05:00
proxy :
command : keepassxc-proxy
plugs : [ home]
2016-11-07 14:57:06 -05:00
parts :
keepassxc :
source : .
plugin : cmake
configflags :
- -DCMAKE_BUILD_TYPE=Release
2017-10-03 12:29:39 -04:00
- -DCMAKE_INSTALL_PREFIX=/usr
2017-10-16 11:51:16 -04:00
- -DKEEPASSXC_DIST_TYPE=Snap
2019-03-19 15:52:58 -04:00
- -DKEEPASSXC_BUILD_TYPE=Release
2016-11-07 14:57:06 -05:00
- -DWITH_TESTS=OFF
2018-02-21 21:27:19 -05:00
- -DWITH_XC_ALL=ON
2019-03-19 08:31:05 -04:00
- -DWITH_XC_KEESHARE_SECURE=ON
2016-11-07 14:57:06 -05:00
build-packages :
- g++
2018-09-01 12:29:41 -04:00
- libgcrypt20-dev
2016-11-07 14:57:06 -05:00
- libqt5x11extras5-dev
2018-09-14 17:41:30 -04:00
- libqt5svg5-dev
2016-11-07 14:57:06 -05:00
- qtbase5-dev
- qttools5-dev
- qttools5-dev-tools
- zlib1g-dev
2017-04-11 19:06:54 -04:00
- libxi-dev
- libxtst-dev
2017-06-20 23:12:57 -04:00
- libyubikey-dev
- libykpers-1-dev
2017-12-12 03:15:23 -05:00
- libsodium-dev
2018-05-09 06:56:38 -04:00
- libargon2-0-dev
2018-10-19 14:42:49 -04:00
- libqrencode-dev
2019-03-19 08:31:05 -04:00
- libquazip5-dev
2017-12-19 00:07:25 -05:00
stage-packages :
- dbus
2017-12-21 23:25:24 -05:00
- qttranslations5-l10n # common translations
2018-08-28 15:11:16 -04:00
- libgcrypt20
2018-05-16 22:39:39 -04:00
- libykpers-1-1
- libargon2-0
- libsodium23
- libxtst6
- libqt5x11extras5
2018-09-14 17:41:30 -04:00
- libqt5svg5
2019-05-16 18:03:29 -04:00
- try : [ libqrencode3, libqrencode4]
2019-03-19 08:31:05 -04:00
- libqt5concurrent5
- libquazip5-1
2018-05-16 22:39:39 -04:00
- libusb-1.0-0
2018-08-28 15:11:16 -04:00
- qtwayland5
2019-04-25 10:39:06 -04:00
- qt5-gtk-platformtheme # for theming, font settings, cursor and to use gtk3 file chooser
2019-06-11 03:28:47 -04:00
- libqrencode3
2018-05-16 22:39:39 -04:00
override-build : |
snapcraftctl build
2017-12-13 12:51:55 -05:00
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
2017-12-21 23:25:24 -05:00
organize :
usr/share/qt5/translations/*.qm : usr/share/keepassxc/translations/
2018-05-16 22:39:39 -04:00
stage :
- -opt
2016-11-07 14:57:06 -05:00
after : [ desktop-qt5]
2019-04-20 14:05:54 -04:00
2019-04-25 10:39:06 -04:00
launchers : # custom launcher to set QT_QPA_PLATFORMTHEME=gtk3 correctly
source : snap/local/launchers
plugin : dump
organize :
'*' : bin/
stage :
- -bin/README.*
2019-03-19 08:31:05 -04:00
desktop-qt5 :
source : https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir : qt
plugin : make
make-parameters : [ "FLAVOR=qt5" ]
build-packages :
- qtbase5-dev
- dpkg-dev
stage-packages :
- libxkbcommon0
- ttf-ubuntu-font-family
- dmz-cursor-theme
- light-themes
- adwaita-icon-theme
- gnome-themes-standard
- shared-mime-info
- libqt5gui5
- libgdk-pixbuf2.0-0
2019-06-11 03:28:47 -04:00
- libgtk2.0-0
2019-03-19 08:31:05 -04:00
- libqt5svg5 # for loading icon themes which are svg
- try : [ appmenu-qt5] # not available on core18
2019-03-19 15:52:58 -04:00
- locales-all